Motivation: for larger projects, the navbar quickly becomes too busy to be navigable. Search is there, but the quick overview of a clean navbar is gone.
This PR adds a navLevel option to control the depth (as determined by ancestors) to show in the navbar. A value of 0 will show those classes that have no ancestor (i.e., root level), etc.
Also a private: false option will disable showing @private classes in the navbar.
Also, correction for #46 to re-instate line height for <p> and other tags.
Motivation: for larger projects, the navbar quickly becomes too busy to be navigable. Search is there, but the quick overview of a clean navbar is gone.
This PR adds a
navLevel
option to control the depth (as determined by ancestors) to show in the navbar. A value of0
will show those classes that have no ancestor (i.e., root level), etc.Also a
private: false
option will disable showing@private
classes in the navbar.Also, correction for #46 to re-instate line height for
<p>
and other tags.