only show the first module. If I open the file (not using localhost) I can navigate between modules because the
index.html
shows “All modules” but the
navigation.html
is not rendered. If I open the
navigation.html
file, the links for each module are correct.
Any help?
e
ephemient
09/11/2025, 4:11 PM
Local files behaving differently is expected, web features like XHR/fetch don't work in files
👍 1
g
Guilherme Delgado
09/11/2025, 4:14 PM
when published (via github-pages for example) everything is correct, but with dokka v1 I could test locally all the navigation that’s why I was asking 😊