docs(gitbook): try out generated docs

This commit is contained in:
Daniel Sogl
2021-09-29 14:09:02 +02:00
parent 07e8dd7df8
commit 837c83ce5e
214 changed files with 5168 additions and 1 deletions
@@ -59,6 +59,10 @@ module.exports = (currentVersion) => {
writeFilesProcessor.outputFolder = './dist/@awesome-cordova-plugins/';
})
.config(function (writeFilesProcessor) {
writeFilesProcessor.outputFolder = './docs/';
})
// Configure rendering
.config(function (templateFinder) {
templateFinder.templateFolders.unshift(path.resolve(__dirname, 'templates'));