1.0.6 • Published 5 years ago

gitbook-plugin-insert-contact v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

gitbook-plugin-insert-contact

NPM package here

npm i gitbook-plugin-insert-contact

gitbook plugin insert contact

{
    "plugins": ["insert-contact", "another plugin 1", "another plugin 2"]
}

You will also need to provide author and style in your book.json:

{
    "plugins": ["insert-contact", "another plugin"],
    "pluginsConfig": {
        "insert-contact": {
            "author": "***",
            "style": "background: none; max-height: 30px; min-height: 30px; color: #ddd"
        }
    }
}