You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`docs/features/`| Health Score, Insights, Release Tracking |
17
+
|`docs/.vitepress/config.js`| Site navigation and theme config |
18
+
19
+
Built with [VitePress](https://vitepress.dev). Deployed automatically to GitHub Pages on every push to `main`.
20
+
21
+
## Local development
22
+
23
+
```bash
24
+
npm install
25
+
npm run dev
26
+
```
27
+
28
+
Then open **http://localhost:5173/docs/**.
29
+
30
+
## Deployment
31
+
32
+
Any push to `main` triggers the [deploy workflow](.github/workflows/deploy.yml), which builds the site and publishes it to GitHub Pages. No manual step required.
0 commit comments