Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmultiple level submenu in navbar? #721
Comments
|
Totally agree. The current version limits a bit the complexity of the website that you can generate. |
* Add JQuery function to modify class of submenu items Fixes #721 * Add CSS rules & refine JQuery function * Modify `navbar_links_tags()` to handle submenus * Remove previously added jQuery function * Remove CSS rules w.r.t. to WebKit/Mozilla * Reformat CSS rules for consistency
* Add JQuery function to modify class of submenu items Fixes rstudio#721 * Add CSS rules & refine JQuery function * Modify `navbar_links_tags()` to handle submenus * Remove previously added jQuery function * Remove CSS rules w.r.t. to WebKit/Mozilla * Reformat CSS rules for consistency
It seems it is not possible to add multiple level submenu in navbar to render a website. If so, it will be really nice to add this features for complicated website.
This is my example _navbar.yml. A arrow is shown in the second level of menu, but cannot open it.