/ittf/site/docs/geeky/t/wizzijobs/introduction.html.ittf (primary)
1 $group2 $3 var sect = {4 title: 'Wizzi jobs'5 };6 section( §)7 table-doc()8 tr( The wzjob Wizzi Schema definition, wizzi-core, lib/wizzi/schemas/wzjob.wfschema.ittf, lib/wizzi/models )9 p This Wizzi Schema that defines the type of a job ITTF Document is implemented by the10 to-plugin( wizzi-core )11 + core plugin in the schema12 high-code( wzjob )13 + .14 tr( The Wizzi Job Executor, wizzi, lib/production/manager.js.ittf, lib/production/manager.js )15 p A Wizzi Job Execution is a feature implemented by the ProductionManager class.
/ittf/site/docs/geeky/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/table-doc.html.ittf
1 $group2 $params kind|docs, title|@@null3 . table-${kind}4 table5 tbody6 $hook
/ittf/site/docs/geeky/t/tr.html.ittf
1 $group2 $params title, xpackage, ittf, generated|@@null3 tr4 td5 div ${title}6 td7 to-wizzi-ittf( ${xpackage}, ${ittf} )8 td9 to-wizzi-generated( ${xpackage}, ${generated} )10 tr11 td12 colspan 313 div14 $hook
/ittf/site/docs/t/to-plugin.html.ittf
1 $group2 $params name, kind|@@null3 $4 // var xname = kind != 'nospace' ? ' ' + name + ' ' : name5 $if kind != 'nospace'6 span ${} ${}7 code8 class highlight-code9 a ${name}10 href https://github.com/stfnbssl/wizzi.plugins/tree/main/packages/wizzi.plugin.${name}11 target _blank12 $if kind != 'nospace'13 span ${} ${}
/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-wizzi-ittf.html.ittf
1 $group2 $params xpackage, file|@@null3 a ittf4 href https://github.com/stfnbssl/wizzi/tree/master/packages/${xpackage}/.wizzi/ittf/${file}
/ittf/site/docs/t/to-wizzi-generated.html.ittf
1 $group2 $params xpackage, file|@@null3 a generated4 href https://github.com/stfnbssl/wizzi/blob/master/packages/${xpackage}/dist/${file}