Hi,
I'm building a Starlight site that I'm importing content from an old Azure DevOps wiki into, and I'm struggling to get the Markdown navigation working.
Given the following structure:
| index.md
-| Folder
| index.md
| Another-File.md
-| Nested-Folder
| index.md
How do I create navigation link from /Folder/Nested-Folder/index.md back to say /Folder/Another-File.md and then back again?
Current they're either relative to the markdown file, or based on the root.
I'm doing a lot of pre-processing on this files, so I can play with the link prior to it coming into Astro/ SL.. but it appears as though the there is no-build/ re-writing with Startlight/ Astro itself - so authors would need to know what the relative url would be when authoring content, rather than to the path of the MD file... is that correct?