docsify-plugin-google-adsense
v0.0.5
Published
[docsify](https://docsify.js.org/) plugin to make you easy to join up [google adsense](https://www.google.com/adsense)
Maintainers
Readme
docsify-plugin-google-adsense
docsify plugin to make you easy to join up google adsense
Usage
<script src="//cdn.jsdelivr.net/npm/docsify-plugin-google-adsense@latest/index.min.js"></script>window.$docsify = {
plugins: [
// Change to your adsense ca-pub-xxxx
DocsifyAds.create('ca-pub-xxxx', 'xxxxxx')
]
}Example
See example site: docsify.isharkfly.com
