Documentation for the Invite Tracker Discord bot, built with VitePress.
- Node.js 18+
- pnpm 10.26.1+
pnpm installStart the development server with hot-reload:
pnpm docs:devThe documentation will be available at http://localhost:5173.
Build the documentation for production:
pnpm docs:buildThe output will be generated in docs/.vitepress/dist.
Preview the production build locally:
pnpm docs:previewdocumentation/
βββ docs/
β βββ .vitepress/
β β βββ config.mts # VitePress configuration
β βββ assets/ # Images and static assets
β βββ commands/ # Command documentation
β βββ dashboard/ # Dashboard plugin documentation
β βββ faq-directory/ # FAQ pages
β βββ *.md # Root documentation pages
βββ package.json
βββ README.md