Hey I'm messing around with your FolderFilenameFactory sample (From #94), and it looks like the links generated on docs within subfolders don't work because the links aren't relative paths.
So if I have a structure like this:
OutputFolder\
----TopLevel.md
----TopLevel\
--------SubLevel.md
The link in SubLevel.md to TopLevel.md is still just "TopLevel.md" rather than "../TopLevel.md".
Adding some code in the markdown generation to use relative paths would be a little more robust to different configurations, but if there's a way to solve this with a plugin I'd be happy with that too.
This tool is awesome BTW, thank you for your work!
Hey I'm messing around with your FolderFilenameFactory sample (From #94), and it looks like the links generated on docs within subfolders don't work because the links aren't relative paths.
So if I have a structure like this:
OutputFolder\
----TopLevel.md
----TopLevel\
--------SubLevel.md
The link in SubLevel.md to TopLevel.md is still just "TopLevel.md" rather than "../TopLevel.md".
Adding some code in the markdown generation to use relative paths would be a little more robust to different configurations, but if there's a way to solve this with a plugin I'd be happy with that too.
This tool is awesome BTW, thank you for your work!