File tree 2 files changed +32
-2
lines changed
2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ Disqus comments. https://disqus.com/
147
147
148
148
## Gitalk
149
149
150
- [ Gitalk] ( https://github.com/gitalk/gitalk ) is a modern comment component based on Github Issue and Preact.
150
+ [ Gitalk] ( https://github.com/gitalk/gitalk ) is a modern comment component based on Github Issue and Preact.
151
151
152
152
``` html
153
153
<link rel =" stylesheet" href =" //unpkg.com/gitalk/dist/gitalk.css" >
@@ -176,3 +176,17 @@ Pagination for docsify. By [@imyelo](https://github.com/imyelo)
176
176
<script src =" //unpkg.com/docsify-pagination/dist/docsify-pagination.min.js" ></script >
177
177
```
178
178
179
+ ## codefund
180
+ a [ plugin] ( https://github.com/njleonzhang/docsify-plugin-codefund ) to make it easy to join up [ codefund] ( https://codesponsor.io/ )
181
+
182
+ > codefund is formerly known as "codesponsor"
183
+
184
+ ```
185
+ <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
186
+
187
+ window.$docsify = {
188
+ plugins: [
189
+ DocsifyCodefund.create('51d43327-eea3-4e27-bd44-e075e67a84fb') // change to your codefund id
190
+ ]
191
+ }
192
+ ```
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ Disqus comments. https://disqus.com/
151
151
152
152
## Gitalk
153
153
154
- [ Gitalk] ( https://github.com/gitalk/gitalk ) is a modern comment component based on Github Issue and Preact.
154
+ [ Gitalk] ( https://github.com/gitalk/gitalk ) is a modern comment component based on Github Issue and Preact.
155
155
156
156
``` html
157
157
<link rel =" stylesheet" href =" //unpkg.com/gitalk/dist/gitalk.css" >
@@ -179,3 +179,19 @@ Pagination for docsify. By [@imyelo](https://github.com/imyelo)
179
179
<script src =" //unpkg.com/docsify/lib/docsify.min.js" ></script >
180
180
<script src =" //unpkg.com/docsify-pagination/dist/docsify-pagination.min.js" ></script >
181
181
```
182
+
183
+
184
+ ## Code Fund
185
+ 帮你快速接入[ Code Fund] ( https://codesponsor.io/ ) 的[ 插件] ( https://github.com/njleonzhang/docsify-plugin-codefund ) , 由[ @njleonzhang ] ( https://github.com/njleonzhang ) 提供。
186
+
187
+ > Code Fund 以前叫 codesponsor
188
+
189
+ ```
190
+ <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
191
+
192
+ window.$docsify = {
193
+ plugins: [
194
+ DocsifyCodefund.create('51d43327-eea3-4e27-bd44-e075e67a84fb') // 把这个id改成你的codefund id
195
+ ]
196
+ }
197
+ ```
You can’t perform that action at this time.
0 commit comments