Merge pull request #29782 from niteshseram/fix/issue29771

remove 'Tools Included' from sidebar of translated page
This commit is contained in:
Kubernetes Prow Robot
2021-09-24 17:14:21 -07:00
committed by GitHub
+1 -1
View File
@@ -69,7 +69,7 @@
{{ range . }}
{{ with (where $.section.Translations ".Lang" . ) -}}
{{ $p := index . 0 -}}
{{ $pages = $pages | lang.Merge (union $p.Pages $p.Sections) -}}
{{ $pages = where ( $pages | lang.Merge (union $p.Pages $p.Sections)) ".Params.toc_hide" "!=" true -}}
{{ end -}}
{{ end -}}
{{ end -}}