Source of the APIForge documentation site.
| Path | Content |
|---|---|
docs/index.md |
Homepage |
docs/guide/ |
Getting started, configuration, dashboard |
docs/features/ |
Health Score, Insights, Release Tracking |
docs/.vitepress/config.js |
Site navigation and theme config |
Built with VitePress. Deployed automatically to GitHub Pages on every push to main.
npm install
npm run devThen open http://localhost:5173/docs/.
Any push to main triggers the deploy workflow, which builds the site and publishes it to GitHub Pages. No manual step required.