v
v copied to clipboard
modules.vlang.io tree links broken
Describe the issue
In https://modules.vlang.io pages items at the left db seems is broken. Coming from main, the db points to unrelated main.html page. Seems main shouldn't be there.
Links
https://modules.vlang.io/main.html#
[!NOTE] You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.
Same problem with encoding tree item. Seems a problem for any folder with no doc descriptions.
The "problem" is that db is just a collector for the other modules under it. There are no files directly in it (including no README), so there is nothing to link to.
In this case, v doc could generate a simple index.html with links to the modules under it, if there are no files at all.