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

Function is implemented in mkdocs-material - feature: navigation.indexes #16

Closed trasba closed 1 year ago

trasba commented 1 year ago

ℹ️ I just came across this because I was looking for this functionallity. However after going through the mkdocs-material documentation I believe this functinoallity is build into mkdocs-material. Just activate it with:

  features:
  - navigation.indexes

See details here: https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages Or am I missing something?

oprypin commented 1 year ago

Yeah it's the same functionality, with minor config differences.

This plugin appeared sooner and aimed to support any interested theme. That theme's author chose to do the same thing separately.