File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed
themes/buildpacks/layouts/partials Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,21 @@ featureKatacoda = false
81
81
url = " https://github.com/buildpacks"
82
82
weight = 4
83
83
84
+ [[menu .docs ]]
85
+ name = " Application Developer Guide"
86
+ url = " /docs/app-developer-guide"
87
+ weight = 1
88
+
89
+ [[menu .docs ]]
90
+ name = " Buildpack Author Guide"
91
+ url = " /docs/buildpack-author-guide"
92
+ weight = 2
93
+
94
+ [[menu .docs ]]
95
+ name = " Platform Operator Guide"
96
+ url = " /docs/operator-guide/"
97
+ weight = 3
98
+
84
99
[security ]
85
100
enableInlineShortcodes = false
86
101
[security .exec ]
Original file line number Diff line number Diff line change 30
30
< a class ="github-button icon-button bg-blue button d-none d-lg-flex " href ="https://github.com/buildpacks "> GitHub</ a >
31
31
</ div >
32
32
</ nav >
33
+
34
+ < nav id ="subnav " class ="navbar navbar-expand-sm " role ="navigation ">
35
+ < ul class ="nav navbar-nav ">
36
+ {{ range $.Site.Menus.docs }}
37
+ < li class ="nav-link text-center ">
38
+ < a class ="nav-link py-2 py-lg-0 px-1 " href ="{{.URL}} "> {{.Name}}</ a >
39
+ </ li >
40
+ {{ end }}
41
+ </ ul >
42
+ </ nav >
33
43
</ header >
Original file line number Diff line number Diff line change 52
52
{{- if ne $numberOfPages 0 }}
53
53
{{- $depth = add (int $depth) 1 }}
54
54
< ul class ="ml-2 ">
55
- {{- $expand = (or .Params.expand $isCurrent) -}}
55
+ {{- $expand = (or $isCurrent) -}}
56
56
{{- $pages := (.Pages | union .Sections) }}
57
57
{{- range $pages.ByWeight }}
58
58
{{- if (not .Params.hidden) }}
You can’t perform that action at this time.
0 commit comments