Closed davama closed 3 months ago
Hi @davama, thank you for the detailed report, I was able to reproduce your problem.
Unfortunately, I have no way to trace the path to the current file (the plugin only gets a list of lines), so I cannot resolve relative paths.
Give me some time, I'll see if I can implement your idea by expanding base_dir
to support a list of paths.
@mikitex70 Appreciate your quick response! Please let me know if you want me to test anything Best
Hi @davama, I've pushed on develop
branch an enhancement which allows to specify a list of paths in the base_dir
configuration property.
In your case it should be something like:
base_dir:
- .
- temp_dir/repos/docker/docker-redis/docs
Give it a try and let me known if there is something to fix.
@mikitex70 Worked like a charm!
Thank you!
@mikitex70 Thank you for the new release
I believe there might be a bug.
This is what I get when I try the new version 3.10.1
, when sourcing a puml file using the multirepo plugin.
But this even broke the regular source=file.puml
functionality when using the local docs
repo.
The output is the same as above.
Hope I made sense
Thank you
sorry, there was an issue with my container. @mikitex70
all is well Thank you!
Closing
Good day,
Not sure if this is the right place to put this but I am using
mkdocs-multirepo-plugin
along with this plugin and when I source a.puml
file i get an error:Here is my config:
This is my
test.md
file inside thedocker-redis
repo.full path - source image
relative path - source image
normal markdown source image
@startuml Bob -> Alice : hello @enduml
base_dir:
Versions:
Any input is appreciated!
Best, Dave