VitePress documentation site for LowDragMC modding projects. Welcome contributions!
npm install
npm run devThe dev server runs at http://127.0.0.1:4173/LowDragMC-Doc/ and hot-reloads
Markdown, theme, and config changes. npm run preview serves the last static
build output and is only for production-build checks.
npm test
npm run docs:check
npm run build
npm run previewdocs/en/anddocs/zh/contain bilingual documentation.docs/.vitepress/contains VitePress config, theme components, and styles.docs/assets/contains shared icons and images..pagesfiles preserve section titles and ordering for generated sidebars.