Skip to content

Commit 7f9e99e

Browse files
authored
docs: remove Code Fund plugin. (#42)
1 parent 984528f commit 7f9e99e

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

plugins.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,13 @@ docsify的分页导航插件,由[@imyelo](https://github.com/imyelo)提供。
194194
它提供了统计中文汉字和英文单词的功能,并且排除了一些markdown语法的特殊字符例如*、-等
195195

196196
**Add JS**
197+
197198
```html
198199
<script src="//unpkg.com/docsify-count/dist/countable.js"></script>
199200
```
200201

201202
**Add settings**
203+
202204
```js
203205
window.$docsify = {
204206
count:{
@@ -212,23 +214,6 @@ window.$docsify = {
212214

213215
check [document](https://github.com/827652549/docsify-count)
214216

215-
216-
## Code Fund
217-
218-
帮你快速接入[Code Fund](https://codesponsor.io/)[插件](https://github.com/njleonzhang/docsify-plugin-codefund), 由[@njleonzhang](https://github.com/njleonzhang)提供。
219-
220-
> Code Fund 以前叫 codesponsor
221-
222-
```
223-
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
224-
225-
window.$docsify = {
226-
plugins: [
227-
DocsifyCodefund.create('51d43327-eea3-4e27-bd44-e075e67a84fb') // 把这个id改成你的codefund id
228-
]
229-
}
230-
```
231-
232217
## Tabs
233218

234219
这个插件用来在 Markdown 中显示选项卡。

0 commit comments

Comments
 (0)