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
74 stars 7 forks source link

Compatibility with Material for MkDocs "Navigation Tabs" feature #2

Closed ZaLiTHkA closed 3 years ago

ZaLiTHkA commented 3 years ago

For reference, the feature I'm referring to is documented here: https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-tabs

I was hoping with navigation.tabs enabled, that selecting a tab would show the contents of the relevant index.md file, but alas it does not.. When I remove that feature flag, then Section Index works perfectly.


Is this something that needs to change over here, or in the "Material for MkDocs" project?

oprypin commented 3 years ago

It works on latest master. You can use that now or wait a few days for a release.

oprypin commented 3 years ago

Released v0.2.2. This release is basically all about supporting this.

ZaLiTHkA commented 3 years ago

Awesome, thanks for the update. (:

ZaLiTHkA commented 3 years ago

..and just to follow up, v0.2.2 does indeed play nicely with Material for MkDocs navigation.tabs feature. Thanks again. 👍