Skip to content

Commit

Permalink
Ignore broken anchors warning (#1303)
Browse files Browse the repository at this point in the history
Ignore annoying warning about broken anchors in Docusaurus
  • Loading branch information
esimkowitz authored Nov 15, 2024
1 parent 4a0a4a8 commit 6325db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const config: Config = {
projectName: "waveterm-docs", // Usually your repo name.
deploymentBranch: "main",

onBrokenAnchors: "ignore",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
trailingSlash: false,
Expand Down

0 comments on commit 6325db0

Please sign in to comment.