Skip to content

Commit 96567ae

Browse files
exclude route
1 parent e7657f0 commit 96567ae

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docusaurus/docusaurus.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ const config: Config = {
3535
},
3636
markdown: {
3737
mermaid: true,
38+
hooks: {
39+
onBrokenMarkdownLinks: "throw",
40+
},
3841
},
3942
themes: [
4043
"@docusaurus/theme-mermaid",
@@ -49,7 +52,7 @@ const config: Config = {
4952
// anything else should match the repo name
5053
baseUrl: "/",
5154
onBrokenLinks: "throw",
52-
onBrokenMarkdownLinks: "throw",
55+
5356
favicon: "img/favicon.png",
5457
organizationName: "airbytehq", // Usually your GitHub org/user name.
5558
projectName: "airbyte", // Usually your repo name.
@@ -300,6 +303,7 @@ const config: Config = {
300303
depth: 4,
301304
content: {
302305
includePages: true,
306+
excludeRoutes: ["./api-docs/**"],
303307
},
304308
} satisfies LLmPluginOptions,
305309
],

docusaurus/pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)