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