We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8be38 commit 4850021Copy full SHA for 4850021
src/core/config.js
@@ -119,13 +119,6 @@ const defaultDocsifyConfig = () => ({
119
* @returns {DocsifyConfig}
120
*/
121
export default function (vm, config = {}) {
122
- if (window.$docsify) {
123
- // eslint-disable-next-line no-console
124
- console.warn(
125
- 'DEPRECATION: The global $docsify config variable is deprecated. See the latest getting started docs. https://docsify.js.org/#/quickstart',
126
- );
127
- }
128
-
129
config = Object.assign(
130
defaultDocsifyConfig(),
131
0 commit comments