/ittf/site/docs/concepts/t/wizzimodeldoms/introduction.html.ittf (primary)
1 $group2 $3 var sect = {4 title: 'Wizzi Model DOMs'5 };6 var wizziCoreGithubPath = 'https://github.com/stfnbssl/wizzi/tree/master/packages/wizzi-core';7 section( §)8 p Wizzi Model DOMs are javascript objects, inspired by Xml document objects,9 \b that can load ${}10 to-docs( mTrees )11 span , applying a type to their nodes.12 p Wizzi Model DOMs are software artifacts generated by artifact generators13 \b of the14 high-code( wizzi-core )15 + plugin.16 div17 + From a18 high-code( wfschema )19 + ITTF Document, Wizzi generates:20 ul21 li a Wizzi Model DOM (javascript module)22 li a Wizzi Model instance factory (javascript module)23 li a JSON documentation (JSON file).24 h4 wfschema artifact generators for Wizzi MOdel DOMs and links to source code25 table26 class pretty-table27 tr28 th artifact name29 th output file name30 th source code31 @ colspan 232 tr33 td wfschema/factory34 td {schema-name}-factory.g.js35 td36 a ${} ittf ${}37 href ${wizziCoreGithubPath}/.wizzi/ittf/lib/artifacts/wfschema/factory/gen/main.js.ittf38 td39 a ${} javascript ${}40 href ${wizziCoreGithubPath}/dist/lib/artifacts/wfschema/factory/gen/main.js41 tr42 td wfschema/model43 td {schema-name}-model.g.js44 td45 a ${} ittf ${}46 href ${wizziCoreGithubPath}/.wizzi/ittf/lib/artifacts/wfschema/model/gen/main.js.ittf47 td48 a ${} javascript ${}49 href ${wizziCoreGithubPath}/dist/lib/artifacts/wfschema/model/gen/main.js50 tr51 td wfschema/json_docs52 td {schema-name}-schema.g.json53 td54 a ${} ittf ${}55 href ${wizziCoreGithubPath}/.wizzi/ittf/lib/artifacts/wfschema/json_docs/gen/main.js.ittf56 td57 a ${} javascript ${}58 href ${wizziCoreGithubPath}/dist/lib/artifacts/wfschema/json_docs/gen/main.js
/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/to-docs.html.ittf
1 a2 $params name3 $if name.toLowerCase() === 'mtree' || name.toLowerCase() === 'mtrees'4 a ${name}5 href ${wzCtx.Params.baseUrl}/docs/mtrees.html6 $elif name.toLowerCase() === 'ITTF Document' || name.toLowerCase() === 'ITTF Documents'7 a ${name}8 href ${wzCtx.Params.baseUrl}/docs/ittfdocuments.html9 $elif name === 'Template engine'10 a ${name}11 href ${wzCtx.Params.baseUrl}/docs/templateengine.html12 $elif name.toLowerCase() === 'jswizzi'13 a ${name}14 href ${wzCtx.Params.baseUrl}/docs/jswizzi.html15 $elif name.toLowerCase() === 'wizzi model' || name.toLowerCase() === 'wizzi models'16 a ${name}17 href ${wzCtx.Params.baseUrl}/docs/wizzimodels.html18 $elif name.toLowerCase() === 'wizzi schema' || name.toLowerCase() === 'wizzi schemas'19 a ${name}20 href ${wzCtx.Params.baseUrl}/docs/wizzischemas.html21 $elif name.toLowerCase() === 'wizzi model dom' || name.toLowerCase() === 'wizzi model doms'22 a ${name}23 href ${wzCtx.Params.baseUrl}/docs/wizzimodeldoms.html24 $elif name.toLowerCase() === 'model transformers'25 a ${name}26 href ${wzCtx.Params.baseUrl}/docs/modeltransformers.html27 $elif name.toLowerCase() === 'artifact generations'28 a ${name}29 href ${wzCtx.Params.baseUrl}/docs/artifacts.html30 $elif name.toLowerCase() === 'wizzi api' || name.toLowerCase() === 'wizzi.wizzifactory'31 a ${name}32 href ${wzCtx.Params.baseUrl}/docs/wizziapi.html33 $else34 h1 ERROR to-docs unknown ${name}
/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 ${} ${}