A docsify plugin for a collapsible sidebar!
npm install @lx0f/docsify-sidebar-collapseCopy the css link into your html file.
``html`
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@lx0f/docsify-sidebar-collapse@2.0.0/dist/index.css"
/>
Copy the script tag into your html file.
`html`
Setup sidebar configuration in your docsify config.
> NOTE! Base path uses the nameLink config name
`js``
window.$docsify = {
enableSidebarCollapse: true,
nameLink: "/docs/slug",
};