From 16ad52a137aea84913f5452277da0c7c4b5f28aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Sat, 31 Oct 2020 17:52:28 +0100 Subject: [PATCH] Update website/versioned_docs/version-2.0.0-alpha.66/api/docusaurus.config.js.md --- .../version-2.0.0-alpha.66/api/docusaurus.config.js.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/versioned_docs/version-2.0.0-alpha.66/api/docusaurus.config.js.md b/website/versioned_docs/version-2.0.0-alpha.66/api/docusaurus.config.js.md index df2d56dfca24..ac7ff9d5f8dd 100644 --- a/website/versioned_docs/version-2.0.0-alpha.66/api/docusaurus.config.js.md +++ b/website/versioned_docs/version-2.0.0-alpha.66/api/docusaurus.config.js.md @@ -108,14 +108,6 @@ The broken links detection is only available for a production build (`docusaurus ::: -### `onBrokenMarkdownLinks` - -- Type: `'ignore' | 'log' | 'warn' | 'error' | 'throw'` - -The behavior of Docusaurus, when it detects any broken markdown link. - -By default, it prints a warning, to let you know about your broken markdown link, but you can change this security if needed. - ### `onDuplicateRoutes` - Type: `'ignore' | 'log' | 'warn' | 'error' | 'throw'`