Skip to content

DataLuminary/ProductWhitePaper

Repository files navigation

ProductWhitePaper

ProductWhitePaper is the RsPress site for DataLuminary user and developer documentation.

Setup

Install the dependencies:

pnpm install

Get started

Start the dev server:

pnpm run dev

Build the website for production:

pnpm run build

Preview the production build locally:

pnpm run preview

Deployment

Docs are deployed to docs.dataluminary.dev via GitHub Pages.

  • Workflow: .github/workflows/deploy-pages.yml (runs on push to main)
  • Build output: doc_build/
  • Custom domain: docs.dataluminary.dev (CNAME → dataluminary.github.io)

DNS (Cloudflare / registrar)

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors