Martin Donath

Results 442 comments of Martin Donath

IMHO MkDocs is not a CMS, at least not in the classical sense of providing a UI for editing. A short search for "Markdown CMS" yields several alternatives. MkDocs' primary...

@ChristianKniep I'm afraid we cannot provide integrations for each and every analytics provider out there. However, the documentation states how to add a [custom analytics provider](https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#custom-site-analytics), which can even be...

Quoting your comment in #1871 and moving the discussion over here: > I suspect that proposed change would help immensely with the MkDocs vs. theme problem. If only I had...

The syntax could be simplified to: ``` yaml - search: prebuild_index: python pipeline: - stemmer - trimmer - stopWordFilter ``` If a transform should be omitted, it could just be...

When you run `serve` with `--dirtyreload`, changes to `mkdocs.yml` are not picked up. Even changes to templates (when running with `--watch-theme`) are not considered for the rebuild. At least from...

Feel free to steal from: https://squidfunk.github.io/mkdocs-material/publishing-your-site/

In Material for MkDocs' built-in tags plugin, we hack around this issue by [processing the tags index file twice](https://github.com/squidfunk/mkdocs-material/blob/612429c903b1edee68a5fcd561e7b5f3b54ec362/src/plugins/tags/plugin.py#L62-L72), as it needs to read the tags defined in front matter...

It was more or less a lucky guess. It might also be possible somehow to process it only once, but I stopped when I found that solution as I was...

Here are some using Material for MkDocs 😉 https://github.com/squidfunk/mkdocs-material#trusted-by-

Actually, I think that MkDocs could do some more marketing, so adding some prominent users to the website or README wouldn't hurt. It would show that the software is mature...