Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2020-08-22 10:09:03 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-08-22 10:09:03 +0300
commit0e8f3363b846fd2fa16f984c6907d50e56619707 (patch)
tree9276eacc07c1d6783a56012739779ba9a69aa8b1
parentba854c86eec4a209a5b57c57630cdef12fca0aed (diff)
parent8edd785475c5c7851990816f9708041956d352b7 (diff)
Merge branch 'update-13-1-for-release-13-3' into '13.1'
Update 13.1 dropdown to match that of 13.3 See merge request gitlab-org/gitlab-docs!1082
-rw-r--r--content/_data/versions.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/content/_data/versions.yaml b/content/_data/versions.yaml
index ac0e3ed9..2f011486 100644
--- a/content/_data/versions.yaml
+++ b/content/_data/versions.yaml
@@ -1,12 +1,20 @@
+# The two last major supported versions
+# https://about.gitlab.com/support/statement-of-support.html#we-support-the-current-major-version-and-the-two-previous-major-versions
+previous_majors:
+ - "12.10"
+ - "11.11"
+
# The first online version should always point to the
# current stable version.
online:
+ - "13.3"
- "13.2"
- "13.1"
- - "13.0"
- - "12.10"
+# Versions not appearing in the dropdown, but available as Docker images
+# https://docs.gitlab.com/archives/#offline-archives
offline:
+ - "13.0"
- "12.9"
- "12.8"
- "12.7"