A docsify plugin that displays Carbon Ads.
<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')
]
}
See example site: xmake.io
-
Fork this repo
-
Modify
index.js
-
Run the following CLI command:
npm run build
-
Create a pull request on GitHub