chore(doc-gen): fix path to modules on angular.io
This commit is contained in:
parent
04a9eb8820
commit
72bb5bdd5a
|
@ -26,7 +26,7 @@ module.exports = new Package('angular.io', [basePackage])
|
|||
|
||||
computePathsProcessor.pathTemplates.push({
|
||||
docTypes: ['module'],
|
||||
pathTemplate: '${id}.html',
|
||||
pathTemplate: '${id}/',
|
||||
outputPathTemplate: MODULES_DOCS_PATH + '/${id}/index.jade'
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue