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>2021-08-13 12:05:17 +0300
committerMarcel Amirault <4155490-marcel.amirault@users.noreply.gitlab.com>2021-08-13 12:05:17 +0300
commitf9438b44225d02de6b95284d32a59bf4bf0b6633 (patch)
tree2bf1de2c1ca1d55ffa321c26572cedbfb28b3cde /nanoc.yaml
parent4a6ba405ea380a7e0846091c679597bce2644d46 (diff)
Add redirects raketask
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index ccae7b69..4486a3e8 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -125,15 +125,19 @@ products:
slug: 'ee'
repo: 'https://gitlab.com/gitlab-org/gitlab.git'
project_dir: '../gitlab'
+ content_dir: '../gitlab/doc'
runner:
slug: 'runner'
repo: 'https://gitlab.com/gitlab-org/gitlab-runner.git'
project_dir: '../gitlab-runner'
+ content_dir: '../gitlab-runner/docs'
omnibus:
slug: 'omnibus'
repo: 'https://gitlab.com/gitlab-org/omnibus-gitlab.git'
project_dir: '../omnibus-gitlab'
+ content_dir: '../omnibus-gitlab/doc'
charts:
slug: 'charts'
repo: 'https://gitlab.com/gitlab-org/charts/gitlab.git'
project_dir: '../charts-gitlab'
+ content_dir: '../charts-gitlab/doc'