docsify-plugin-carbon
v1.0.7
Published
A plugin to make you easy to join up Carbon
Downloads
29
Readme
docsify-plugin-carbon
A docsify plugin that displays Carbon Ads.
Usage
<script src="//cdn.jsdelivr.net/npm/docsify-plugin-carbon@1/index.min.js"></script>window.$docsify = {
plugins: [
// Change to your Carbon property ID
DocsifyCarbon.create('CE7I52QU', 'xmakeio')
]
}Example
See example site: xmake.io

Contributing
Fork this repo
Modify
index.jsRun the following CLI command:
npm run buildCreate a pull request on GitHub
