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>2019-08-22 17:31:18 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-22 17:31:18 +0300
commit3d0cc8d8dec7c0307749801be378487f31a47286 (patch)
tree0d2226a4db12610324f386d05e346465a512026d /content
parentc2d949eecaedd00281029e704eec2705e0b5fbc5 (diff)
Release 12.2
Diffstat (limited to 'content')
-rw-r--r--content/404.html2
-rw-r--r--content/_data/versions.yaml3
2 files changed, 3 insertions, 2 deletions
diff --git a/content/404.html b/content/404.html
index 94d588a3..b3f43522 100644
--- a/content/404.html
+++ b/content/404.html
@@ -39,7 +39,7 @@ searchbar: false
<script type="text/javascript">
// Redirect to /archives on a non-existing versions
// Place here all offline versions as seen inside content/_data/versions.yaml
- if (/10.3|10.4|10.5|10.6|10.7|10.8|11.0|11.1|11.2|11.3|11.4|11.5|11.6|11.7|11.8|11.9|11.10/.test(window.location.href)) {
+ if (/10.3|10.4|10.5|10.6|10.7|10.8|11.0|11.1|11.2|11.3|11.4|11.5|11.6|11.7|11.8|11.9|11.10|11.11/.test(window.location.href)) {
window.location.replace("https://docs.gitlab.com/archives");
}
</script>
diff --git a/content/_data/versions.yaml b/content/_data/versions.yaml
index 2d4b42d6..49eb3b89 100644
--- a/content/_data/versions.yaml
+++ b/content/_data/versions.yaml
@@ -1,11 +1,12 @@
# The first online version should always point to the
# current stable version.
online:
+ - "12.2"
- "12.1"
- "12.0"
- - "11.11"
offline:
+ - "11.11"
- "11.10"
- "11.9"
- "11.8"