diff --git a/docs/.api_header.md b/docs/.api_header.md new file mode 100644 index 00000000..f9cc77d0 --- /dev/null +++ b/docs/.api_header.md @@ -0,0 +1,6 @@ +--- +layout: default +title: API +permalink: /api +nav_order: 8 +--- diff --git a/docs/.api_template.hbs b/docs/.api_template.hbs new file mode 100644 index 00000000..c1c236b4 --- /dev/null +++ b/docs/.api_template.hbs @@ -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}} +