update dgnei paths

This commit is contained in:
mhartington 2016-02-05 17:04:48 -05:00
parent 44f1f1d4a4
commit 93f09999d7
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{ {
"sitePath": "../ionic-site", "sitePath": "../ionic-site",
"v2DocsDir": "docs/v2/platform", "v2DocsDir": "docs/v2/native",
"docsDest": "../ionic-site/docs/v2/platform" "docsDest": "../ionic-site/docs/v2/native"
} }

View File

@ -22,10 +22,10 @@ module.exports = function jekyll(renderDocsProcessor) {
}); });
docs.push({ docs.push({
docType: 'platform_menu-menu', docType: 'native_menu-menu',
id: 'platform_menu-menu', id: 'native_menu-menu',
template: 'platform_menu.template.html', template: 'native_menu.template.html',
outputPath: '_includes/v2_fluid/platform_menu.html' outputPath: '_includes/v2_fluid/native_menu.html'
}); });
// returning docs will replace docs object in the next process // returning docs will replace docs object in the next process

View File

@ -3,7 +3,7 @@ layout: "v2_fluid/docs_base"
version: "<$ version.current.name $>" version: "<$ version.current.name $>"
versionHref: "<$ version.current.href $>" versionHref: "<$ version.current.href $>"
path: "<$ doc.path $>" path: "<$ doc.path $>"
category: platform category: native
id: "<$ doc.name|lower|replace(' ','-') $>" id: "<$ doc.name|lower|replace(' ','-') $>"
title: "<@ if doc.docType == "directive" @><$ doc.name | dashCase $><@ else @><$ doc.name $><@ endif @>" title: "<@ if doc.docType == "directive" @><$ doc.name | dashCase $><@ else @><$ doc.name $><@ endif @>"
header_sub_title: "<$ doc.docType | capital $> in module <$ doc.module $>" header_sub_title: "<$ doc.docType | capital $> in module <$ doc.module $>"