oprypin / mkdocs-section-index

MkDocs plugin to allow clickable sections that lead to an index page
https://oprypin.github.io/mkdocs-section-index
MIT License
78 stars 8 forks source link

`section-index` doesn't work for index pages in the documentation root #23

Open cdwilson opened 3 months ago

cdwilson commented 3 months ago

Given the following nav:

nav:
  - Get Started:
      - index.md
  - Installation:
      - installation/index.md

I get this:

image

If I use the built-in navigation.indexes instead of section-index it works correctly:

image

Is there a way to support this nav layout using section-index?