@hypoth-ui/docs-renderer-next
v1.0.2
Published
Next.js documentation renderer for the hypoth-ui design system
Maintainers
Readme
@hypoth-ui/docs-renderer-next
Next.js-based documentation site renderer for the hypoth-ui design system. Renders MDX content packs with edition filtering, tenant branding, search, and live component previews.
Installation
npm install @hypoth-ui/docs-renderer-nextNote: This is primarily an internal package used to build the documentation site.
Usage
Import Components
import { NavSidebar } from '@hypoth-ui/docs-renderer-next/components/nav-sidebar';
import { MdxRenderer } from '@hypoth-ui/docs-renderer-next/components/mdx-renderer';Import Styles
import '@hypoth-ui/docs-renderer-next/styles/globals.css';Run the Docs Site
pnpm --filter @ds/docs-app dev:core # Core edition
pnpm --filter @ds/docs-app dev:pro # Pro edition
pnpm --filter @ds/docs-app dev:enterprise # Enterprise editionDocumentation
See the main README for full documentation and architecture overview.
License
MIT
