Skip to content

Commit c8ef411

Browse files
authored
Adjust checks: linter and link checker (#260)
* allow relative links from external repos Signed-off-by: Max Wolfs <[email protected]> * remove standards repo from linting in docs repo Signed-off-by: Max Wolfs <[email protected]> --------- Signed-off-by: Max Wolfs <[email protected]>
1 parent 9c22cda commit c8ef411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.markdownlint-cli2.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"markdownlint-rule-search-replace",
5656
"markdownlint-rule-relative-links"
5757
],
58-
"ignores": ["node_modules", ".github", "docs"],
58+
"ignores": ["node_modules", ".github", "docs", "standards"],
5959
"globs": ["**/*.{md}"]
6060
}

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config = {
99
tagline: 'Documentation and Community Platform for the Sovereign Cloud Stack',
1010
url: 'https://docs.scs.community',
1111
baseUrl: '/',
12-
onBrokenLinks: 'throw',
12+
onBrokenLinks: 'warn',
1313
onBrokenMarkdownLinks: 'warn',
1414
favicon: 'img/favicon.ico',
1515
markdown: {

0 commit comments

Comments
 (0)