831e496c99 | ||
---|---|---|
.. | ||
book | ||
LICENSE | ||
README.md | ||
index.js | ||
package.json |
README.md
GitBook Plugin
Hide the element that you don't want to see.
Usage
{
"plugins": [
"hide-element"
],
"pluginsConfig": {
"hide-element": {
"elements": [".gitbook-link"]
}
}
}