mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs: updated docs to have consistent format
This commit is contained in:
+7
-6
@@ -114,12 +114,7 @@ Improve this doc
|
||||
|
||||
<@ endblock @>
|
||||
|
||||
|
||||
<!-- description -->
|
||||
<@ block description @>
|
||||
<$ doc.description | marked $>
|
||||
<@ endblock @>
|
||||
|
||||
<!-- decorators -->
|
||||
<@- if doc.decorators @>
|
||||
<@ for prop in doc.decorators[0].argumentInfo @>
|
||||
<pre>
|
||||
@@ -135,6 +130,12 @@ Repo: <$ prop.repo $>
|
||||
<@ endfor @>
|
||||
<@ 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>
|
||||
|
||||
Reference in New Issue
Block a user