blob: 6fa09c5a2d6a3ac4ffac9f6f2af5e89998814127 [file] [log] [blame] [view]
# 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"]
}
```