Skip to content

Commit 148f1a9

Browse files
committed
chore: remove documentation site section from README.md
1 parent 6816f1b commit 148f1a9

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -587,21 +587,3 @@ See [`docs/automated-release-notes.md`](docs/automated-release-notes.md) for det
587587
## License
588588
MIT
589589

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

Comments
 (0)