diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 59910b58..5c4576d5 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -116,11 +116,24 @@ Improve this doc -

Description

<@ block description @> <$ doc.description | marked $> <@ endblock @> +<@- if doc.decorators @> +<@ for prop in doc.decorators[0].argumentInfo @> +
+
+$ ionic plugin add <$ prop.plugin $>
+
+
+

+ +Repo: <$ prop.repo $> + +

+<@ endfor @> +<@ endif -@> <@- if doc.directiveInfo @>

<$ doc.directiveInfo.type $>