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 <axilleas@axilleas.me>2017-09-15 09:40:30 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-15 09:40:30 +0300
commitc617cae33bcbc3de5bffbac4b919f21083f84d1a (patch)
tree931f7b885ad2abc2506c7fc78a2feb3207d9b675 /nanoc.yaml
parentaf5b92cf6de59682ab3d22a029bea001468bfd8d (diff)
Revert "Add a gdk environment to override some default settings"
This reverts commit af5b92cf6de59682ab3d22a029bea001468bfd8d.
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index b07cf399..26610b24 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -147,16 +147,3 @@ products:
dest_dir: 'content/runner'
doc_dir: 'docs'
expose: true
-
-# Override the products used in prod so that it can be used with GDK
-# https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/gitlab_docs.md
-environments:
- gdk:
- products:
- docs:
- full_name: 'GitLab Docs'
- short_name: 'GitLab Docs'
- slug: 'docs'
- index_file: 'README.*'
- description: 'Browse user and administration documentation and guides for GitLab Community Edition.'
- expose: true