/ittf/site/docs/concepts/t/overview/virtualstoresystem.html.ittf (primary)
1 $group2 $3 var sect = {4 title: 'Virtual Store System'5 };6 section( §)7 p8 + The store system of Wizzi is virtualized.9 \b When instantiating a10 high-code( WizziFactory )11 + instance you can select the Store Kind.12 \b Virtual Store Systems are implemented by the13 to-wizzi-package( wizzi-repo )14 + core package. Available store kinds are:15 high-code( filesystem )16 + (default),17 high-code( mongodb )18 + and19 high-code( json )20 + .
/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-wizzi-package.html.ittf
1 $group2 $params name, kind|@@null3 $4 var xname = kind != 'nospace' ? ' ' + name + ' ' : name5 a ${xname}6 href https://github.com/stfnbssl/wizzi/tree/main/packages/${name}7 target _blank