2020-09-25 18:35:24 +02:00
|
|
|
<nav class="bd-subnavbar py-2" aria-label="Secondary navigation">
|
|
|
|
<div class="container-xxl d-flex align-items-md-center">
|
2020-06-09 15:44:20 +02:00
|
|
|
<form class="bd-search position-relative me-auto">
|
2020-11-02 09:09:32 +01:00
|
|
|
<input type="search" class="form-control" id="search-input" placeholder="Search docs..." aria-label="Search docs for..." autocomplete="off" data-bd-docs-version="{{ .Site.Params.docs_version }}">
|
2019-07-18 22:49:05 +02:00
|
|
|
</form>
|
2019-07-18 23:33:34 +02:00
|
|
|
|
2020-03-05 09:01:15 +01:00
|
|
|
{{ partial "docs-versions" . }}
|
|
|
|
|
2020-06-09 15:44:20 +02:00
|
|
|
<button class="btn bd-sidebar-toggle d-md-none py-0 px-1 ms-3 order-3 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
|
2020-09-29 18:23:55 +02:00
|
|
|
{{ partial "icons/expand.svg" (dict "class" "bi bi-expand" "width" "24" "height" "24") }}
|
|
|
|
{{ partial "icons/collapse.svg" (dict "class" "bi bi-collapse" "width" "24" "height" "24") }}
|
2020-09-25 18:35:24 +02:00
|
|
|
</button>
|
2019-07-18 22:49:05 +02:00
|
|
|
</div>
|
|
|
|
</nav>
|