mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Ignore broken anchors warning (#1303)
Ignore annoying warning about broken anchors in Docusaurus
This commit is contained in:
parent
4a0a4a8547
commit
6325db04d4
@ -20,6 +20,7 @@ const config: Config = {
|
||||
projectName: "waveterm-docs", // Usually your repo name.
|
||||
deploymentBranch: "main",
|
||||
|
||||
onBrokenAnchors: "ignore",
|
||||
onBrokenLinks: "throw",
|
||||
onBrokenMarkdownLinks: "warn",
|
||||
trailingSlash: false,
|
||||
|
Loading…
Reference in New Issue
Block a user