From 72b21d19ffce246371001f4e2f8f3e8b3ecdc0b8 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Fri, 5 Dec 2025 17:02:21 -0800 Subject: [PATCH] delete deprecation warning that was not meant to be added in #2392 (#2646) --- src/core/config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/core/config.js b/src/core/config.js index 4fd85c2e2..f433b33d0 100644 --- a/src/core/config.js +++ b/src/core/config.js @@ -119,13 +119,6 @@ const defaultDocsifyConfig = () => ({ * @returns {DocsifyConfig} */ export default function (vm, config = {}) { - if (window.$docsify) { - // eslint-disable-next-line no-console - console.warn( - 'DEPRECATION: The global $docsify config variable is deprecated. See the latest getting started docs. https://docsify.js.org/#/quickstart', - ); - } - config = Object.assign( defaultDocsifyConfig(),