1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Remove support for miniTocMaxHeadingLevel (#34758)

This commit is contained in:
Hector Alfaro
2023-02-17 11:29:02 -05:00
committed by GitHub
parent 7800cfa2fc
commit 4cd28fd735
346 changed files with 146 additions and 428 deletions

View File

@@ -29,7 +29,7 @@ async function buildMiniTocItems(req) {
return
}
return getMiniTocItems(context.renderedPage, page.miniTocMaxHeadingLevel, '')
return getMiniTocItems(context.renderedPage, '')
}
export default async function renderPage(req, res) {