You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#36738c8a0 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).