Pyric
Navigate

API reference

@pyric/cli/conformance/docs

2 published symbols from @pyric/cli

Generated from the TypeScript declarations shipped at this import path.

Interfaces

ConformanceDocsPage

The docs projection: every conformance page (per-service compatibility matrices plus the public API coverage scoreboard) fully rendered at package build from the central conformance model. Consumers display these pages — the docs site is one such consumer — they never re-derive the model.

Properties

PropertyTypeDescription
labelstringShort catalog label (nav / listings).
markdownstringFull page markdown, ready to render.
slugstringPublic docs route slug under /docs/.
titlestringThe page h1, plain text.

Variables

CONFORMANCE_DOCS_PAGES

const CONFORMANCE_DOCS_PAGES: readonly ConformanceDocsPage[];

The docs projection: every conformance page (per-service compatibility matrices plus the public API coverage scoreboard) fully rendered at package build from the central conformance model. Consumers display these pages — the docs site is one such consumer — they never re-derive the model.