chore(build-docs): add preview entrypoint

This commit is contained in:
Elian Doran
2025-11-04 09:13:41 +02:00
parent 757a046474
commit 59a2ef7527
7 changed files with 261 additions and 71 deletions

View File

@@ -14,4 +14,7 @@ The `deploy-docs` workflow triggers the documentation build and uploads it to Cl
## Building locally
In the Git root, run `pnpm docs:build`. The built documentation will be available in `site` at Git root.
In the Git root:
* Run `pnpm docs:build`. The built documentation will be available in `site` at Git root.
* To also run a webserver to test it, run `pnpm docs:preview` (this will not build the documentation) and navigate to `localhost:9000`.