mkdocs-plugin-tags
mkdocs-plugin-tags copied to clipboard
Relative Link Generation
My site is in /src and with a config like
- tags:
tags_folder: src/generated
the generated links in tags.md are missing ../ and are therefore invalid. I know this is ignoring your advice to not put the file into the src directory to avoid redirects. Not sure if worth fixing though.
There seem to be some more issues, example
- Go to https://5e9443e1f7ed7b0006124266--manticore-docs.netlify.com/getting_started/installing_core/
- Click on the "Tutorial" tags button. This redirects to https://5e9443e1f7ed7b0006124266--manticore-docs.netlify.com/tags/#Tutorial
- Notice how every link has "/tags/ in the URL on that page, as example the first one is
https://5e9443e1f7ed7b0006124266--manticore-docs.netlify.com/tags/extensions/should behttps://5e9443e1f7ed7b0006124266--manticore-docs.netlify.com/extensions/though
This also happens with the default config and no tags_folder specified.