1.0.7 • Published 5 years ago
docsify-plugin-carbon v1.0.7
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.js Run the following CLI command:
npm run buildCreate a pull request on GitHub