From 4850021fadb74723e53326ebd726545cf18474a6 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Fri, 5 Dec 2025 16:50:18 -0800 Subject: [PATCH] delete deprecation warning that was not meant to be added in #2392 --- 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(),