toggle-chapters on Honkit
npm install honkit-plugin-toggle-chaptersThis plugin adds an icon to each chapter, that has a child and css states for the child list to collapse/expand ones.
Add it to your book.json configuration:
```
{
plugins: ["toggle-chapters"]
}
Install your plugins using:
``
npm install honkit-plugin-toggle-chapters
There is no configuration needed at the moment, can be left empty.
```
{
"pluginsConfig": {
"toggle-chapters":{}
}
}