mkdocs-multirepo-plugin icon indicating copy to clipboard operation
mkdocs-multirepo-plugin copied to clipboard

Problem in the Nav section

Open pedronieto1206 opened this issue 2 years ago • 0 comments
trafficstars

Hi, When I try the following configuration:

  • "Apps":
    • "Architecture":
      • "A": "A/index.md"
      • "B": "B/index.md"

Architecture is displayed as a link to A/index.md and A is not present. but I would like it just to be a parent to the others. To achieve this I have tried the following which leads to my correct scenario but not very elegant.

  • "Apps":
    • "Architecture":
      • "ignore": "A/index.md"
      • "A": "A/index.md"
      • "B": "B/index.md"

Following this approach, Architecture gets the "ignore" as link and then A is rendered.

Any hint?

pedronieto1206 avatar Aug 09 '23 07:08 pedronieto1206