Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 588 Bytes

File metadata and controls

31 lines (22 loc) · 588 Bytes

charts-docs

Documentation repository for Charts.

Repo Layout

  • docs-app/ - Next.js docs website
  • content/ - versioned markdown content
  • registry/versions.json - version registry used by the site
  • static assets for API/demo/playground are served from object storage/CDN via DOCS_STATIC_BASE_URL

Local Development

cd docs-app
npm ci
npm run dev

Build

cd docs-app
npm run build
npm run start

Notes

  • main contains docs source and app code.
  • Set DOCS_STATIC_BASE_URL for local/dev/CI since /static/* is always served from CDN.