open-vault/ui/lib/story-md.hbs
Noelle Daley d52d324df4
Ui/fix component story generators (#7377)
* remove ember-cli-valid-component-name since we no longer need it

* component names no longer need to contain a hyphen

* remove Husky from README since we no longer use it

* update Storybook example

* update JSDoc examples and fix params table header
2019-08-28 14:47:43 -07:00

30 lines
372 B
Handlebars

{{#if (showMainIndex)~}}
{{>module-index~}}
{{>global-index~}}
{{/if~}}
{{#orphans ~}}
{{>heading-indent}}{{>sig-name}}
{{>description~}}
**Params**
{{>params~}}
{{>properties~}}
{{#examples}}
**Example**
{{#if caption}} *({{caption}})* {{else}} {{/if}}
{{{inlineLinks example}}}
{{/examples}}
{{>member-index~}}
{{>separator~}}
{{>members~}}
{{/orphans~}}
---