0.0.4 • Published 8 years ago

gitbook-plugin-hide-element v0.0.4

Weekly downloads
117
License
ISC
Repository
github
Last release
8 years ago

GitBook Plugin

Hide the element that you don't want to see.

Usage

{
    "plugins": [
        "hide-element"
    ],
    "pluginsConfig": {
        "hide-element": {
            "elements": [".gitbook-link"]
        }
    }
}