Skip to main content
Version: v0.3.0

Documentation site

This repository’s documentation site is a Docusaurus project rooted at docs/.

See also:

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.js sets:
    • 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:

  1. Go to Settings → Pages
  2. Set Source to GitHub Actions

See also: