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>2021-03-09 18:24:38 +0300
committerMarcel Amirault <mamirault@gitlab.com>2021-03-09 18:24:38 +0300
commit3855ddefad432d7947ebb18e1ec9f6f0e2a25d76 (patch)
tree88032f5d0549c53d515904375fc186cbcdc26d71 /nanoc.yaml
parent14210d64dc6d23043d53ea9e0f26883fd449be18 (diff)
Add exception for gitlab dashboard links
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index c7a56596..0420d8cd 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -116,6 +116,8 @@ checks:
- 'https:\/\/github.com\/.*'
- 'https:\/\/www.youtube.com\/.*'
- 'https:\/\/youtu.be\/.*'
+ # Some links require authentication, but we want to keep them in development docs
+ - 'https:\/\/dashboards.gitlab.com\/.*'
# A list of file patterns, specified as regular expressions, to exclude from the check.
# If a file matches this pattern, the links from this file will not be checked.