diff options
| author | Bobby <[email protected]> | 2024-08-16 20:47:33 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-16 20:47:33 -0400 |
| commit | 6b28433d9cfde435be8ec2bd6cf91e6324d08865 (patch) | |
| tree | 8343c27b8b95ff5639233e81cf157f92e5688466 /site/layouts/partials/docs-subnav.html | |
| parent | d53094ec16ba385faae2973ddee648698b32ab24 (diff) | |
| parent | 048f56f51460df75e92a2f7b472e1c56baeb68f7 (diff) | |
| download | bootstrap-main.tar.xz bootstrap-main.zip | |
Diffstat (limited to 'site/layouts/partials/docs-subnav.html')
| -rw-r--r-- | site/layouts/partials/docs-subnav.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/site/layouts/partials/docs-subnav.html b/site/layouts/partials/docs-subnav.html deleted file mode 100644 index 9f2faf3e2..000000000 --- a/site/layouts/partials/docs-subnav.html +++ /dev/null @@ -1,14 +0,0 @@ -<nav class="bd-subnavbar py-2" aria-label="Secondary navigation"> - <div class="container-xxl d-flex align-items-md-center"> - <form class="bd-search position-relative me-auto"> - <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 }}"> - </form> - - {{ partial "docs-versions" . }} - - <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"> - {{ 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") }} - </button> - </div> -</nav> |
