I am trying to use this plugin so I can use variables instead of typing relative or absolute path for PNG files under mkdocs/docs/assets/images/applications/
extra:
app_images: /assets/images/applications/
I did above in mkdocs.yml and  in MD file, but it doesn't work as I wanted. Although PNG loads, but It's just guessing the path.
INFO - Doc file 'wiki/Docker/compose/applications/syncthing.md' contains an absolute link '/assets/images/applications/syncthing.png', it was left as is. Did you mean '../../../../assets/images/applications/syncthing.png'?
How to do this correctly?
I am trying to use this plugin so I can use variables instead of typing relative or absolute path for PNG files under
mkdocs/docs/assets/images/applications/I did above in
mkdocs.ymlandin MD file, but it doesn't work as I wanted. Although PNG loads, but It's just guessing the path.How to do this correctly?