Skip to content

Commit

Permalink
turn off link errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Jan 23, 2025
1 parent 50074ab commit a70715c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module.exports = {
customFields: {
canonicalUrlRoot: docsSiteUrl,
},
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",
organizationName: "camunda", // Usually your GitHub org/user name.
projectName: "camunda-docs", // Usually your repo name.
Expand Down

0 comments on commit a70715c

Please sign in to comment.