a plugin to make you easy to join up CodeFund
codefund is shut down, so this plugin is deprecated.
https://unpkg.com/docsify-plugin-codefund/index.js
window.$docsify = {
coverpage: true,
name: 'vue-data-tables',
repo: 'https://github.com/njleonzhang/vue-data-tables',
subMaxLevel: 2,
loadSidebar: true,
disqus: 'vueDataTables',
search: 'auto', // default
plugins: [
DocsifyCodefund.create(15) // change to your CodeFund property id
]
}