mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
8 lines
292 B
HTML
8 lines
292 B
HTML
<toc>
|
|
<div class="fw-bold text-uppercase mb-2">{{ .Title }}</div>
|
|
{{ if eq .Site.Params.docs.scrollSpy true -}}
|
|
{{ .TableOfContents | replaceRE "<nav id=\"TableOfContents\">" "<nav id=\"toc\">" | safeHTML }}
|
|
{{ else -}}
|
|
{{ .TableOfContents }}
|
|
{{ end -}}
|
|
</toc> |