mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00
9 lines
312 B
HTML
9 lines
312 B
HTML
<toc>
|
|
<!-- change -->
|
|
<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> |