-
Notifications
You must be signed in to change notification settings - Fork 11
Add link-check config and fix documentation links #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
oesteban
merged 18 commits into
mkdocs
from
codex/update-link-checker-configuration-and-workflow
Sep 4, 2025
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ec47e09
Add link-checker config and fix docs links
oesteban bf64520
Apply suggestions from code review
oesteban e9f6d57
fix: bids-validator link
oesteban 3a57c33
fix: link to MRIQC's documentation
oesteban 7a099a3
fix: update link from old singularityware org into apptainer
oesteban 075559f
fix: links in ORN workshop slides
oesteban 8f099e1
fix: link in community/features/index.html
oesteban dc2b873
fix: link in contributors guide
oesteban 8b1863d
fix: add old lab's link in license scerpt to ignore list
oesteban e3b31c9
fix: update BIDS derivatives links
oesteban e177822
fix: skip presentations' link checks
oesteban 6e167f9
fix: disable presentations from link-checking
oesteban 06d0a8e
fix: make relative links absolute in educational index
oesteban f383f55
fix: check whether ORN presentation can be fixed
oesteban a3d118f
fix: revise nipreps' QR code
oesteban 761cffe
fix: nipreps qr code
oesteban a12a578
fix: remove link checker protections
oesteban b076e29
fix: do not link raw text object
oesteban File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"ignorePatterns": [ | ||
{"pattern": "^http://127\\.0\\.0\\.1:8445"}, | ||
{"pattern": "^http://192\\.168\\.99\\.100:8445"}, | ||
{"pattern": "biorxiv\\.org"}, | ||
{"pattern": "doi\\.org"}, | ||
{"pattern": "toptal\\.com"}, | ||
{"pattern": "^/"}, | ||
{"pattern": "^\\.\\./\\.\\./assets/"}, | ||
{"pattern": "^\\.\\./\\.\\./"} | ||
] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.