Tim Vink
Tim Vink
This is CSS (cascading style sheets), put it in a file with a `.css` extension and add it to your theme from your `mkdocs.yml` file using the `extra_css` config options:...
Hi Anico2, Happy to hear the plugin is useful for you. The table of contents is auto-generated, if you have it enabled in the options (which is default): > `add_table_of_contents`...
I'm not sure how to help you. I recommend creating a new, small site (`mkdocs new my-project`) and checking if something is wrong. This plugin does require each page to...
Hi @pycolas, Thanks for letting me know. I scanned the [source code of the privacy plugin](https://github.com/squidfunk/mkdocs-material/blob/master/src/plugins/privacy/plugin.py), and the problem is 1) links are re-written, but the URLs might be wrong...
+1. If we're going to get blog support improved in mkdocs, this feature would make sense! @greenape would you be interested in investigating this and picking this up? If not,...
Yup, common utils for accessing git for mkdocs files would be better. Very low on my priority list though and needs to be well designed.. feel free to pick it...
That indeed looks like a bug. Let's check first: are you on the latest version of this plugin? Use `pip list | grep mkdocs-charts-plugin` to see the version, `pip install...
Thanks! Can you have a look at the unit tests failing?
That's a strange one indeed. I cannot reproduce, using python 3.10 and same versions of plugin and mkdocs/mkdocs-material. Furthermore, I have a scheduled job so I can find any breaking...
Had a chance to look at the suggestions yet?