https://github.com/samchon/gitbook-plugin-hide-navigation-buttons
Gitbook Plugin: Hide Navigation Buttons
https://github.com/samchon/gitbook-plugin-hide-navigation-buttons
Last synced: about 2 months ago
JSON representation
Gitbook Plugin: Hide Navigation Buttons
- Host: GitHub
- URL: https://github.com/samchon/gitbook-plugin-hide-navigation-buttons
- Owner: samchon
- License: mit
- Created: 2019-09-04T05:54:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T06:16:18.000Z (almost 7 years ago)
- Last Synced: 2025-02-25T04:34:19.075Z (over 1 year ago)
- Language: CSS
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hide Navigation Buttons
## Gitbook Plugin
Hides navigation bars.
## Installation
Open the [`book.json`](https://github.com/GitbookIO/gitbook/blob/master/docs/config.md#plugins) and insert *hide-navigation-buttons* value into the `plugins` variable.
```json
{
"plugins": [ "hide-navigation-buttons" ]
}