We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9466f89 commit f1eb9b4Copy full SHA for f1eb9b4
1 file changed
docusaurus.config.js
@@ -13,7 +13,12 @@ module.exports = {
13
url: "https://keploy.io",
14
baseUrl: "/docs/",
15
onBrokenLinks: "throw",
16
- onBrokenMarkdownLinks: "warn",
+ markdown: {
17
+ hooks: {
18
+ onBrokenMarkdownLinks: 'warn',
19
+ },
20
21
+ // onBrokenMarkdownLinks: "warn",
22
trailingSlash: true,
23
favicon: "img/favicon.png",
24
organizationName: "keploy", // Usually your GitHub org/user name.
0 commit comments