mkdocs-section-index icon indicating copy to clipboard operation
mkdocs-section-index copied to clipboard

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

Open cdwilson opened this issue 1 year ago • 0 comments

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?

cdwilson avatar Aug 10 '24 18:08 cdwilson