1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 02:54:01 +02:00

Keep context when navigation from v5.0/v5.1 to v5.2

This commit is contained in:
Julien Déramond
2022-12-15 20:49:53 +01:00
committed by Mark Otto
parent d9d8a5b894
commit 4f4f92f077
193 changed files with 579 additions and 579 deletions

View File

@@ -146,15 +146,15 @@
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="bd-versions">
<li><h6 class="dropdown-header">v5 releases</h6></li>
<li>
<a class="dropdown-item" href="https://getbootstrap.com/docs/5.2/">
<a class="dropdown-item" href="https://getbootstrap.com/docs/5.2/customize/css-variables/">
Latest (5.2.x)
</a>
</li>
<li>
<a class="dropdown-item current" aria-current="true" href="/docs/5.1/">v5.1.x</a>
<a class="dropdown-item current" aria-current="true" href="/docs/5.1/customize/css-variables/">v5.1.3</a>
</li>
<li>
<a class="dropdown-item" href="https://getbootstrap.com/docs/5.0/">v5.0.x</a>
<a class="dropdown-item" href="https://getbootstrap.com/docs/5.0/customize/css-variables/">v5.0.2</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>