mkdocs / catalog

:trophy: :books: A list of awesome MkDocs projects and plugins.
Creative Commons Attribution Share Alike 4.0 International
1.12k stars 68 forks source link

Add project: `mkdocs-data-plugin` #276

Closed joapuiib closed 3 days ago

joapuiib commented 3 days ago

Project details:

Additional context:

MkDocs Data Plugin is a plugin for MkDocs that allows externalizing data from your Markdown files into separate external data files.

pawamoy commented 3 days ago

PRs welcome!

joapuiib commented 3 days ago

Looking again at the categories, I might have rushed setting it to 🤖 Code execution, variables & templating

Maybe it would be better suited in 📁 Snippets & includes (reusing contents)?


I've copied it here since this comment was meant for before closing the PR. If you thing this is the case, I can open a new PR modifing it.

pawamoy commented 3 days ago

Looking at how the plugin is used:

{% for fruit in data.fruits -%}
- {{ fruit }}
{% endfor %}

...it feels right to put in under "Variables and templating" :+1: So IMO no need to change!