/ittf/site/docs/concepts/t/wizziplugins/npm.html.ittf (primary)
1 $group2 $3 var sect = {4 title: 'Npm plugins',5 id: 'npmplugins'6 };7 section( §)8 p Npm plugins are public Wizzi Plugins published in the npm registry.9 p They should be prefixed with10 high-code( wizzi-plugin- )11 span .12 p Create your first Wizzi Plugin using the13 to-starter( wizzi-plugin )14 span starter.
/ittf/site/docs/concepts/t/section.html.ittf
1 $group2 $params §3 article4 . doc-title5 id ${sect.id}6 + ${sect.title}7 . doc-summary8 $hook
/ittf/site/docs/t/high-code.html.ittf
1 $group2 $params text, kind|@@null3 $if kind != 'nospace'4 span ${} ${}5 code6 class highlight-code7 + ${text}8 $if kind != 'nospace'9 span ${} ${}
/ittf/site/docs/t/to-starter.html.ittf
1 a2 $params name3 a wizzi-starter-${name}4 href https://github.com/wizzifactory/wizzi-examples/tree/master/packages/wizzi-starter-${name}