Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 2bbd599

Browse files
authored
Resotre linkcheck with some excludes (#10634)
1 parent b9d6af4 commit 2bbd599

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/book.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ create-missing = false
88

99
[output.html]
1010
theme = "theme"
11+
12+
[output.linkcheck]
13+
# Exclude some special links and `README.md` which cause false-positive errors
14+
exclude = [ 'http://192\.168\.1\.88', 'http://localhost', 'LATEST_SOLANA_RELEASE_VERSION', 'README\.md' ]

0 commit comments

Comments
 (0)