hi, i'm using doxity to generate nice documentation for a project of mine. it was working really, really smoothly, until i published to github pages using the "master branch /docs folder" option in the settings. the readme is generated fine, but the links in the header are broken. it looks like the issue is due to the fact that the href property in the link doesn't start with the name of the github repo. see image or the actual pages here.
for reference, i'm using version 0.4.4 and here's my .doxityrc:
hi, i'm using doxity to generate nice documentation for a project of mine. it was working really, really smoothly, until i published to github pages using the "master branch /docs folder" option in the settings. the readme is generated fine, but the links in the header are broken. it looks like the issue is due to the fact that the
href
property in the link doesn't start with the name of the github repo. see image or the actual pages here.for reference, i'm using version
0.4.4
and here's my.doxityrc
:did i miss something in the config?