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>2018-07-30 09:31:12 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-07-30 09:31:12 +0300
commit487cfc19900cd2c4878903548b5490801961f207 (patch)
tree4bbfe2a143a39e0d77a6d1aac5f210db4ef6aad8 /nanoc.yaml
parent1cd165e21bcef412e2ca4c7de925fa19e032b726 (diff)
Add support site
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index dea2589f..de637099 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -164,3 +164,16 @@ products:
dest_dir: 'content/runner'
doc_dir: 'docs'
expose: true
+ runner:
+ full_name: 'GitLab Support'
+ short_name: 'Support'
+ slug: 'support'
+ index_file: 'index.*'
+ img: '/assets/images/docs-runner.svg'
+ description: 'Debugging resources for GitLab Support Engineers'
+ repo: 'https://gitlab.com/axil/debugging.gitlab.io'
+ dirs:
+ temp_dir: 'tmp/support/'
+ dest_dir: 'content/support'
+ doc_dir: 'content/post'
+ expose: false