Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra Characters added with mkdocs-autolinks-plugin #117

Closed
SilentGlasses opened this issue May 11, 2023 · 1 comment
Closed

Extra Characters added with mkdocs-autolinks-plugin #117

SilentGlasses opened this issue May 11, 2023 · 1 comment
Labels

Comments

@SilentGlasses
Copy link

We have a use for using mkdocs-autolinks-plugin as it makes it easier to create inter site links without having to build ../../.. paths or typing out full URL paths.

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)

Not sure if this is an issue with this plugin or with mkdocs-autolinks-plugin so I also have an issue filed there just in case.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant