Results 187 comments of Tim Vink

This should close https://github.com/timvink/mkdocs-print-site-plugin/issues/123 also

So @bittorala picked up the work from this PR in #128 . Thanks so much for all the effort to this PR @sunshowers ! I'll make sure to credit once...

Supporting all the plugins is a lot of work. You're referring to https://github.com/JakubAndrysek/mkdocs-typedoc I think. Two things to check: - is the print-site plugin defined after the typedoc plugin in...

It's a entity relationship diagram from mermaid (https://mermaid.js.org/syntax/entityRelationshipDiagram.html#relationship-syntax) https://github.com/ing-bank/doing-cli/blob/7e696b7af826a17f37e7bdf0c2e856aaf41f97c3/docs/discussion/oneproject_setup.md?plain=1#L11 Should mean a team has 1 or more iteration paths, but an iteration path has only exactly 1 team. Not sure...

These deprecation warnings are still present: ``` ../../../../anaconda/envs/ds_ditto/lib/python3.10/site-packages/azure/ai/ml/_schema/assets/index.py:17 /anaconda/envs/ds_ditto/lib/python3.10/site-packages/azure/ai/ml/_schema/assets/index.py:17: RemovedInMarshmallow4Warning: The 'default' argument to fields is deprecated. Use 'dump_default' instead. stage = fields.Str(default="Development") ../../../../anaconda/envs/ds_ditto/lib/python3.10/site-packages/azure/ai/ml/_schema/core/fields.py:434 ../../../../anaconda/envs/ds_ditto/lib/python3.10/site-packages/azure/ai/ml/_schema/core/fields.py:434 /anaconda/envs/ds_ditto/lib/python3.10/site-packages/azure/ai/ml/_schema/core/fields.py:434: RemovedInMarshmallow4Warning: Passing field metadata...

Thanks for the investigation. To be honest I haven't been very active with mkdocs for a while now. > Why does one work and the other not? We never explicitly...

This should be fixed by #128, released in [v2.7.0](https://github.com/timvink/mkdocs-print-site-plugin/releases/tag/v2.7.0)