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 4a94f32 commit ef5baa3Copy full SHA for ef5baa3
1 file changed
docusaurus.config.js
@@ -13,6 +13,12 @@ module.exports = {
13
url: "https://keploy.io",
14
baseUrl: "/docs/",
15
onBrokenLinks: "throw",
16
+ 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