Documentation site
This repository’s documentation site is a Docusaurus project rooted at docs/.
See also:
- Docusaurus toolbox (built-in features and authoring patterns)
- Documentation coverage plan (how to document the repo line-by-line)
Local development
From the repo root:
cd docs
npm install
npm start
Build a production site:
cd docs
npm run build
Deployment (GitHub Pages)
The site is configured for GitHub Pages project hosting:
docs/docusaurus.config.jssets:url = "https://theroutercompany.github.io"baseUrl = "/sydradb/"
CI deploys the generated static site from docs/build using GitHub Actions.
If Pages is not yet enabled in the repository settings:
- Go to
Settings → Pages - Set Source to GitHub Actions
See also: