File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 14
14
< link rel ="stylesheet " href ="//unpkg.com/docsify/lib/themes/dark.css " title ="dark " disabled >
15
15
< link rel ="stylesheet " href ="//unpkg.com/docsify/lib/themes/buble.css " title ="buble " disabled >
16
16
< link rel ="stylesheet " href ="//unpkg.com/docsify/lib/themes/pure.css " title ="pure " disabled >
17
+ < script src ="//unpkg.com/docsify-plugin-codefund@1.0.2/index.js "> </ script >
17
18
< style >
18
19
nav .app-nav li ul {
19
20
min-width : 100px ;
65
66
+ '\n\n----\n\n'
66
67
+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
67
68
} )
68
- }
69
+ } ,
70
+ DocsifyCodefund . create ( 'fae1f9a4-870c-4c25-b8e0-c80464f7a95c' )
69
71
]
70
72
}
71
73
</ script >
77
79
< script src ="//unpkg.com/prismjs/components/prism-nginx.min.js "> </ script >
78
80
</ body >
79
81
80
- </ html >
82
+ </ html >
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ a [plugin](https://github.com/njleonzhang/docsify-plugin-codefund) to make it ea
172
172
173
173
window.$docsify = {
174
174
plugins: [
175
- DocsifyCodefund.create('51d43327-eea3-4e27-bd44-e075e67a84fb ') // change to your codefund id
175
+ DocsifyCodefund.create('xxxx-xxx-xxx ') // change to your codefund id
176
176
]
177
177
}
178
178
```
You can’t perform that action at this time.
0 commit comments