# cocos-gitbook-plugin-expandable-chapters-small **Repository Path**: mirrors_cocos-creator/cocos-gitbook-plugin-expandable-chapters-small ## Basic Information - **Project Name**: cocos-gitbook-plugin-expandable-chapters-small - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-19 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #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"] } ``` Install your plugins using: ``` $ gitbook install ``` ### Configuration There is no configuration needed at the moment, can be left empty. ``` { "pluginsConfig": { "expandable-chapters":{} } } ``` ### See also Maybe you will find https://github.com/poojan/gitbook-plugin-toggle-chapters also useful?