A documentation site powered by VitePress.
This project uses pnpm as its package manager.
pnpm installStart the VitePress development server:
pnpm devThe site will be available at the local address printed in your terminal.
Generate the static site for production:
pnpm buildPreview the production build locally:
pnpm preview.vitepress/— VitePress configuration and theme filesindex.md— Main entry point for documentationrelease/— Release notes and changelogssitrep/— Situation reports or additional documentationapi-examples.md,markdown-examples.md— Example documentation pages
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.