diff options
| author | XhmikosR <[email protected]> | 2019-11-26 19:12:00 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-26 19:12:00 +0200 |
| commit | 593574d510050dc2d5eeafe70a58ae182f020480 (patch) | |
| tree | 043a163d6c712121ca0fe1f34c419ab592b03185 /site/_includes/docs-navbar.html | |
| parent | d61bba584f89c7df0d780a9ff214a58f7b58cb94 (diff) | |
| download | bootstrap-4.4.0.tar.xz bootstrap-4.4.0.zip | |
Release v4.4.0 (#29735)v4.4.0
Diffstat (limited to 'site/_includes/docs-navbar.html')
| -rw-r--r-- | site/_includes/docs-navbar.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/_includes/docs-navbar.html b/site/_includes/docs-navbar.html index 97210ae38..25f2a0afc 100644 --- a/site/_includes/docs-navbar.html +++ b/site/_includes/docs-navbar.html @@ -35,7 +35,8 @@ v{{ site.docs_version }} </a> <div class="dropdown-menu dropdown-menu-md-right" aria-labelledby="bd-versions"> - <a class="dropdown-item active" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/">Latest (4.3.x)</a> + <a class="dropdown-item active" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/">Latest (4.4.x)</a> + <a class="dropdown-item" href="https://getbootstrap.com/docs/4.3/">v4.3.1</a> <a class="dropdown-item" href="https://getbootstrap.com/docs/4.2/">v4.2.1</a> <a class="dropdown-item" href="https://getbootstrap.com/docs/4.0/">v4.0.0</a> <div class="dropdown-divider"></div> |
