-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix broken links and adjust linkinator config DOC-1382 (#3928)
- Loading branch information
Showing
9 changed files
with
137 additions
and
72 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
|
@@ -472,7 +472,7 @@ have any questions or concerns, contact us at [email protected]. | |
| https://www.npmjs.com/package/query-string | [MIT](https://opensource.org/licenses/MIT) | | ||
| https://www.npmjs.com/package/react | [MIT](https://opensource.org/licenses/MIT) | | ||
| https://www.npmjs.com/package/react-calendar | [MIT](https://opensource.org/licenses/MIT) | | ||
| https://www.npmjs.com/package/react-clipboard.js | [CC0-1.0](https://opensource.org/licenses/CC0-1.0) | | ||
| https://www.npmjs.com/package/react-clipboard.js | [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/legalcode.en) | | ||
| https://www.npmjs.com/package/react-dev-utils | [MIT](https://opensource.org/licenses/MIT) | | ||
| https://www.npmjs.com/package/react-dom | [MIT](https://opensource.org/licenses/MIT) | | ||
| https://www.npmjs.com/package/react-helmet | [MIT](https://opensource.org/licenses/MIT) | | ||
|
@@ -702,7 +702,7 @@ have any questions or concerns, contact us at [email protected]. | |
| https://www.npmjs.com/package/locate-path | [MIT](https://opensource.org/licenses/MIT) | | ||
| https://www.npmjs.com/package/lodash.camelcase | [MIT](https://opensource.org/licenses/MIT) | | ||
| https://www.npmjs.com/package/lodash.isequalwith | [MIT](https://opensource.org/licenses/MIT) | | ||
| https://www.npmjs.com/package/lodash.once | [CC0-1.0](https://opensource.org/licenses/CC0-1.0) | | ||
| https://www.npmjs.com/package/lodash.once | [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/legalcode.en) | | ||
| https://www.npmjs.com/package/lodash.upperfirst | [MIT](https://opensource.org/licenses/MIT) | | ||
| https://www.npmjs.com/package/loose-envify | [MIT](https://opensource.org/licenses/MIT) | | ||
| https://www.npmjs.com/package/lru-cache | [ISC](https://opensource.org/licenses/ISC) | | ||
|
This file contains 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 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,25 @@ | ||
{ | ||
"concurrency": 50, | ||
"markdown": true, | ||
"recurse": true, | ||
"timeout": 100000, | ||
"retry": true, | ||
"retryErrors": true, | ||
"retryErrorsJitter": 10000, | ||
"retryErrorsCount": 5, | ||
"format": "json", | ||
"skip": [ | ||
"^https://docs.spectrocloud.com.*$$", | ||
"^https://docs.spectrocloud.com/.*/supplemental-packs$$", | ||
"^http://docs.spectrocloud.com.*$$", | ||
"^https://software-private.spectrocloud.com.*$$", | ||
"^/.*.md$$", | ||
"![.*](.*)$$", | ||
".(jpg|jpeg|png|gif|webp)$$", | ||
"https://linux.die.net/man/.*$$", | ||
"https://mysql.com/.*.*$$", | ||
"https://dev.mysql.com/doc/.*$$" | ||
], | ||
"verbosity": "error", | ||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36" | ||
} |
This file contains 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,25 @@ | ||
{ | ||
"concurrency": 1, | ||
"markdown": true, | ||
"recurse": false, | ||
"timeout": 100000, | ||
"retry": true, | ||
"retryErrors": true, | ||
"retryErrorsJitter": 10000, | ||
"retryErrorsCount": 5, | ||
"format": "json", | ||
"skip": [ | ||
"^https://docs.spectrocloud.com.*$$", | ||
"^https://docs.spectrocloud.com/.*/supplemental-packs$$", | ||
"^http://docs.spectrocloud.com.*$$", | ||
"^https://software-private.spectrocloud.com.*$$", | ||
"^/.*.md$$", | ||
"![.*](.*)$$", | ||
".(jpg|jpeg|png|gif|webp)$$", | ||
"https://linux.die.net/man/.*$$", | ||
"https://mysql.com/.*.*$$", | ||
"https://dev.mysql.com/doc/.*$$" | ||
], | ||
"verbosity": "error", | ||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36" | ||
} |
This file contains 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,26 @@ | ||
{ | ||
"concurrency": 1, | ||
"markdown": true, | ||
"recurse": false, | ||
"timeout": 100000, | ||
"retry": true, | ||
"retryErrors": true, | ||
"retryErrorsJitter": 10000, | ||
"retryErrorsCount": 5, | ||
"format": "csv", | ||
"skip": [ | ||
"^https://docs.spectrocloud.com.*$$", | ||
"^https://docs.spectrocloud.com/.*/supplemental-packs$$", | ||
"^http://docs.spectrocloud.com.*$$", | ||
"^https://software-private.spectrocloud.com.*$$", | ||
"^/.*.md$$", | ||
"^/.*.md#*$$", | ||
"![.*](.*)$$", | ||
".(jpg|jpeg|png|gif|webp)$$", | ||
"https://linux.die.net/man/.*$$", | ||
"https://mysql.com/.*.*$$", | ||
"https://dev.mysql.com/doc/.*$$" | ||
], | ||
"verbosity": "error", | ||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36" | ||
} |
This file contains 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,25 @@ | ||
{ | ||
"concurrency": 50, | ||
"markdown": true, | ||
"recurse": true, | ||
"timeout": 100000, | ||
"retry": true, | ||
"retryErrors": true, | ||
"retryErrorsJitter": 10000, | ||
"retryErrorsCount": 5, | ||
"format": "csv", | ||
"skip": [ | ||
"^https://docs.spectrocloud.com.*$$", | ||
"^https://docs.spectrocloud.com/.*/supplemental-packs$$", | ||
"^http://docs.spectrocloud.com.*$$", | ||
"^https://software-private.spectrocloud.com.*$$", | ||
"^/.*.md$$", | ||
"![.*](.*)$$", | ||
".(jpg|jpeg|png|gif|webp)$$", | ||
"https://linux.die.net/man/.*$$", | ||
"https://mysql.com/.*.*$$", | ||
"https://dev.mysql.com/doc/.*$$" | ||
], | ||
"verbosity": "error", | ||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36" | ||
} |
This file contains 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