Skip to content

Commit fb8e6b4

Browse files
authored
Merge pull request #2911 from port-labs/fix-docusaurus-warning
Fix docusaurus warning
2 parents fd09ecd + 54622a3 commit fb8e6b4

File tree

4 files changed

+397
-396
lines changed

4 files changed

+397
-396
lines changed

babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ const config = {
1111
url: "https://docs.port.io",
1212
baseUrl: "/",
1313
onBrokenLinks: "throw",
14-
onBrokenMarkdownLinks: "throw",
1514
favicon: "img/logos/port-favicon.png",
15+
markdown: {
16+
hooks: {
17+
onBrokenMarkdownLinks: "throw",
18+
},
19+
},
1620
organizationName: "port-labs", // Usually your GitHub org/user name.
1721
projectName: "port", // Usually your repo name.
1822
staticDirectories: ["static"],

0 commit comments

Comments
 (0)