gatsby-gitbook-starter icon indicating copy to clipboard operation
gatsby-gitbook-starter copied to clipboard

make sidebar child elements collapsed as default

Open woobottle opened this issue 4 years ago • 0 comments

if sidebar menu has submenu make it collapased as default you can add sidebar menu as collapsed in config.js

ex : collapsedNav: [ '/books', // add trailing slash if enabled above '/algorithm', '/algorithm/child', ],

woobottle avatar Mar 01 '21 06:03 woobottle