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(),