chore(docs): add page ids for doc templates

This commit is contained in:
Tim Lancina
2015-09-15 13:38:09 -05:00
parent c04307d91a
commit afb6812952
3 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,10 @@
--- ---
layout: "v2/docs_api" layout: "v2/docs_base"
version: "<$ version.current.name $>" version: "<$ version.current.name $>"
versionHref: "<$ version.current.href $>" versionHref: "<$ version.current.href $>"
path: "" path: ""
id: api
title: Javascript title: Javascript
header_sub_title: Extend Ionic even further with the power of AngularJS header_sub_title: Extend Ionic even further with the power of AngularJS
searchable: false searchable: false

View File

@ -1,5 +1,6 @@
--- ---
<@ include "lib/yaml.template.html" @> <@ include "lib/yaml.template.html" @>
id: api
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 $>"
doc: "<$ doc.name $>" doc: "<$ doc.name $>"

View File

@ -1,4 +1,4 @@
layout: "v2/docs_api" layout: "v2/docs_base"
version: "<$ version.current.name $>" version: "<$ version.current.name $>"
versionHref: "<$ version.current.href $>" versionHref: "<$ version.current.href $>"
path: "<$ doc.path $>" path: "<$ doc.path $>"