0.0.12 • Published 8 years ago
gitbook-plugin-http-verb v0.0.12
GitBook Http Verb Plugin
Add Plugin
book.json
{
"plugins": ["http-verb"]
}then run
$ gitbook installConfigure (Optional Step)
book.json
"pluginsConfig": {
"http-verb":{
"styles": {
"get": {
"background": "#fff"
}
},
}
}Config Options:
| Option | Description |
|---|---|
styles {object} default: null | an object map of styles for each http verb. see example above on how to define. |
Template
Args
httpverb takes an optional named/unnamed argument:
verb(string): the http verb to display . eg.get,putand other http verbs. Default:get
examples:
Sample output

Pull requests are welcome