a gitbook plugin optional resources loading of gitbook
npm install gitbook-plugin-resources!gitbook](#)   
   
a gitbook plugin optional resources loading of gitbook
#### Installation
add the following plugins to your book.json and run gitbook install
``json`
{
"plugins": ["resources"]
}
#### Usage
just find plugin on gitbook and install it on your gitbook project.
configuration option can be set as an obj like, and of course you can use a default value shown as followed:
`json``
{
"plugins": [
"resources"
],
"pluginsConfig": {
"resources": {
"type": "local",
"repo": "aleen42/PersonalWiki",
"branch": "master"
}
}
}
#### Release History
* ==================== 1.0.0 Initial release ====================
* 1.0.6 fix bugs
* 1.0.7 update readme
* 1.0.8 update
* 1.0.9 test cases
* 1.1.2 fix bugs
* 1.1.9 fix bugs
* 1.2.1 fix bugs
* 1.2.5 fix bugs
* 1.2.6 fix bugs
* 1.2.7 update readme
* 1.3.0 extend gitlab type and fix typo of README
* 1.3.1 support SVG
#### :fuelpump: How to contribute
Have an idea? Found a bug? See how to contribute.
#### :scroll: License
MIT © aleen42