@cloudflare/nimbus-docs@0.7.1
·
183 commits
to main
since this release
Patch Changes
- #36
738c8a0Thanks @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. PasspartialHeadings: { resolvePartialId }
togetDocsPageProps()/getCollectionPageProps()to customise how
<Render>attributes map to a partial collection id (e.g. cloudflare-docs'
productconvention).