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-02-16 13:29:11 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-02-16 13:29:11 +0300
commit4f3b754388a7eadb6d9f74c397257fd1a367fb7e (patch)
tree2bd2c0103da363df2ad4d642b55eae78cf5fe742 /content
parent9ccfbd0529128e545fe2fb39dce904a432b4f22a (diff)
Add an archive Docker image and a test archives page
Diffstat (limited to 'content')
-rw-r--r--content/archives/index.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/content/archives/index.md b/content/archives/index.md
new file mode 100644
index 00000000..1bfb81ce
--- /dev/null
+++ b/content/archives/index.md
@@ -0,0 +1,35 @@
+---
+layout: archives
+---
+
+# Docs archives
+
+CAUTION: **Warning:**
+This page is in beta, many links might not work. For updates, follow
+[this issue](https://gitlab.com/gitlab-com/gitlab-docs/issues/16).
+
+Browse the archives for different GitLab versions.
+
+## 10.5
+
+Visit the [GitLab 10.5 docs](/10.5/) or download them and browse locally:
+
+```sh
+docker run -it --rm -p 4000:4000 registry.gitlab.com/gitlab-com/gitlab-docs:10.5
+```
+
+## 10.4
+
+Visit the [GitLab 10.4 docs](/10.4/) or download them and browse locally:
+
+```sh
+docker run -it --rm -p 4000:4000 registry.gitlab.com/gitlab-com/gitlab-docs:10.4
+```
+
+## 10.3
+
+Visit the [GitLab 10.3 docs](/10.3/) or download them and browse locally:
+
+```sh
+docker run -it --rm -p 4000:4000 registry.gitlab.com/gitlab-com/gitlab-docs:10.3
+```