@blueprint-chart/docs
v2.2.3
Published
Public documentation for Blueprint Chart — handbook, guide, BPC DSL spec, and lib API reference.
Downloads
1,277
Readme
@blueprint-chart/docs
Public documentation for Blueprint Chart — handbook, guide, BPC DSL spec, and lib API reference.
This package serves two consumers:
- The VitePress site at
docs.blueprintchart.com—pnpm dev/pnpm build. - Programmatic access for tooling such as
@blueprint-chart/mcp:
import { listDocs, getDoc } from '@blueprint-chart/docs'
const handbookPages = listDocs('handbook')
const { entry, content } = getDoc('handbook', 'design-principles')Each dist/manifest.json entry has { slug, group, title, blurb, mdPath }. Markdown content lives under src/ and is shipped in the published package.
Groups
handbook— dataviz pedagogy (design principles, color, typography, ...)guide— usage guides (scenes, palettes, data transforms, ...)charts— per-chart-type docs (bar, line, area, ...)reference/dsl— BPC DSL specificationreference/api—@blueprint-chart/libAPI reference
License
MIT
