Skip to content

Commit

Permalink
Make sure Docusaurus errors out on broken markdown links
Browse files Browse the repository at this point in the history
This does not entirely fix the issue
with broken links yet (by checking them),
but it is a first step - see [1]

[1] #6617
  • Loading branch information
rm3l committed Sep 4, 2023
1 parent 864cc62 commit f30901d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
url: 'https://odo.dev',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
onBrokenMarkdownLinks: 'throw',
favicon: 'img/favicon.ico',
organizationName: 'redhat-developer', // Usually your GitHub org/user name.
projectName: 'odo', // Usually your repo name.
Expand Down

0 comments on commit f30901d

Please sign in to comment.