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:
authorSarah German <sgerman@gitlab.com>2023-03-28 21:42:09 +0300
committerSarah German <sgerman@gitlab.com>2023-03-28 21:42:09 +0300
commitac2248c3aba0c8a4fe3586732d806aa56fe5dd37 (patch)
tree6937e71ec03842d1fb66a47b959c28bdfcf83039
parent743fbcc863c1c4d1a4649c2208401deadbed3457 (diff)
parentc2139bcebd449c81b11f21a63f8d585227d1a36e (diff)
Merge branch 'msj-facebook-excludes' into 'main'
Add exceptions to external link tests See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3700 Merged-by: Sarah German <sgerman@gitlab.com> Approved-by: Sarah German <sgerman@gitlab.com> Reviewed-by: Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Co-authored-by: Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>
-rw-r--r--nanoc.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 0fa038ae..0c27e829 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -134,6 +134,12 @@ checks:
- 'https:\/\/downloads\.raspberrypi\.org\/raspbian\/images\/'
- 'https:\/\/wiki\.jenkins\.io\/display\/JENKINS\/'
- 'https:\/\/twitter\.com\/gitlab'
+ - 'https:\/\/www\.facebook\.com\/gitlab'
+ - 'https:\/\/www\.mend\.io\/gitlab\/.*'
+ - 'https:\/\/support\.discord\.com.*'
+ - 'https:\/\/www\.hostgator\.com\/help\/.*'
+ - 'https:\/\/help\.dreamhost\.com\/hc\/.*'
+ - 'https:\/\/www\.bluehost\.com\/help\/.*'
# Redirected links to ignore.
- 'https:\/\/www\.jaegertracing\.io\/docs\/latest\/'
- 'https:\/\/bit.ly\/.*'
@@ -141,6 +147,7 @@ checks:
- 'https?:\/\/\w*\.example\.com.*'
- 'https?:\/\/localhost.*'
- 'https?:\/\/127.0.0.1.*'
+ - 'http?:\/\/gdk.test.*'
# Don't check gitlab.com links. Cloudflare thinks the link test is a DOS attack.
# The temporary solution is to exclude them from link testing.
- 'https:\/\/gitlab.com.*'
@@ -151,7 +158,8 @@ checks:
- 'https:\/\/youtu.be\/.*'
# Some links require authentication
- 'https:\/\/dashboards.gitlab.com\/.*'
- - 'https:\/\/ops.gitlab.net\/.*'
+ - 'https:\/\/ops\.gitlab\.net\/.*'
+ - 'https:\/\/start.1password.com\/.*'
- 'https:\/\/3PNCFOU757-dsn.algolia.net.*'
# Redirected link we don't want to update to platform/locale specific link
# See https://gitlab.com/gitlab-org/gitlab/-/issues/368300#note_1047352091