gitbook-plugin-resources

a gitbook plugin optional resources loading of gitbook


Keywords
gitbook-plugin, gitbook, resources
License
MIT
Install
npm install gitbook-plugin-resources@1.3.1

Documentation

resources

gitbook](#) GitHub issues GitHub license Gitter

npm Build Status devDependency Status npm

a gitbook plugin optional resources loading of gitbook

Installation

add the following plugins to your book.json and run gitbook install

{
    "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:

{
	"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

⛽️ How to contribute

Have an idea? Found a bug? See how to contribute.

📜 License

MIT © aleen42