@theholocron/clients-docs
v1.6.6
Published
Documentation content for the @theholocron/clients monorepo
Maintainers
Readme
@theholocron/clients-docs
Documentation content package for the @theholocron/clients monorepo.
This package publishes Markdown content and a DocsConfig object consumed by the
theholocron.github.io aggregator site
and any per-repo Starlight shell that links it via workspace:*.
Structure
content/ Markdown pages
dist/ Compiled DocsConfig (generated — do not edit)
src/index.ts DocsConfig sourceUsage
import config from "@theholocron/clients-docs";
console.log(config.slug); // "clients"
console.log(config.sidebar); // sidebar tree for Starlight