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-30 05:08:40 +0300
committerEvan Read <eread@gitlab.com>2019-09-30 05:08:40 +0300
commit58bc6746bd8a9fda65435747a4f7face0e24e813 (patch)
treef7f8c3aa439aee1bb760f02811997838c7bb976d /nanoc.yaml
parent7149c067c9d4da986bd8020365d42c39b9e70f96 (diff)
Do not build gitlab-foss anymore
With the single codebase and the symlink hack, there's no reason to pull and build gitlab-foss anymore. This will save us time and money :smile:
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml15
1 files changed, 1 insertions, 14 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index c8ec5dcd..136eb385 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -127,26 +127,13 @@ breadcrumbs: true
debug: false
products:
- 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-foss.git'
- dirs:
- temp_dir: 'tmp/ce/'
- dest_dir: 'content/ce'
- doc_dir: 'doc'
- expose: false
ee:
full_name: 'GitLab'
short_name: 'GitLab'
slug: 'ee'
index_file: 'README.*'
img: '/assets/images/docs-gitlab.svg'
- description: 'Usage and administration of GitLab Community Edition (CE), Enterprise Edition (EE), and GitLab.com.'
+ description: 'Usage and administration of GitLab self-managed and GitLab.com.'
repo: 'https://gitlab.com/gitlab-org/gitlab.git'
dirs:
temp_dir: 'tmp/ee/'