Ignore broken anchors warning (#1303)

Ignore annoying warning about broken anchors in Docusaurus
This commit is contained in:
Evan Simkowitz 2024-11-15 15:10:42 -08:00 committed by GitHub
parent 4a0a4a8547
commit 6325db04d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ const config: Config = {
projectName: "waveterm-docs", // Usually your repo name.
deploymentBranch: "main",
onBrokenAnchors: "ignore",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
trailingSlash: false,