21 lines
247 B
Handlebars
21 lines
247 B
Handlebars
{{#orphans}}
|
|
|
|
### {{description}}
|
|
|
|
{{type.names}}
|
|
{: .label .label-green}
|
|
|
|
`{{name}}`
|
|
|
|
{{#each params}}
|
|
| {{name}} | `{{type.names}}` | {{{description}}} |
|
|
{{/each}}
|
|
|
|
{{#each customTags}}
|
|
> {{tag}} "{{tag}}"
|
|
> {{{value}}}
|
|
{{/each}}
|
|
|
|
{{/orphans}}
|
|
|