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
Copy file name to clipboardExpand all lines: README.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -587,21 +587,3 @@ See [`docs/automated-release-notes.md`](docs/automated-release-notes.md) for det
587
587
## License
588
588
MIT
589
589
590
-
## Documentation Site (VitePress)
591
-
592
-
Local docs development:
593
-
```bash
594
-
npm run docs:dev
595
-
```
596
-
Build static site:
597
-
```bash
598
-
npm run docs:build
599
-
```
600
-
Preview production build:
601
-
```bash
602
-
npm run docs:preview
603
-
```
604
-
Docs source lives in `docs/` with sidebar-driven structure defined in `docs/.vitepress/config.mjs`.
605
-
606
-
### Deployment
607
-
Docs are auto-deployed to GitHub Pages on pushes to `main` that touch `docs/` via `.github/workflows/docs.yml`. The base path is set using `VITEPRESS_BASE=/create-polyglot/`.
0 commit comments