Replies: 1 comment 9 replies
-
Just link to the respective |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have the following folder structure:
The contents of
Ökosystem Grünland.md
are:You can open the resulting mkdocs generated html file here: https://unterricht.emig.me/Unterricht/F%C3%A4cher/Biologie/NuT/%C3%96kosystem%20Gr%C3%BCnland/
As you can see, the links to
Samenpflanzen als.md
andInformation - Aufnahme, Verarbeitung und Reaktion.md
are working perfectly fine. But the links to the sections with the `index.md files do not work.For example the
Stoffwechsel
link is generated as :<a href="../../../../Stoffwechsel" title="Stoffwechsel">Stoffwechsel</a>
but it should be:
<a href="../Der%20Mensch%20als%20Lebewesen/Stoffwechsel/">Stoffwechsel</a>
Please note, that the link in the navigation bar on the left actually IS generated correctly
How can I correctly link to the navigation index?
Beta Was this translation helpful? Give feedback.
All reactions