Skip to content

Commit 941b912

Browse files
authored
Add markdown link checker fix (#200)
* Add markdown link checker fix * fix markdownlint
1 parent 5b920c4 commit 941b912

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.markdownlint-cli2.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
# Define glob expressions to ignore
3+
ignores:
4+
- ".github/**"
5+
...

.mlc_config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"httpHeaders": [
3+
{
4+
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/", "https://developers.redhat.com"],
5+
"retryOn429": true,
6+
"headers": {
7+
"Accept-Encoding": "zstd, br, gzip, deflate"
8+
}
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)