Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
gitbook-plugin-collapsible-menu
Advanced tools
GitBook Plugin to change sidebar menu's to collapsible menu. For gitbook with many pages, navigating long menus can get irritating.
GitBook Plugin to change sidebar menu's to collapsible menu. For gitbook with many pages, navigating long menus can get irritating.
Update book.json
file to include collapsible-menu
plugin.
{
"plugins": ["collapsible-menu"],
}
book.json
is valid. You can use this online tool - http://json.parser.online.fr/beta/It hooks into gitbook's page.change
event. First it hides all pages, and then using .active
css class show's its parent and grandparent nodes (chapters).
Testing with PDF book generation. I hope it won't break.
Just after publishing this one, I came across - https://github.com/poojan/gitbook-plugin-toggle-chapters
If for some reason this plugin troubles you, you can try other. :-)
1.0.3 - 31 March 2017
<script>
tag issue #4 (props @daffl)1.0.2 - 20 May 2015
1.0.1 - 20 May 2015
1.0.0 - 20 May 2015
FAQs
GitBook Plugin to change sidebar menu's to collapsible menu. For gitbook with many pages, navigating long menus can get irritating.
The npm package gitbook-plugin-collapsible-menu receives a total of 146 weekly downloads. As such, gitbook-plugin-collapsible-menu popularity was classified as not popular.
We found that gitbook-plugin-collapsible-menu demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.