Web View
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
# GitBook Plugin
|
||||
|
||||
Hide the element that you don't want to see.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
{
|
||||
"plugins": [
|
||||
"hide-element"
|
||||
],
|
||||
"pluginsConfig": {
|
||||
"hide-element": {
|
||||
"elements": [".gitbook-link"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user