kubernetes-handbook/node_modules/gitbook-plugin-hide-element
Jimmy Song 831e496c99
update plugins
2022-02-03 14:54:41 +08:00
..
book update plugins 2022-02-03 14:54:41 +08:00
LICENSE update plugins 2022-02-03 14:54:41 +08:00
README.md update plugins 2022-02-03 14:54:41 +08:00
index.js update plugins 2022-02-03 14:54:41 +08:00
package.json update plugins 2022-02-03 14:54:41 +08:00

README.md

GitBook Plugin

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

Usage

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