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:
authorMarcel Amirault <mamirault@gitlab.com>2022-02-07 10:36:35 +0300
committerEvan Read <eread@gitlab.com>2022-02-07 10:36:35 +0300
commitb2e9d9317003130a75b5cd3f34fa2f1cbfac83bd (patch)
treeb026c8628e77d8fe448e554774855a427ea56a87 /nanoc.yaml
parentfbf79773ba7499b23b8d8bf58eada53b74177145 (diff)
Speed up nanoc by only testing root html files
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml49
1 files changed, 24 insertions, 25 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 76534192..79bbd23f 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -30,6 +30,8 @@ text_extensions: [
output_dir: public
index_filenames: ['index.html']
enable_output_diff: false
+breadcrumbs: false
+debug: false
domain: docs.gitlab.com
base_url: https://docs.gitlab.com
@@ -74,6 +76,28 @@ data_sources:
encoding: utf-8
identifier_type: full
+products:
+ ee:
+ 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'
+
checks:
internal_links:
exclude:
@@ -115,28 +139,3 @@ checks:
# Some links require authentication
- 'https:\/\/dashboards.gitlab.com\/.*'
- 'https:\/\/ops.gitlab.net\/.*'
-
-breadcrumbs: false
-debug: false
-
-products:
- ee:
- 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'