Merge branch 'master' of github.com:driftyco/ionic-native

This commit is contained in:
Ibby
2017-03-23 15:59:42 -04:00
6 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ module.exports = function jekyll(renderDocsProcessor) {
});
docs.push({
docType: 'native_menu-menu',
id: 'native_menu-menu',
docType: 'nativeMenu',
id: 'native_menu',
template: 'native_menu.template.html',
outputPath: 'content/_includes/v2_fluid/native_menu.html'
});
+1 -1
View File
@@ -2,7 +2,7 @@ module.exports = function npmId(renderDocsProcessor) {
return {
name: 'npm-id',
$runAfter: ['paths-computed'],
$runBefore: ['rendering-docs'],
$runBefore: ['jekyll'],
$process: function(docs) {
var currentVersion = renderDocsProcessor.extraData.version.current.name;