# gitbook-plugin-toggle-chapters **Repository Path**: who7708/gitbook-plugin-toggle-chapters ## Basic Information - **Project Name**: gitbook-plugin-toggle-chapters - **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**: 2018-12-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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"] } ```