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 4b6f2d3 commit a042acaCopy full SHA for a042aca
src/core/global-api.js
@@ -6,17 +6,7 @@ import { Compiler } from './render/compiler.js';
6
import { slugify } from './render/slugify.js';
7
import { get } from './util/ajax.js';
8
9
-/**
10
- * @deprecated This is deprecated, kept for backwards compatibility. It will be
11
- * Removed in a major release. Get everything from the DOCSIFY global when using
12
- * the global build, but we highly recommend to import Docsify using standard
13
- * import syntax.
14
- */
15
export default function initGlobalAPI() {
16
- console.warn(
17
- 'DEPRECATION: The Docsify global script is deprecated. See the latest getting started docs. https://docsify.js.org/#/quickstart',
18
- );
19
-
20
window.Docsify = {
21
util,
22
dom,
0 commit comments