chore(docs): moving docs from /docs/v2 to /docs

This commit is contained in:
perry
2017-03-29 11:00:52 -05:00
parent 54acc74fdb
commit 41e34fc4ce
72 changed files with 127 additions and 127 deletions

View File

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