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:
authorEvan Read <eread@gitlab.com>2022-01-17 08:07:01 +0300
committerEvan Read <eread@gitlab.com>2022-01-17 08:07:01 +0300
commit08dfc546ec40e96077d800e239c8c272f0d5f690 (patch)
tree47c566701f9f3cbba8e3f6f562c2d1942d399f53 /nanoc.yaml
parent5d7c7981295cc20730eae4dd67b2e1589d2d4e9d (diff)
Exclude ops.gitlab.net links from link checker
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index bd5ea292..76534192 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -112,8 +112,9 @@ checks:
- 'https:\/\/github.com\/.*'
- 'https:\/\/www.youtube.com\/.*'
- 'https:\/\/youtu.be\/.*'
- # Some links require authentication, but we want to keep them in development docs
+ # Some links require authentication
- 'https:\/\/dashboards.gitlab.com\/.*'
+ - 'https:\/\/ops.gitlab.net\/.*'
breadcrumbs: false
debug: false