aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-13 19:12:01 +0200
committerGitHub <[email protected]>2019-02-13 19:12:01 +0200
commitff29c1224c20b8fcf2d1e7c28426470f1dc3e40d (patch)
treeec517a29c54adba48b15fc93edb3b0f6607fe8de
parent8fa0d3010112dca5dd6dd501173415856001ba8b (diff)
downloadbootstrap-ff29c1224c20b8fcf2d1e7c28426470f1dc3e40d.tar.xz
bootstrap-ff29c1224c20b8fcf2d1e7c28426470f1dc3e40d.zip
Update docs and meta for 3.4.1. (#28255)
-rw-r--r--README.md7
-rw-r--r--site/_data/docs-versions.yml2
-rw-r--r--site/_includes/docs-navbar.html2
3 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9fa8f536a..48f9d7cb1 100644
--- a/README.md
+++ b/README.md
@@ -126,12 +126,7 @@ Learn more about using Jekyll by reading its [documentation](https://jekyllrb.co
### Documentation for previous releases
-- For v2.3.2: <https://getbootstrap.com/2.3.2/>
-- For v3.3.x: <https://getbootstrap.com/docs/3.3/>
-- For v3.4.0: <https://getbootstrap.com/docs/3.4/>
-- For v4.0.x: <https://getbootstrap.com/docs/4.0/>
-- For v4.1.x: <https://getbootstrap.com/docs/4.1/>
-- For v4.2.x: <https://getbootstrap.com/docs/4.2/>
+You can find all our previous releases docs on <https://getbootstrap.com/docs/versions/>.
[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.
diff --git a/site/_data/docs-versions.yml b/site/_data/docs-versions.yml
index ce240a75d..3249553a6 100644
--- a/site/_data/docs-versions.yml
+++ b/site/_data/docs-versions.yml
@@ -29,7 +29,7 @@
- group: v3.x
baseurl: https://getbootstrap.com/docs
- description: Our previous major release and its minor versions. Last update was v3.4.0.
+ description: Our previous major release and its minor versions. Last update was v3.4.1.
versions:
- v: 3.3
- v: 3.4
diff --git a/site/_includes/docs-navbar.html b/site/_includes/docs-navbar.html
index 80b61b655..a211a0ee0 100644
--- a/site/_includes/docs-navbar.html
+++ b/site/_includes/docs-navbar.html
@@ -37,7 +37,7 @@
<a class="dropdown-item" href="https://getbootstrap.com/docs/4.0/">v4.0.0</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://v4-alpha.getbootstrap.com/">v4 Alpha 6</a>
- <a class="dropdown-item" href="https://getbootstrap.com/docs/3.4/">v3.4.0</a>
+ <a class="dropdown-item" href="https://getbootstrap.com/docs/3.4/">v3.4.1</a>
<a class="dropdown-item" href="https://getbootstrap.com/docs/3.3/">v3.3.7</a>
<a class="dropdown-item" href="https://getbootstrap.com/2.3.2/">v2.3.2</a>
<div class="dropdown-divider"></div>