GitHub Pages
The public documentation is built from docs/ with VitePress and deployed to GitHub Pages.
Local build
bash
npm run docs:buildOutput:
text
docs/.vitepress/dist/Workflow
The Pages workflow is:
text
.github/workflows/pages.ymlIt installs dependencies, runs npm run docs:build, uploads docs/.vitepress/dist, and deploys with GitHub Pages.
Custom domain
The custom domain is stored in:
text
docs/public/CNAMEwith the value:
text
nordrelay.ioDNS
For the apex domain, configure GitHub Pages A/AAAA records. For www, create a CNAME to the GitHub Pages host for the repository owner. GitHub provisions HTTPS after DNS and Pages settings are valid.
