An open API service indexing awesome lists of open source software.

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

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" ]
}