docs/layouts/partials/nav-panels.html
{{/* ── Main navigation panel ── */}} {{ range .Site.Data.nav.main }} {{ if .section }}
{{ .section }} {{ with .badge }}{{ . }}{{ end }}
{{ range .items }} {{ $active := false }} {{ if .drilldown }} {{ $active = and (hasPrefix $.Page.RelPermalink "/docs/components/") (ne $.Page.RelPermalink "/docs/components/") }} {{ else }} {{ $active = eq $.Page.RelPermalink .path }} {{ end }} - {{ if .drilldown }} {{ .label }} {{ else }} {{ .label }} {{ end }} {{ end }}
{{ else }} {{ range .items }} - {{ .label }} {{ end }} {{ end }} {{ end }} {{/* ── Component drilldown panel ── */}} All docs
Components
Web components for search UI
{{ range .Site.Data.nav.components }}
{{ .section }}
{{ range .items }} - {{ .label }} {{ end }}
{{ end }}