We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8978b3 commit 5772f48Copy full SHA for 5772f48
linkerd.io/layouts/docs/_docs-nav.html
@@ -54,7 +54,7 @@
54
<a href="{{ .RelPermalink }}">
55
{{ .LinkTitle }}
56
</a>
57
- {{ if and .IsSection .RegularPages }}
+ {{ if and .IsSection .Pages }}
58
<input class="toggle__input" type="checkbox" id="toggle-{{ .File.UniqueID }}" {{ if $selected }}checked="checked"{{ end }}>
59
<label class="toggle__label" for="toggle-{{ .File.UniqueID }}">
60
{{ partial "components/icon" (dict "name" "chevron-right" "variant" "secondary") }}
linkerd.io/layouts/shortcodes/docs/section-toc.html
@@ -1,4 +1,5 @@
1
-{{- with .Page.Pages }}
+{{- $pages := where .Page.Pages "Params.unlisted" "ne" true }}
2
+{{- with $pages }}
3
<ul>
4
{{- range . }}
5
<li>
0 commit comments