gitbook-plugin-folding-menu
Version:
GitBook plugin that tames large left-nav menus by visualizing one section at a time
50 lines (49 loc) • 1.39 kB
JSON
{
"name": "gitbook-plugin-folding-menu",
"version": "1.0.1",
"description": "GitBook plugin that tames large left-nav menus by visualizing one section at a time",
"main": "index.js",
"engines": {
"gitbook": "*"
},
"gitbook": {
"properties": {
"animationDuration": {
"type": "number",
"default": 400,
"description": "The animation duration in mills ... use 0 (zero) to disable animation ... DEFAULT: 400",
"min": 0,
"max": 5000
},
"sticky": {
"type": "boolean",
"default": false,
"description": "Leave the last section expanded when a the current active section has NO sub-content ... DEFAULT: false"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/KevinAst/gitbook-plugin-folding-menu.git"
},
"keywords": [
"gitbook",
"plugin",
"menu",
"folding menu",
"collapsible menu",
"utility",
"util",
"utils",
"js",
"javascript",
"geeku",
"astx"
],
"author": "Kevin J. Bridges <kevinast@gmail.com> (https://github.com/KevinAst)",
"license": "MIT",
"bugs": {
"url": "https://github.com/KevinAst/gitbook-plugin-folding-menu/issues"
},
"homepage": "https://github.com/KevinAst/gitbook-plugin-folding-menu"
}