This commit is contained in:
author
2025-11-08 21:00:06 +08:00
parent 95a4182500
commit fc176f1b7d
1793 changed files with 2099698 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
#Expandable chapters for GitBook
==============
Tiny change to the expandable-chapters plugin from https://github.com/DomainDrivenArchitecture/ to use smaller arrows.
### How to use it?
Add it to your `book.json` configuration:
```
{
plugins: ["expandable-chapters-small"]
}
```
Install your plugins using:
```
$ gitbook install
```
### Configuration
There is no configuration needed at the moment, can be left empty.
```
{
"pluginsConfig": {
"expandable-chapters-small":{}
}
}
```