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-03-28 13:33:43 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-29 13:08:11 +0300
commita1816c3ab969d44993670926296a4b76ccc01f02 (patch)
treebecb247efab4d99495263b5bc978cf90391c0f26 /content
parenteb805902220ec710a884173327ffcdc35294a045 (diff)
Enable versions in backend
Diffstat (limited to 'content')
-rw-r--r--content/archives/index.md23
1 files changed, 16 insertions, 7 deletions
diff --git a/content/archives/index.md b/content/archives/index.md
index 9aabd9f3..d8a66075 100644
--- a/content/archives/index.md
+++ b/content/archives/index.md
@@ -10,7 +10,12 @@ This page is in beta, many links might not work. For updates, follow
Browse the archives for different GitLab versions.
-## 10.6
+## Online archives
+
+The following archives are available online and can be browsed on
+<https://docs.gitlab.com>.
+
+### 10.6
Visit the [GitLab 10.6 docs](/10.6/) or download them and browse locally:
@@ -18,25 +23,29 @@ Visit the [GitLab 10.6 docs](/10.6/) or download them and browse locally:
docker run -it --rm -p 4000:4000 registry.gitlab.com/gitlab-com/gitlab-docs:10.6
```
-## 10.5
+## Offline archives
+
+The following archives are available offline.
+
+### 10.5
-Visit the [GitLab 10.5 docs](/10.5/) or download them and browse locally:
+Download them and browse locally:
```sh
docker run -it --rm -p 4000:4000 registry.gitlab.com/gitlab-com/gitlab-docs:10.5
```
-## 10.4
+### 10.4
-Visit the [GitLab 10.4 docs](/10.4/) or download them and browse locally:
+Download them and browse locally:
```sh
docker run -it --rm -p 4000:4000 registry.gitlab.com/gitlab-com/gitlab-docs:10.4
```
-## 10.3
+### 10.3
-Visit the [GitLab 10.3 docs](/10.3/) or download them and browse locally:
+Download them and browse locally:
```sh
docker run -it --rm -p 4000:4000 registry.gitlab.com/gitlab-com/gitlab-docs:10.3