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:
-rw-r--r--nanoc.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 14e78b9f5..bde55a2c2 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -110,7 +110,11 @@ checks:
# Don't check gitlab.com links due to cloudflare thinking the link test is a dos attack
# Temporary solution to enable external link checker
- 'https:\/\/gitlab.com\/.*'
-
+ # Don't check github.com links due to GitHub rate limiting causing 429 errors
+ # Temporary solution to enable external link checker
+ - 'https:\/\/github.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.
# E.g.: