Timothée Mazzucotelli

Results 1156 comments of Timothée Mazzucotelli

Hmmm, the problem is that MkDocs is not meant for building wiki-like, interactive platforms. It's a static site generator. I stumbled upon [wiki.js](https://js.wiki/) the other day which could be what...

Until know, I've added almost everything we had in the wiki (I might have lost some in the grepping process), and searched for more on GitHub and PyPI. I didn't...

That's great, thank you @oprypin!

But if they have Docker, they can just pull a Python image and pip install MkDocs, no? Maybe they dont have access to pypi.org for security reasons? Then they shouldnt...

Your MkDocs version. Whether you're serving the site locally or deployed it.

I have the same behavior locally, when serving. Suburls work both with and without trailing slash (when without, the slash is appended anyway), but indeed not for the home page....

I agree. At first I was using `mkdocs.utils.log` because I thought it was designed for this. In fact, it's just the utils logger. Each MkDocs module has its own. So...

> logging.getLogger('mkdocs.mkdocs_my_super_plugin') Cool, didn't know we could do that, thanks :slightly_smiling_face: What's the rule here, does the name just have to start with `mkdocs.`?

@waylan thanks for your answer! Then I'll try and send a PR, unless you would like to handle it @oprypin?

I'd also need the `on_post_build` event to always be triggered, but I think this belongs in a new issue.