zachhannum / mkdocs-autolinks-plugin

An MkDocs plugin that automagically generates relative links between markdown pages
https://pypi.org/project/mkdocs-autolinks-plugin/
MIT License
79 stars 31 forks source link

BackStage support? #33

Open SilentGlasses opened 1 year ago

SilentGlasses commented 1 year ago

Thank you

This is a SUPER useful plugin, thanks for all the time you've invested so far.

Why I'm here

Have one feature request or bug, not sure which one or if this is even something with the plugin. I am also opening an issue there..

When deploying our mkdocs site to Backstage, for some reason, the generated URL for some reasons comes with some extra items in the path that is not existent.

For example:

![Image](siteicon.png)

gets generated as this locally:

![Image](../images/siteicon.png)

but gets generated as in Backstage:

![Image](../../../../../tmp/docs_veebg344/images/siteicon.png)

Ps.. Forgot to mention this issue happens with the mkdocs-techdocs-core plugin.