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:
authorFiona Neill <fneill@gitlab.com>2022-01-17 17:20:42 +0300
committerFiona Neill <fneill@gitlab.com>2022-01-17 17:20:42 +0300
commite58441ad93f2320f973df977864382caf29b9d9f (patch)
tree47c566701f9f3cbba8e3f6f562c2d1942d399f53
parent5d7c7981295cc20730eae4dd67b2e1589d2d4e9d (diff)
parent08dfc546ec40e96077d800e239c8c272f0d5f690 (diff)
Merge branch 'eread/add-external-link-checker-exception' into 'main'
Exclude ops.gitlab.net links from link checker See merge request gitlab-org/gitlab-docs!2366
-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