We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae671a commit 21602b5Copy full SHA for 21602b5
1 file changed
docs/src/templates/docs.js
@@ -44,7 +44,7 @@ function DocsController($location, $window, $cookies) {
44
});
45
46
scope.getUrl = function(page) {
47
- return page.section + '/' + page.id;
+ return page.section + (page.id == 'index' ? '' : '/' + page.id);
48
};
49
50
scope.getCurrentPartial = function() {
0 commit comments