Martin Donath
Martin Donath
All open change requests will eventually be implemented. Unfortunately, we are a very small team and have to prioritize.
Author of [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) here. We're really psyched giving the [projects plugin](https://squidfunk.github.io/mkdocs-material/plugins/projects/) into more hands and adding all functionality that is necessary to build documentation projects from multiple sources....
The [projects plugin](https://squidfunk.github.io/mkdocs-material/plugins/projects/) works with all MkDocs projects and themes, so you're not bound to Material for MkDocs ☺️ Just use: ``` yaml plugins: - material/projects ``` You can combine...
Of course, as promised by the [sponsorware strategy](https://squidfunk.github.io/mkdocs-material/insiders/). It will be released into the community edition once the [associated funding goal](https://squidfunk.github.io/mkdocs-material/insiders/#24000-blockpaprika) is hit. We've and will always keep our promises.
In Material for MkDocs, the privacy plugin, optimize plugin and new social plugin make heavy use of concurrent futures and caching of (partial) results. It's a new technique I learned...
> Just writing this causes the bug (so MkDocs-Macros is not directly at cause): > > ```python > page.title = page.title + "" > ``` > > At this point,...
To be honest, we switched to patternlab-node and now use twig.js for rendering. The PHP version is so flawed and so slow that we had no choice. twig.js is not...
Thanks for reporting. Note that this runs counter to the idea of a [minimal reproduction](https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/) – you should not pack up your project, but create a new one which only...
> I'm a bit ignorant about what security sensitive info can be stored in the .git cache, perhaps names of branches so more of a privacy matter. Private keys should...
I've relabelled this issue from "bug" to "change request". It is sensical for us to include the repository for the reasons stated, but I understand that this is not what...