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>2018-12-21 23:34:52 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-21 23:34:52 +0300
commitcc8d66a146ba020e5268d77d38f8bdc809cfb884 (patch)
treeffa78c7ee3b5eb04a97e29d6668ff401493b7391 /content
parentadabb45159a772be86c9494f7ea327df3c6ecf12 (diff)
parent4df5519faa8dc2509ae344b64ea7d5345383b8df (diff)
Merge branch 'release-11-6' into 'master'
Release 11.6 See merge request gitlab-com/gitlab-docs!379
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 f7d1ae92..c77a8011 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/.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/.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 1dc5bd35..9badff30 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:
+ - "11.6"
- "11.5"
- "11.4"
- - "11.3"
offline:
+ - "11.3"
- "11.2"
- "11.1"
- "11.0"