diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index d592fc3c..e8e2a38c 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -164,19 +164,20 @@ 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 $>
-
+<# --- Plugin description --- #> +<$ doc.description | marked $> +

Repo: <$ prop.repo $>

-<# --- Plugin description --- #> -<$ doc.description | marked $> +<# --- Install commands --- #> +

Installation

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