chore(dgeni): add beta tag support

This commit is contained in:
perry
2017-01-09 13:59:03 -06:00
parent 92e0bb55c3
commit 77d6308bca
3 changed files with 13 additions and 2 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ module.exports = function jekyll(renderDocsProcessor) {
doc.outputPath = doc.outputPath.toLowerCase().replace(' ', '-');
docs[i].URL = doc.outputPath.replace('docs/v2//', 'docs/v2/')
.replace('/index.md', '')
.replace('content/','');
.replace('content/', '');
docs[i].demo = !!docs[i].demo;
});
docs.push({