a plugin to make you easy to join up CodeFund
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
]
}