allenhwkim / angular-jsdoc

AngularJS Template/Plugin for JSDoc 3.
MIT License
148 stars 57 forks source link

Closed by default #115

Open luninroman opened 6 years ago

luninroman commented 6 years ago

Is it possible to make all the right-side menu closed (collapsed) be default?

allenhwkim commented 6 years ago

There is no default option to collapse the right-side menu. You can create your own by extending this node_modules/angular-jsdoc/angular-template

https://github.com/allenhwkim/angular-jsdoc/blob/master/angular-template/css/site.css nav#toc {display:none}