start to embed api doc into jekyll

This commit is contained in:
les
2020-02-02 14:43:17 +01:00
parent 41791346ee
commit 9b6744ced5
2 changed files with 26 additions and 0 deletions

20
docs/.api_template.hbs Normal file
View File

@@ -0,0 +1,20 @@
{{#orphans}}
### {{description}}
{{type.names}}
{: .label .label-green}
`{{name}}`
{{#each params}}
| {{name}} | `{{type.names}}` | {{{description}}} |
{{/each}}
{{#each customTags}}
> {{tag}} "{{tag}}"
> {{{value}}}
{{/each}}
{{/orphans}}