This is a template for a MkDocs plugin.
Install the plugin using pip:
pip install mkdocs-your-plugin-name
Activate the plugin in mkdocs.yml:
plugins:
- search
- your-plugin-nameNote: If you have no
pluginsentry in your config file yet, you'll likely also want to add thesearchplugin. MkDocs enables it by default if there is nopluginsentry set, but now you have to enable it explicitly.
More information about plugins in the MkDocs documentation.
param- This does something
More information about templates here.
More information about blocks here.