Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple level submenu in navbar? #721

Closed
byzheng opened this issue Jun 10, 2016 · 1 comment
Closed

multiple level submenu in navbar? #721

byzheng opened this issue Jun 10, 2016 · 1 comment
Assignees
Labels
Projects
Milestone

Comments

@byzheng
Copy link
Contributor

@byzheng byzheng commented Jun 10, 2016

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.

title: WIKI
type: inverse
left:
    - text: "Home"
      href: index.html
    - text: Menu1
      menu:
        - text: "Menu 1.1"
          href: menu-1-1.html
        - text: "Menu 1.2"
          href: menu-1-2.html
        - text: "Menu 1.3"
          menu: 
            - text: "Menu 1.3.1"
              href: menu-1-3-1.html
            - text: "Menu 1.3.2"
              href: menu-1-3-2.html 

@OriolVerdeny
Copy link

@OriolVerdeny OriolVerdeny commented Oct 26, 2016

Totally agree. The current version limits a bit the complexity of the website that you can generate.

@yihui yihui added the Enhancement label Sep 1, 2017
@yihui yihui added this to the v1.8 milestone Oct 16, 2017
@yihui yihui modified the milestones: v1.8, v1.9 Nov 15, 2017
@yihui yihui modified the milestones: v1.9, v1.10 Mar 4, 2018
@yihui yihui modified the milestones: v1.10, v1.11 Jun 15, 2018
@yihui yihui added this to To do in v1.11 Jun 25, 2018
@rich-iannone rich-iannone self-assigned this Aug 6, 2018
rich-iannone added a commit to rich-iannone/rmarkdown that referenced this issue Aug 8, 2018
@rich-iannone rich-iannone moved this from To do to In progress in v1.11 Aug 8, 2018
v1.11 automation moved this from In progress to Done Aug 13, 2018
rich-iannone added a commit that referenced this issue Aug 13, 2018
* 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
yihui added a commit to RLesur/rmarkdown that referenced this issue Apr 1, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v1.11
  
Done
Linked pull requests

Successfully merging a pull request may close this issue.

4 participants
You can’t perform that action at this time.