Skip to content

Commit

Permalink
Add config for links checking (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
  • Loading branch information
nabokihms committed Apr 15, 2024
1 parent 869f16c commit 7fdaed0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .markdown-link-check.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "^http://127.0.0.1"
},
{
"pattern": "^#"
},
{
"pattern": "^https://dex.example.com"
},
{
"pattern": "^https://twitter.com/dexidp"
}
],
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "http://localhost:1313/"
},
{
"pattern": "^/",
"replacement": "http://localhost:1313/"
}
],
"timeout": "3s",
"retryOn429": true,
"aliveStatusCodes": [200, 206]
}

0 comments on commit 7fdaed0

Please sign in to comment.