Update paths

This commit is contained in:
Ibby Hadeed
2017-12-28 07:40:57 -05:00
parent c22ac6d681
commit 75675ea19f
12 changed files with 10874 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ module.exports = function readmes(renderDocsProcessor) {
docs = docs.filter(doc => (!!doc.name && !!doc.outputPath) || doc.docType === 'index-page');
docs.forEach(doc => {
doc.outputPath = doc.outputPath.replace('src/', '');
doc.outputPath = doc.outputPath.replace('src/@ionic-native/', '');
});
return docs;