File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55
55
56
56
< body >
57
57
< div id ="app "> Loading ...</ div >
58
+ < script src ="//cdn.jsdelivr.net/npm/docsify-plugin-carbon@1/index.js "> </ script >
58
59
< script >
59
60
// Set html "lang" attribute based on URL
60
61
var lang = location . hash . match ( / # \/ ( d e - d e | e s | r u - r u | z h - c n ) \/ / ) ;
165
166
} ,
166
167
} ,
167
168
plugins : [
169
+ DocsifyCarbon . create ( 'CEBI6KQE' , 'docsifyjsorg' ) ,
168
170
function ( hook , vm ) {
169
171
hook . beforeEach ( function ( html ) {
170
172
if ( / g i t h u b u s e r c o n t e n t \. c o m / . test ( vm . route . file ) ) {
207
209
< script src ="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-markdown.min.js "> </ script >
208
210
< script src ="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-nginx.min.js "> </ script >
209
211
< script src ="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js "> </ script >
210
- < script src ="//cdn.jsdelivr.net/npm/docsify-plugin-carbon@1/index.min.js "> </ script >
211
212
< script >
212
213
( function ( ) {
213
214
function loadJS ( src , attrs ) {
Original file line number Diff line number Diff line change 9
9
< link rel ="stylesheet " href ="/themes/dark.css " title ="dark " disabled />
10
10
< link rel ="stylesheet " href ="/themes/buble.css " title ="buble " disabled />
11
11
< link rel ="stylesheet " href ="/themes/pure.css " title ="pure " disabled />
12
- < script src ="//cdn.jsdelivr.net/npm/docsify-plugin-carbon@1.0.1/index.min.js "> </ script >
13
12
< style >
14
13
nav .app-nav li ul {
15
14
min-width : 100px ;
24
23
25
24
< body >
26
25
< div id ="app "> </ div >
26
+ < script src ="//cdn.jsdelivr.net/npm/docsify-plugin-carbon@1/index.min.js "> </ script >
27
27
< script >
28
28
// Set html "lang" attribute based on URL
29
29
var lang = location . hash . match ( / # \/ ( d e - d e | e s | r u - r u | z h - c n ) \/ / ) ;
You can’t perform that action at this time.
0 commit comments