chore: add section-tree.html

This commit is contained in:
Xin
2023-10-23 21:59:26 +01:00
parent 529fcd8a62
commit 13e4eb3414
3 changed files with 67 additions and 2 deletions

View File

@ -6,7 +6,6 @@
{{- $sidebarClass := cond $disableSidebar (cond $displayPlaceholder "md:hidden xl:block" "md:hidden") "md:sticky" -}}
{{- $navRoot := cond (eq site.Home.Type "docs") site.Home $context.FirstSection -}}
{{- $navPages := union $navRoot.RegularPages $navRoot.Sections -}}
{{- $pageURL := $context.RelPermalink -}}