From 8e65474c1d6b0c36af5a4bef228f30fcbf70b189 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Sat, 29 Apr 2017 16:45:34 +0200 Subject: [PATCH] Add headline to install commands --- scripts/docs/templates/common.template.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 496ac51ec..92601581a 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -61,7 +61,7 @@ docType: "<$ doc.docType $>" <$ param.name $> - <@- if param.alias @>| <$ param.alias $><@ endif -@> + <@- if param.alias @>| <$ param.alias $><@ endif -@>f <$ typeList(param.typeList) $> @@ -165,6 +165,7 @@ docType: "<$ doc.docType $>" <@ endif @> <# --- Install commands --- #> +

Installation

$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
 $ npm install --save @ionic-native/<$ doc.npmId $>