mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 10:34:07 +02:00
Keep context when navigation from v5.0/v5.1 to v5.2
This commit is contained in:
committed by
Mark Otto
parent
d9d8a5b894
commit
4f4f92f077
@@ -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/getting-started/best-practices/">
|
||||
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/getting-started/best-practices/">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/getting-started/best-practices/">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>
|
||||
|
Reference in New Issue
Block a user