We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pathToRoot
1 parent 27b00e4 commit f7790f7Copy full SHA for f7790f7
docs/dokka-presets/scripts/custom-navigation-loader.js
@@ -54,7 +54,7 @@ function loadNavigation() {
54
return Promise.resolve('');
55
}
56
57
- const navigationPath = modulePath ? `/${modulePath}/navigation.html` : `${pathToRoot}navigation.html`;
+ const navigationPath = modulePath ? `${pathToRoot}${modulePath}/navigation.html` : `${pathToRoot}navigation.html`;
58
59
return fetch(navigationPath)
60
.then(response => response.text())
0 commit comments