https://github.com/waruqi/docsify-plugin-carbon
plugin to make you easy to join up carbon
https://github.com/waruqi/docsify-plugin-carbon
Last synced: 27 days ago
JSON representation
plugin to make you easy to join up carbon
- Host: GitHub
- URL: https://github.com/waruqi/docsify-plugin-carbon
- Owner: waruqi
- Created: 2020-07-07T22:19:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T00:23:33.000Z (over 4 years ago)
- Last Synced: 2025-03-27T15:52:34.870Z (8 months ago)
- Language: JavaScript
- Size: 338 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-docsify - docsify-plugin-carbon - A plugin to make you easy to add Carbon Ads to docsify. (Plugins)
README
# docsify-plugin-carbon

A [docsify](https://docsify.js.org/) plugin that displays [Carbon Ads](https://www.carbonads.net/).
# Usage
```html
```
```javascript
window.$docsify = {
plugins: [
// Change to your Carbon property ID
DocsifyCarbon.create('CE7I52QU', 'xmakeio')
]
}
```
# Example
See example site: [xmake.io](https://xmake.io/#/getting_started)

# Contributing
1. Fork this repo
2. Modify `index.js`
3. Run the following CLI command:
```shell
npm run build
```
4. Create a [pull request](https://github.com/waruqi/docsify-plugin-carbon/pulls) on GitHub