File tree 5 files changed +13
-7
lines changed 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 36
36
{{ partial "feedback.html" . }}
37
37
</ section >
38
38
</ div >
39
- {{ partial "docs-toc.html" . }}
39
+ {{ if not .Params.hideTOC }}
40
+ {{ partial "docs-toc.html" . }}
41
+ {{ end }}
40
42
{{ partial "scripts.html" . }}
41
43
</ main >
42
44
{{ end }}
Original file line number Diff line number Diff line change 5
5
{{ define "main" }}
6
6
< main class ="docs w-full max-w-[1920px] mx-auto px-5 flex flex-col md:flex-row overflow-hidden ">
7
7
{{ partial "docs-nav.html" . }}
8
- < div class ="py-12 md:pl-4 xl:px-16 overflow-hidden ">
8
+ < div class ="w-full py-12 md:pl-4 xl:px-16 overflow-hidden ">
9
9
{{ partial "breadcrumbs" . }}
10
10
< section class ="prose w-full py-12 max-w-none ">
11
11
< h1 > {{ .Title }}</ h1 >
Original file line number Diff line number Diff line change 5
5
{{ define "main" }}
6
6
< main class ="docs w-full max-w-[1920px] mx-auto px-5 flex flex-col md:flex-row overflow-hidden ">
7
7
{{ partial "docs-nav.html" . }}
8
- < div class ="py-12 md:pl-4 xl:px-16 overflow-hidden ">
8
+ < div class ="w-full py-12 md:pl-4 xl:px-16 overflow-hidden ">
9
9
{{ partial "breadcrumbs" . }}
10
10
< section class ="prose w-full py-12 max-w-none ">
11
11
< h1 > {{ .Title }}</ h1 >
Original file line number Diff line number Diff line change 5
5
{{ define "main" }}
6
6
< main class ="docs w-full max-w-[1920px] mx-auto px-5 flex flex-col md:flex-row overflow-hidden ">
7
7
{{ partial "docs-nav.html" . }}
8
- < div class ="py-12 md:pl-4 xl:px-16 overflow-hidden ">
8
+ < div class ="w-full py-12 md:pl-4 xl:px-16 overflow-hidden ">
9
9
{{ partial "breadcrumbs" . }}
10
10
< section class ="prose w-full py-12 max-w-none ">
11
11
< h1 >
92
92
{{ partial "feedback.html" . }}
93
93
</ section >
94
94
</ div >
95
- {{ partial "docs-toc.html" . }}
95
+ {{ if not .Params.hideTOC }}
96
+ {{ partial "docs-toc.html" . }}
97
+ {{ end }}
96
98
{{ partial "scripts.html" . }}
97
99
</ main >
98
100
{{ end }}
Original file line number Diff line number Diff line change 5
5
{{ define "main" }}
6
6
< main class ="docs w-full max-w-[1920px] mx-auto px-5 flex flex-col md:flex-row overflow-hidden ">
7
7
{{ partial "docs-nav.html" . }}
8
- < div class ="py-12 md:pl-4 xl:px-16 overflow-hidden ">
8
+ < div class ="w-full py-12 md:pl-4 xl:px-16 overflow-hidden ">
9
9
{{ partial "breadcrumbs" . }}
10
10
< section class ="prose w-full py-12 max-w-none ">
11
11
< h1 > {{ .Title }}</ h1 >
@@ -82,7 +82,9 @@ <h1>{{ .Title }}</h1>
82
82
{{ partial "feedback.html" . }}
83
83
</ section >
84
84
</ div >
85
- {{ partial "docs-toc.html" . }}
85
+ {{ if not .Params.hideTOC }}
86
+ {{ partial "docs-toc.html" . }}
87
+ {{ end }}
86
88
{{ partial "scripts.html" . }}
87
89
</ main >
88
90
{{ end }}
You can’t perform that action at this time.
0 commit comments