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.
1 parent 764c741 commit 1c56695Copy full SHA for 1c56695
lib/utils.js
@@ -25,7 +25,7 @@ module.exports.buildDashDocSet = function (input) {
25
26
zip.addFile(
27
input.title + '.docset/Contents/Resources/Documents/' + method.ctx.uid + '.html',
28
- require('../templates/dash/index.hbs')(method)
+ require('../templates/dash/method.hbs')(method)
29
);
30
31
}
templates/dash/index.hbs renamed to templates/dash/method.hbs
0 commit comments