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:
authorEvan Read <eread@gitlab.com>2021-08-24 03:37:17 +0300
committerMarcel Amirault <4155490-marcel.amirault@users.noreply.gitlab.com>2021-08-24 03:37:17 +0300
commite41fc782ff7261acb9098e76e501460bdf20ffe5 (patch)
tree909007606526e18851476c4037a6e48624819e46
parent21ea083ed7a0dcaf6d43996aab1b9f0a62bae8e1 (diff)
Removes hard-coded reference to main, and duplicative list
-rw-r--r--content/archives/index.html18
1 files changed, 6 insertions, 12 deletions
diff --git a/content/archives/index.html b/content/archives/index.html
index ba05000c..f8e98370 100644
--- a/content/archives/index.html
+++ b/content/archives/index.html
@@ -6,18 +6,12 @@ last_updated: 2020-05-15
<h1>GitLab Docs archives</h1>
-This website contains online versions of the GitLab documentation:
-
-<ul>
- <li>The default version from the <code>main</code> branch.</li>
- <li>The latest released version.</li>
- <li>Previously released versions.</li>
-</ul>
+This page has links to online versions of the GitLab documentation.
<% unless @items['/_data/versions.yaml'][:offline].nil? %>
To browse a version that is not available online, see the
<a href='#offline-archives'>offline archives</a>.
-
+<br>
They're available for download so that you can browse through them locally.
<% end %>
@@ -27,10 +21,10 @@ The <a href="/">default version</a> of this website
is built from the documentation directories on the default branches of:
<ul>
- <li><a href="https://gitlab.com/gitlab-org/gitlab/tree/master/doc">GitLab</a></li>
- <li><a href="https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/doc">Omnibus GitLab</a></li>
- <li><a href="https://gitlab.com/gitlab-org/gitlab-runner/tree/master/docs">GitLab Runner</a></li>
- <li><a href="https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc"> GitLab Charts</a></li>
+ <li><a href="https://gitlab.com/gitlab-org/gitlab/-/tree/master/doc">GitLab</a></li>
+ <li><a href="https://gitlab.com/gitlab-org/omnibus-gitlab/-/tree/master/doc">Omnibus GitLab</a></li>
+ <li><a href="https://gitlab.com/gitlab-org/gitlab-runner/-/tree/main/docs">GitLab Runner</a></li>
+ <li><a href="https://gitlab.com/gitlab-org/charts/gitlab/-/tree/master/doc"> GitLab Charts</a></li>
</ul>
All of these are brought together by the