Glossary support for mkdocs.
- Defining multiple glossaries
- Linking to glossary entries in text
- Printing a summary of your glossary with definitions and references anywhere in your documentation.
- Customizable output
- Unicode support
- PDF support
- Read the full documentation
This plugin requires the material definition lists to be active or any other plugin which generates html description lists.
pip install mkdocs-ezglossary-plugin
Add the following lines to your mkdocs.yml plugins section:
plugins:
- search
- ezglossary
Provided you use the material definition list, adding a glossary entry just works by adding a definition list with section specifiers anywhere in your documentation:
section:term
: A list of specialized words with their definitions
You can now link to this glossary definition using the following syntax. This will produce a link to the definition in your documentation:
- See the <section:term> for details
Now you can place a summary of all definitions anywhere in your documentation:
# Terms and Definitions
<glossary::section>