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 --- #> +

Installation

+
    +
  1. Install the Cordova and Ionic Native plugins:
    +
    $ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @>
    +$ npm install --save @ionic-native/<$ doc.npmId $>
    +
    +
  2. +
  3. Add this plugin to your app's module
  4. +
<# --- Plugin supported platforms --- #> <@ if prop.platforms @>