Overview of nimbus-docs subpaths
mainThe @cloudflare/nimbus-docs package is organized into several subpaths depending on your needs:
nimbus-docs: Core Astro integration, data helpers (likegetSidebar,getTOC,getBreadcrumbs), anddefineConfig.nimbus-docs/content: Factories for content collections, specificallydocsCollection()andpartialsCollection().nimbus-docs/schemas: Schema definitions includingdocsSchema,partialsSchema, anddefineDocSchema.nimbus-docs/types: Public type re-exports.nimbus-docs/client: Client-side primitives such asmount,makeDisclosure,initTabs,lockScroll,codeCopy, andheadingAnchors.nimbus-docs/react: Headless React primitives for interactive diagrams. Requiresreactandreact-domas peer dependencies.nimbus-docs/lib/pkgm: Package manager command translator utilities likegetCommandandgetTabs.nimbus-docs/components/NimbusHead.astro: The<NimbusHead />component for<head>plumbing.