File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 14
14
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify/lib/themes/dark.css " title ="dark " disabled >
15
15
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css " title ="buble " disabled >
16
16
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify/lib/themes/pure.css " title ="pure " disabled >
17
-
17
+ < script src =" //cdn.jsdelivr.net/npm/docsify-plugin-carbon@1.0.1/index.min.js " > </ script >
18
18
< style >
19
19
nav .app-nav li ul {
20
20
min-width : 100px ;
21
21
}
22
+
23
+ # carbonads {
24
+ box-shadow : none !important ;
25
+ }
22
26
</ style >
23
27
</ head >
24
28
64
68
}
65
69
} ,
66
70
plugins : [
71
+ DocsifyCarbon . create ( 'CEBI6KQE' , 'docsifyjsorg' ) ,
67
72
function ( hook , vm ) {
68
73
hook . beforeEach ( function ( html ) {
69
74
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 ) ) {
Original file line number Diff line number Diff line change 10
10
< link rel ="stylesheet " href ="/themes/dark.css " title ="dark " disabled >
11
11
< link rel ="stylesheet " href ="/themes/buble.css " title ="buble " disabled >
12
12
< link rel ="stylesheet " href ="/themes/pure.css " title ="pure " disabled >
13
+ < script src ="//cdn.jsdelivr.net/npm/docsify-plugin-carbon@1.0.1/index.min.js "> </ script >
13
14
< style >
14
15
nav .app-nav li ul {
15
16
min-width : 100px ;
16
17
}
18
+
19
+ # carbonads {
20
+ box-shadow : none !important ;
21
+ }
17
22
</ style >
18
23
</ head >
19
24
56
61
pathNamespaces : [ '/zh-cn' , '/de-de' , '/ru-ru' , '/es' ]
57
62
} ,
58
63
plugins : [
64
+ DocsifyCarbon . create ( 'CEBI6KQE' , 'docsifyjsorg' ) ,
59
65
function ( hook , vm ) {
60
66
hook . beforeEach ( function ( html ) {
61
67
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 ) ) {
You can’t perform that action at this time.
0 commit comments