13 lines
198 B
Markdown
13 lines
198 B
Markdown
# Toggle Chapters on GitBook
|
|
|
|
## Install it using:
|
|
|
|
```$ npm install gitbook-plugin-toggle-chapters```
|
|
|
|
To use it in your book, add this to book.json:
|
|
```
|
|
{
|
|
"plugins": ["toggle-chapters"]
|
|
}
|
|
```
|