mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-15 20:57:07 +08:00
style(docs): rearranged the supported platforms section
This commit is contained in:
parent
a93eb68f24
commit
b8ad9abf68
24
scripts/docs/templates/common.template.html
vendored
24
scripts/docs/templates/common.template.html
vendored
@ -124,6 +124,17 @@ docType: "<$ doc.docType $>"
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<!-- description -->
|
||||||
|
<@ block description @>
|
||||||
|
<$ doc.description | marked $>
|
||||||
|
<@ endblock @>
|
||||||
|
|
||||||
|
|
||||||
|
<@- if doc.directiveInfo @>
|
||||||
|
<h2><$ doc.directiveInfo.type $></h2>
|
||||||
|
<h3><$ doc.directiveInfo.properties[0].name $>: <code><$ doc.directiveInfo.properties[0].values $></code></h3>
|
||||||
|
<@ endif -@>
|
||||||
|
|
||||||
<@ if prop.platforms @>
|
<@ if prop.platforms @>
|
||||||
<!-- @platforms tag -->
|
<!-- @platforms tag -->
|
||||||
<h2>Supported platforms</h2>
|
<h2>Supported platforms</h2>
|
||||||
@ -134,22 +145,11 @@ docType: "<$ doc.docType $>"
|
|||||||
<@ endfor -@>
|
<@ endfor -@>
|
||||||
</ul>
|
</ul>
|
||||||
<@ endblock @>
|
<@ endblock @>
|
||||||
|
<!-- @platforms tag end -->
|
||||||
<@ endif @>
|
<@ endif @>
|
||||||
|
|
||||||
<@ endfor @>
|
<@ endfor @>
|
||||||
<@ endif -@>
|
<@ endif -@>
|
||||||
|
|
||||||
<!-- description -->
|
|
||||||
<@ block description @>
|
|
||||||
<$ doc.description | marked $>
|
|
||||||
<@ endblock @>
|
|
||||||
|
|
||||||
|
|
||||||
<@- if doc.directiveInfo @>
|
|
||||||
<h2><$ doc.directiveInfo.type $></h2>
|
|
||||||
<h3><$ doc.directiveInfo.properties[0].name $>: <code><$ doc.directiveInfo.properties[0].values $></code></h3>
|
|
||||||
<@ endif -@>
|
|
||||||
|
|
||||||
<!-- @usage tag -->
|
<!-- @usage tag -->
|
||||||
<@ if doc.usage @>
|
<@ if doc.usage @>
|
||||||
<h2>Usage</h2>
|
<h2>Usage</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user