1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 15:44:51 +02:00

docs: update v5 version docs version dropdown to include updated v5.2 dropdown (#37002)

* docs: update dropdown for v5.1 to include v5.2

* docs: update dropdown for v5.0 to include v5.2
This commit is contained in:
Issayah
2022-08-31 22:38:27 -05:00
committed by GitHub
parent 5cff761c91
commit c2b4f59e0c
193 changed files with 2316 additions and 193 deletions

View File

@@ -144,7 +144,18 @@
<span class="d-none d-lg-inline">Bootstrap</span> v5.1
</button>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="bd-versions">
<li><a class="dropdown-item current" aria-current="true" href="/docs/5.1/">Latest (5.1.x)</a></li>
<li><h6 class="dropdown-header">v5 releases</h6></li>
<li>
<a class="dropdown-item" href="https://getbootstrap.com/docs/5.2/">
Latest (5.2.x)
</a>
</li>
<li>
<a class="dropdown-item current" aria-current="true" href="/docs/5.1/">v5.1.x</a>
</li>
<li>
<a class="dropdown-item" href="https://getbootstrap.com/docs/5.0/">v5.0.x</a>
</li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="https://getbootstrap.com/docs/4.6/">v4.6.x</a></li>
<li><a class="dropdown-item" href="https://getbootstrap.com/docs/3.4/">v3.4.1</a></li>