summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/menu.html
blob: 0ded211c6ada3bcb4d606d5b74b8dbbd309e9966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<nav role="navigation">
{{ partial "docs/brand" . }}
{{ partial "docs/inject/menu-before" . }}

{{ if .Site.Params.BookMenuBundle }}
    {{ partial "docs/menu-bundle" . }}
{{ else }}
    {{ partial "docs/menu-filetree" . }}
{{ end }}

{{ partial "docs/inject/menu-after" . }}
</nav>