Documentation for Minecraft Marketplace add-on integrations, including script events, compatibility tags, examples, and quick references for supported add-ons.
Install dependencies:
npm installStart the VitePress dev server:
npm run devBuild the static site:
npm run buildPreview the built site:
npm run previewRun linting:
npm run lintValidate docs structure, placeholder copy, and local links:
npm run check:docsdocs/- VitePress content and public assets.docs/.vitepress/config.mts- site config, head tags, search, nav, and theme options.docs/.vitepress/addons.ts- shared add-on metadata used by navigation and custom components.docs/.vitepress/sidebar.ts- generated sidebar loader forsidebar.jsonfiles.docs/.vitepress/theme/- custom theme components and CSS.scripts/validate-docs.mjs- docs validation script.
- Add or update the add-on entry in
docs/.vitepress/addons.ts. - Add the docs pages under
docs/<addon-route>/. - Add a
sidebar.jsonfile for that add-on section. - Add images or icons under
docs/public/when needed. - Run
npm run check:docs,npm run lint, andnpm run build.
This site is not associated with or approved by Mojang Studios or Microsoft.