diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 26bc1b39..4f08337c 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -164,18 +164,25 @@ docType: "<$ doc.docType $>"
<@ endif @> -<# --- Install commands --- #> -$ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @>
-$ npm install --save @ionic-native/<$ doc.npmId $>
-
+<# --- Plugin description --- #>
+<$ doc.description | marked $>
+
Repo: <$ prop.repo $>
-<# --- Plugin description --- #> -<$ doc.description | marked $> +<# --- Install commands --- #> +$ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @>
+$ npm install --save @ionic-native/<$ doc.npmId $>
+
+