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

Add built-in search plugin to config example #14

Closed infotexture closed 9 months ago

infotexture commented 1 year ago

When I copied the config example here, the search box disappeared from my output.

After a bit of research, I found this in the Material theme docs:

The built-in search plugin integrates seamlessly with Material for MkDocs, adding multilingual client-side search with lunr and lunr-languages. It's enabled by default, but must be re-added to mkdocs.yml when other plugins are used

To prevent confusion, I've added that line to the config example.