File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,10 @@ skaffold_version = "skaffold/v3alpha1"
89
89
# enabling local search https://www.docsy.dev/docs/adding-content/navigation/#configure-local-search-with-lunr
90
90
offlineSearch = true
91
91
92
+ # Menu title if your navbar has a versions selector to access old versions of your site.
93
+ # This menu appears only if you have at least one [params.versions] set.
94
+ version_menu = " Versions"
95
+
92
96
# User interface configuration
93
97
[params .ui ]
94
98
# Enable to show the side bar menu in its compact state.
Original file line number Diff line number Diff line change 22
22
</ li >
23
23
{{ end }}
24
24
{{ if .Site.Params.versions }}
25
- < li class ="nav-item dropdown d-none d-lg-block ">
25
+ < li class ="nav-item mr-4 dropdown d-none d-lg-block ">
26
26
{{ partial "navbar-version-selector.html" . }}
27
27
</ li >
28
28
{{ end }}
Original file line number Diff line number Diff line change @@ -111,3 +111,7 @@ input.td-search-input::placeholder {
111
111
a > code {
112
112
color : # c97300 ;
113
113
}
114
+
115
+ .nav-link {
116
+ color : var (--header-footer-foreground );
117
+ }
You can’t perform that action at this time.
0 commit comments