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

Sidebar render issue #1836

Closed
erossini opened this issue Jul 11, 2022 · 2 comments · Fixed by #2469
Closed

Sidebar render issue #1836

erossini opened this issue Jul 11, 2022 · 2 comments · Fixed by #2469
Assignees
Milestone

Comments

@erossini
Copy link

erossini commented Jul 11, 2022

I'm creating a documentation about Agile. I have an interesting issue with the sidebar. For example, this is the Markdown I use for the Scrum section

* [Scrum](./scrum/intro.md)
  - [3 pillars](./scrum/pillars.md)
  - [Scrum team](./scrum/scrum-team.md)
    - [Product owner](./scrum/product-owner.md)
    - [Development team](./scrum/development-team.md)
    - [Scrum master](./scrum/scrum-master.md)
  - [Sprint events](./scrum/scrum-events.md)
    - [Sprint](./scrum/sprint.md)
    - [Sprint planning](./scrum/sprint-planning.md)
    - [Daily Scrum](./scrum/daily-scrum.md)
    - [Sprint Review](./scrum/sprint-review.md)
    - [Sprint retrospective](./scrum/sprint-retrospective.md)
  - [Artifacts](./scrum/artifacts.md)
    - [Product backlog](./scrum/product-backlog.md)
    - [Sprint backlog](./scrum/sprint-backlog.md)
    - [Increment](./scrum/increment.md)
  - [Advantages and disadvantages](./scrum/pros-cons.md)

the render for this sidebar is as the following image

image

I expect to see Scrum team with an arrow to see the details. Instead, I see immediately the submenu with a - like - Product owner under if I click on the arrow, there is no submenu for this option.

In the configuration, I added

      loadSidebar: true,
      maxLevel: 5,
      subMaxLevel: 5,

How can I fix this?

Thank you in advance,
Enrico

@sy-records
Copy link
Member

sy-records commented Jul 12, 2022

If . /scrum/scrum-team.md exists h2, h3 ... etc. headings, it renders -

@jhildenbiddle jhildenbiddle added this to the 6.x milestone Jun 16, 2024
@jhildenbiddle jhildenbiddle self-assigned this Jun 16, 2024
@jhildenbiddle jhildenbiddle linked a pull request Jul 19, 2024 that will close this issue
6 tasks
@jhildenbiddle
Copy link
Member

This issue has been addressed by PR #2469. The changes will be available when Docsify v5 is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants