mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
parse plugin meta
This commit is contained in:
parent
2d43736330
commit
bd1ba565f4
15
scripts/docs/templates/common.template.html
vendored
15
scripts/docs/templates/common.template.html
vendored
@ -116,11 +116,24 @@ Improve this doc
|
||||
|
||||
|
||||
<!-- description -->
|
||||
<h2>Description</h2>
|
||||
<@ block description @>
|
||||
<$ doc.description | marked $>
|
||||
<@ endblock @>
|
||||
|
||||
<@- if doc.decorators @>
|
||||
<@ for prop in doc.decorators[0].argumentInfo @>
|
||||
<pre>
|
||||
<code>
|
||||
$ ionic plugin add <$ prop.plugin $>
|
||||
</code>
|
||||
</pre>
|
||||
<p>
|
||||
<a href="<$ prop.repo $>">
|
||||
Repo: <$ prop.repo $>
|
||||
</a>
|
||||
</p>
|
||||
<@ endfor @>
|
||||
<@ endif -@>
|
||||
|
||||
<@- if doc.directiveInfo @>
|
||||
<h2><$ doc.directiveInfo.type $></h2>
|
||||
|
Loading…
Reference in New Issue
Block a user