Skip to content

@cloudflare/nimbus-docs@0.7.1

Choose a tag to compare

@cloudflare-nimbus-bot cloudflare-nimbus-bot released this 23 Jul 08:41
6b8b874

Patch Changes

  • #36 738c8a0 Thanks @mvvmm! - Merge partial headings into the parent page's TOC. <Render file="..." />
    partials that contain literal markdown headings (## Foo) now contribute
    those headings to the parent page's "On this page" table of contents, in
    document order, recursively. Pass partialHeadings: { resolvePartialId }
    to getDocsPageProps() / getCollectionPageProps() to customise how
    <Render> attributes map to a partial collection id (e.g. cloudflare-docs'
    product convention).