From fc4678f137a7889a725cb461b07262d8e081d3ac Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:53:22 -0300 Subject: [PATCH] fix(devx): downgraded anchor checking to warning (#1754) --- docs/site/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/docusaurus.config.js b/docs/site/docusaurus.config.js index 1b25eadd4e9..ff18188ed04 100644 --- a/docs/site/docusaurus.config.js +++ b/docs/site/docusaurus.config.js @@ -28,7 +28,7 @@ const config = { onBrokenLinks: "throw", onBrokenMarkdownLinks: "throw", - onBrokenAnchors: "throw", + onBrokenAnchors: "warn", // Even if you don't use internationalization, you can use this field to set // useful metadata like html lang. For example, if your site is Chinese, you