Closed pdefert closed 6 months ago
We had multiple issues with the absolute image paths in the past, therefore the DownloadDir
option was removed and the images are now placed next to the pages that contain them.
If there are still problems with image retrieval, feel free to open a new issue. :wink:
Hi,
when i use mike to build my documentation, the path of my schema was wrong
it missing a slash between site_url and DownloadDir .
ex: in mkdocs.yaml, site_url is set with http://foo.bar/ with mike, i deploy develop branch. the new site_url is http://foo.bar/develop (wihtou slash)
it's seems happen here https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin/blob/fe483bf78bdece117d8617e7c38015f2c5f76352/kroki/plugin.py#L120
it concatenate site_url with mkdocs_file.url (DownloadDir+filename)
DownloadDir not allow to start with slash, it hangs an error.
Best regards
Philippe