We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 280d955 + da37b4d commit 4b31070Copy full SHA for 4b31070
book/book.toml
@@ -16,3 +16,7 @@ additional-js = ["mermaid.min.js", "mermaid-init.js"]
16
follow-web-links = true
17
warning-policy = "error"
18
optional = true
19
+
20
+# Workaround for GitHub docs returning 403 response: https://github.com/github/docs/issues/17358
21
+[output.linkcheck.http-headers]
22
+"https://help.github.com" = ["accept-encoding: deflate, gzip, br"]
0 commit comments