gardener / docforge

Scalable build tool for distributed documentation sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Links with relative path towards other .md files open github instead of the page itself

JordanJordanov opened this issue · comments

What happened:
Links with relative path towards other .md files open github instead of the page itself
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):

Anything else we need to know:

How to categorize this issue?

/kind bug
/priority critical

As discussed, for the 1st example the link is not resolved correctly, because the targeted page is not part of the site (it's not part of the manifest), so the page is treated as external. The solution will be to include openidconnect-presets.md in the manifest

For the other examples - Docforge would have parsed the url correctly if the url was pointing to a concrete .md file.
We shall add support for urls which end in / (thus pointing logically to the _index.md file in the directory)