Add headline to install commands

This commit is contained in:
Jan Piotrowski 2017-04-29 16:45:34 +02:00 committed by GitHub
parent 822be1c248
commit 8e65474c1d

View File

@ -61,7 +61,7 @@ docType: "<$ doc.docType $>"
<tr> <tr>
<td> <td>
<$ param.name $> <$ param.name $>
<@- if param.alias @>| <$ param.alias $><@ endif -@> <@- if param.alias @>| <$ param.alias $><@ endif -@>f
</td> </td>
<td> <td>
<$ typeList(param.typeList) $> <$ typeList(param.typeList) $>
@ -165,6 +165,7 @@ docType: "<$ doc.docType $>"
<@ endif @> <@ endif @>
<# --- Install commands --- #> <# --- Install commands --- #>
<h2>Installation</h2>
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @> <pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
$ npm install --save @ionic-native/<$ doc.npmId $> $ npm install --save @ionic-native/<$ doc.npmId $>
</code></pre> </code></pre>