1.0.0 • Published 4 years ago

gitbook-plugin-cdn v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

gitbook-plugin-cdn

gitbook-plugin-cdn is a gitbook plugin which is used to have all images support cdn automatically.

Install

$ npm install gitbook-plugin-cdn --save

Usage

"plugins": ["cdn"],
"pluginsConfig": {
    "cdn":{
        "url":"//cdn.jsdelivr.net/gh/zhepama/C-Sharp-Playground@gh-pages/",
        "img_url":"//cdn.jsdelivr.net/gh/zhepama/C-Sharp-Playground@gh-pages///"
    }
}  

License

MIT