# docsify-toc **Repository Path**: chqj2208/docsify-toc ## Basic Information - **Project Name**: docsify-toc - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-16 - **Last Updated**: 2021-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docsify Table of Contents


docsify-toc

**Note**: I won't be adding features but feel free to add pull requests and if they work/pass tests I'll add them in. ## To use Add stylesheet ```html ``` Add JS ```html ``` Add settings ```js window.$docsify = { toc: { scope: '.markdown-section', headings: 'h1, h2, h3, h4, h5, h6', title: 'Table of Contents', }, } ``` # TODO - [ ] Tests - [ ] Example - [x] ~Documentation~