diff --git a/scripts/docs/templates/api_index.template.html b/scripts/docs/templates/api_index.template.html index f06b3fd1ab..85b47a01e9 100644 --- a/scripts/docs/templates/api_index.template.html +++ b/scripts/docs/templates/api_index.template.html @@ -1,9 +1,10 @@ --- -layout: "v2/docs_api" +layout: "v2/docs_base" version: "<$ version.current.name $>" versionHref: "<$ version.current.href $>" path: "" +id: api title: Javascript header_sub_title: Extend Ionic even further with the power of AngularJS searchable: false diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index df1a451108..6a97f9fc4d 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -1,5 +1,6 @@ --- <@ include "lib/yaml.template.html" @> +id: api title: "<@ if doc.docType == "directive" @><$ doc.name | dashCase $><@ else @><$ doc.name $><@ endif @>" header_sub_title: "<$ doc.docType | capital $> in module <$ doc.module $>" doc: "<$ doc.name $>" diff --git a/scripts/docs/templates/lib/yaml.template.html b/scripts/docs/templates/lib/yaml.template.html index db656ff71b..72e39e6042 100644 --- a/scripts/docs/templates/lib/yaml.template.html +++ b/scripts/docs/templates/lib/yaml.template.html @@ -1,4 +1,4 @@ -layout: "v2/docs_api" +layout: "v2/docs_base" version: "<$ version.current.name $>" versionHref: "<$ version.current.href $>" path: "<$ doc.path $>"