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-09-13 17:03:01 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-13 17:03:01 +0300
commit2f5e895aebfa5678e51db303b97de56c51e3cebe (patch)
treeaaa9574456900c0f74a51001318552c0e0d6ff26 /nanoc.yaml
parent477908eccd0cc7f19db0ef1b1eef2424e6180634 (diff)
Remove gitlab-foss Git URLs as we don't need them anymore
[ci skip]
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 0e31849b..c8ec5dcd 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -128,13 +128,13 @@ debug: false
products:
ce:
- full_name: 'GitLab CE'
- short_name: 'GitLab CE'
+ full_name: 'GitLab FOSS'
+ short_name: 'GitLab FOSS'
slug: 'ce'
index_file: 'README.*'
img: '/assets/images/docs-gitlab.svg'
description: 'Browse user and administration documentation and guides for GitLab Community Edition.'
- repo: 'https://gitlab.com/gitlab-org/gitlab-ce.git'
+ repo: 'https://gitlab.com/gitlab-org/gitlab-foss.git'
dirs:
temp_dir: 'tmp/ce/'
dest_dir: 'content/ce'
@@ -147,7 +147,7 @@ products:
index_file: 'README.*'
img: '/assets/images/docs-gitlab.svg'
description: 'Usage and administration of GitLab Community Edition (CE), Enterprise Edition (EE), and GitLab.com.'
- repo: 'https://gitlab.com/gitlab-org/gitlab-ee.git'
+ repo: 'https://gitlab.com/gitlab-org/gitlab.git'
dirs:
temp_dir: 'tmp/ee/'
dest_dir: 'content/ee'