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:
authorKamil TrzciƄski <ayufan@ayufan.eu>2021-04-23 13:28:02 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-04-23 13:28:02 +0300
commit0937692dbb9b8a68b4cd4d8397676a0fd5b80230 (patch)
tree4660677b9bd99a54af1b9b67040a663c6c46fcf2 /nanoc.yaml
parentfb7ce2e82d38f5a3367dcac9490ca71bad8cc312 (diff)
Extends `docs.gitlab.com` with feature flags table
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml38
1 files changed, 21 insertions, 17 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index a01e19c9..2f7d0b39 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -100,12 +100,16 @@ products:
slug: 'ee'
index_file: 'README.*'
img: '/assets/images/docs-gitlab.svg'
- description: 'Administer and use self-managed GitLab and GitLab.com'
+ description: 'Administer and use GitLab self-managed and GitLab SaaS'
repo: 'https://gitlab.com/gitlab-org/gitlab.git'
- dirs:
- temp_dir: 'tmp/ee/'
- dest_dir: 'content/ee'
- doc_dir: 'doc'
+ temp_dir: 'tmp/ee/'
+ content_dirs:
+ - dest_dir: 'content/ee'
+ doc_dir: 'doc'
+ - dest_dir: 'tmp/feature_flags'
+ doc_dir: 'config/feature_flags'
+ - dest_dir: 'tmp/feature_flags-ee'
+ doc_dir: 'ee/config/feature_flags'
expose: true
icon: 'tanuki'
runner:
@@ -116,10 +120,10 @@ products:
img: '/assets/images/docs-runner.svg'
description: 'Install and configure software that runs your CI/CD jobs'
repo: 'https://gitlab.com/gitlab-org/gitlab-runner.git'
- dirs:
- temp_dir: 'tmp/runner/'
- dest_dir: 'content/runner'
- doc_dir: 'docs'
+ temp_dir: 'tmp/runner/'
+ content_dirs:
+ - dest_dir: 'content/runner'
+ doc_dir: 'docs'
expose: true
icon: 'status'
omnibus:
@@ -130,10 +134,10 @@ products:
img: '/assets/images/docs-omnibus.svg'
description: 'Install and configure GitLab by using the Omnibus installer'
repo: 'https://gitlab.com/gitlab-org/omnibus-gitlab.git'
- dirs:
- temp_dir: 'tmp/omnibus/'
- dest_dir: 'content/omnibus'
- doc_dir: 'doc'
+ temp_dir: 'tmp/omnibus/'
+ content_dirs:
+ - dest_dir: 'content/omnibus'
+ doc_dir: 'doc'
expose: true
icon: 'car'
charts:
@@ -144,9 +148,9 @@ products:
img: '/assets/images/docs-charts.svg'
description: 'Deploy GitLab to Kubernetes by using GitLab Helm Charts'
repo: 'https://gitlab.com/gitlab-org/charts/gitlab.git'
- dirs:
- temp_dir: 'tmp/charts/'
- dest_dir: 'content/charts'
- doc_dir: 'doc'
+ temp_dir: 'tmp/charts/'
+ content_dirs:
+ - dest_dir: 'content/charts'
+ doc_dir: 'doc'
expose: true
icon: 'chart'