sidebar-collapse plugin for docsify
npm install docsify-sidebar-collapse

Support docsify sidebar catalog expand and collapse

Firstly, make sure that the loadSidebar config is enabled,and the Markdown file _sidebar.md is provided in the root directory.
Then insert script into document just like the official plugins's usage
``html
`
``
- 数据结构与算法
- 数据结构
- stack
- queue
- list
- linked-list
- doubly-linked-list
- tree
- binary search tree
- red black tree
- heap
- hash-table
- graph
- 算法
- 排序算法
- 设计模式
- 网络
- 协议模型
- TCP/IP
- arrow style
`html`
- folder style
`html``
