Files
gancio/docs/.api_template.hbs

35 lines
405 B
Handlebars
Raw Permalink Normal View History

2020-02-02 14:43:17 +01:00
{{#orphans}}
2020-02-02 21:08:16 +01:00
## {{description}}
2020-02-02 14:43:17 +01:00
{{type.names}}
2020-02-02 21:08:16 +01:00
{{#if_eq type.names 'POST'}}
{: .label .label-orange}
{{else}}
2020-02-02 14:43:17 +01:00
{: .label .label-green}
2020-02-02 21:08:16 +01:00
{{/if_eq}}
2020-02-02 14:43:17 +01:00
2020-02-02 21:08:16 +01:00
**`{{name}}`**
2020-02-02 14:43:17 +01:00
{{#each customTags}}
> {{tag}} "{{tag}}"
> {{{value}}}
{{/each}}
2020-02-02 21:08:16 +01:00
{{#if params}}
**Params**
{{#each params}}
| {{name}} | `{{type.names}}` | {{{description}}} |
{{/each}}
{{/if}}
{{#each examples}}
{{{this}}}
{{/each}}
---
2020-02-02 14:43:17 +01:00
{{/orphans}}