0.0.12 • Published 6 years ago

gitbook-plugin-http-verb v0.0.12

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

GitBook Http Verb Plugin

npm version Build Status

Add Plugin

book.json

{
    "plugins": ["http-verb"]
}

then run

$ gitbook install

Configure (Optional Step)

book.json

"pluginsConfig": {
    "http-verb":{
        "styles": {
            "get": {
                "background": "#fff"
            }
        },
    }
}

Config Options:

OptionDescription
styles {object} default: nullan 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, put and other http verbs. Default: get

examples:

Sample output

output

Pull requests are welcome

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago