This plugin allows you to fetch and display Wikipedia summaries in your MkDocs pages. It is compatible with MkDocs Material and MkDocs Books.
pip install mkdocs-wikipediaActivate the plugin in your mkdocs.yml:
plugins:
- wikipedia:
language: "fr"
timeout: 5Install the plugin using pip:
pip install mkdocs-wikipediaActivate the plugin in your mkdocs.yml:
plugins:
- wikipedia:
language: "fr"
timeout: 5
filename: "links.yml" # Optional, default is "links.yml"In you pages, when you add a wikipedia tag, it will be replaced by the summary of the corresponding Wikipedia page.
[MkDocs](https://en.wikipedia.org/wiki/MkDocs)