Enable search plugin for docs

I think mkdocs-material's search function would be a great addition to make the documentation even more accessible. At least I was looking for some info just moments ago and would've liked a search bar.

From my own projects, I remembered that mkdocs-material does come with the search search plugin enabled by default. But it must be re-added to mkdocs.yml when other plugins are used. So I did. Hope this helps. :)
This commit is contained in:
mh166 2022-11-01 11:44:56 +01:00 committed by GitHub
parent c2c08391cc
commit a71bba307e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ markdown_extensions:
plugins:
- include-markdown
- search
nav:
- Home: 'index.md'