hasura / gatsby-gitbook-starter

Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
https://hasura.io/learn/graphql/react/introduction/
MIT License
983 stars 378 forks source link

make sidebar child elements collapsed as default #99

Open woobottle opened 3 years ago

woobottle commented 3 years ago

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', ],