chore(ci): updating dgeni processors and templates for new ionic-site structure

This commit is contained in:
perry
2016-12-08 15:39:40 -06:00
parent ad4519c2a9
commit 25e581a7ea
3 changed files with 10 additions and 6 deletions

View File

@ -19,7 +19,7 @@ module.exports = function indexPage(renderDocsProcessor) {
id: 'index-page',
currentVersion: currentVersion,
template: 'api_index.template.html',
outputPath: 'docs/v2/' + versionPath + '/api/index.md'
outputPath: 'content/docs/v2/' + versionPath + '/api/index.md'
});
}
}