]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: add v4.6.0 (#32842)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 19 Jan 2021 16:39:49 +0000 (18:39 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Jan 2021 16:39:49 +0000 (18:39 +0200)
site/data/docs-versions.yml
site/layouts/partials/docs-versions.html

index 5ddde79a02f8c777a65a7adc27d9c85087d4134e..9e82d3e1e908b3a22b666c4dabc8314d730a9d4f 100644 (file)
@@ -36,7 +36,7 @@
 
 - group: v4.x
   baseurl: "https://getbootstrap.com/docs"
-  description: "Our previous major release with its minor releases. Last update was v4.5.3."
+  description: "Our previous major release with its minor releases. Last update was v4.6.0."
   versions:
     - v: "4.0"
     - v: "4.1"
@@ -44,6 +44,7 @@
     - v: "4.3"
     - v: "4.4"
     - v: "4.5"
+    - v: "4.6"
 
 - group: v5.x
   baseurl: "https://getbootstrap.com/docs"
index 16df838b218df54c0eab90d2ee6fb7eaf4894d4d..4415e550da6982a2f2045ffe9eebe1040a782831 100644 (file)
@@ -5,7 +5,7 @@
   <ul class="dropdown-menu dropdown-menu-end" aria-labelledby="bd-versions">
     <li><a class="dropdown-item current" aria-current="true" href="/docs/{{ .Site.Params.docs_version }}/">Latest (5.0.x)</a></li>
     <li><hr class="dropdown-divider"></li>
-    <li><a class="dropdown-item" href="https://getbootstrap.com/docs/4.5/">v4.5.x</a></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>
     <li><a class="dropdown-item" href="https://getbootstrap.com/2.3.2/">v2.3.2</a></li>
     <li><hr class="dropdown-divider"></li>