Files
2025-08-27 17:10:05 +08:00

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