diff --git a/README.md b/README.md index 4a0ebf0..334e417 100644 --- a/README.md +++ b/README.md @@ -2,30 +2,19 @@ Documentation repository for Charts. +Screenshot 2026-03-26 at 16 07 36 + + ## 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` +- static assets for API/demo/playground are served from object storage/CDN ## Local Development ```bash cd docs-app -npm ci npm run dev ``` - -## Build - -```bash -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.