docsify-plugin-carbon
April 22, 2021 ยท View on GitHub
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 build -
Create a pull request on GitHub