Skip to content

Commit

Permalink
Adjust checks: linter and link checker (#260)
Browse files Browse the repository at this point in the history
* allow relative links from external repos

Signed-off-by: Max Wolfs <mail@maxwolfs.com>

* remove standards repo from linting in docs repo

Signed-off-by: Max Wolfs <mail@maxwolfs.com>

---------

Signed-off-by: Max Wolfs <mail@maxwolfs.com>
  • Loading branch information
maxwolfs authored Oct 8, 2024
1 parent 9c22cda commit c8ef411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"markdownlint-rule-search-replace",
"markdownlint-rule-relative-links"
],
"ignores": ["node_modules", ".github", "docs"],
"ignores": ["node_modules", ".github", "docs", "standards"],
"globs": ["**/*.{md}"]
}
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
tagline: 'Documentation and Community Platform for the Sovereign Cloud Stack',
url: 'https://docs.scs.community',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
markdown: {
Expand Down

0 comments on commit c8ef411

Please sign in to comment.