ProductWhitePaper is the RsPress site for DataLuminary user and developer documentation.
Install the dependencies:
pnpm installStart the dev server:
pnpm run devBuild the website for production:
pnpm run buildPreview the production build locally:
pnpm run previewDocs are deployed to docs.dataluminary.dev via GitHub Pages.
- Workflow:
.github/workflows/deploy-pages.yml(runs on push tomain) - Build output:
doc_build/ - Custom domain:
docs.dataluminary.dev(CNAME →dataluminary.github.io)
| Type | Name | Value |
|---|---|---|
| CNAME | docs | dataluminary.github.io |
After the first deploy, enable GitHub Pages → Source: GitHub Actions in repo settings if not already configured.