Skip to content

Commit 2b0109b

Browse files
committed
chore: add codefund
1 parent fb144b2 commit 2b0109b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css" title="dark" disabled>
1515
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css" title="buble" disabled>
1616
<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>
1718
<style>
1819
nav.app-nav li ul {
1920
min-width: 100px;
@@ -65,7 +66,8 @@
6566
+ '\n\n----\n\n'
6667
+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
6768
})
68-
}
69+
},
70+
DocsifyCodefund.create('fae1f9a4-870c-4c25-b8e0-c80464f7a95c')
6971
]
7072
}
7173
</script>
@@ -77,4 +79,4 @@
7779
<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script>
7880
</body>
7981

80-
</html>
82+
</html>

docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ a [plugin](https://github.com/njleonzhang/docsify-plugin-codefund) to make it ea
172172
173173
window.$docsify = {
174174
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
176176
]
177177
}
178178
```

0 commit comments

Comments
 (0)