Skip to content

Commit cc5420e

Browse files
authored
Throw error on broken markdown links (#409)
* Throw error on broken markdown links * Throw error on broken anchors
1 parent c377899 commit cc5420e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const config = {
1414
url: "https://docs.clearpathrobotics.com",
1515
baseUrl: "/",
1616
onBrokenLinks: "throw",
17-
onBrokenMarkdownLinks: "warn",
17+
onBrokenMarkdownLinks: "throw",
18+
onBrokenAnchors: "throw",
1819
favicon: "img/website_images/favicon.ico",
1920

2021
i18n: {

0 commit comments

Comments
 (0)