Project Docs Github
Log in
ittf site docs concepts t overview virtualstoresystem.html.ittf Edit
  • /ittf/site/docs/concepts/t/overview/virtualstoresystem.html.ittf
  • /ittf/site/docs/concepts/t/section.html.ittf
  • /ittf/site/docs/t/high-code.html.ittf
  • /ittf/site/docs/t/to-wizzi-package.html.ittf

/ittf/site/docs/concepts/t/overview/virtualstoresystem.html.ittf (primary)

edit
                                            
1 $group
2 $
3 var sect = {
4 title: 'Virtual Store System'
5 };
6 section( §)
7 p
8 + The store system of Wizzi is virtualized.
9 \b When instantiating a
10 high-code( WizziFactory )
11 + instance you can select the Store Kind.
12 \b Virtual Store Systems are implemented by the
13 to-wizzi-package( wizzi-repo )
14 + core package. Available store kinds are:
15 high-code( filesystem )
16 + (default),
17 high-code( mongodb )
18 + and
19 high-code( json )
20 + .

/ittf/site/docs/concepts/t/section.html.ittf

edit
                                            
1 $group
2 $params §
3 article
4 . doc-title
5 id ${sect.id}
6 + ${sect.title}
7 . doc-summary
8 $hook

/ittf/site/docs/t/high-code.html.ittf

edit
                                            
1 $group
2 $params text, kind|@@null
3 $if kind != 'nospace'
4 span ${} ${}
5 code
6 class highlight-code
7 + ${text}
8 $if kind != 'nospace'
9 span ${} ${}

/ittf/site/docs/t/to-wizzi-package.html.ittf

edit
                                            
1 $group
2 $params name, kind|@@null
3 $
4 var xname = kind != 'nospace' ? ' ' + name + ' ' : name
5 a ${xname}
6 href https://github.com/stfnbssl/wizzi/tree/main/packages/${name}
7 target _blank
Save
Save & Refresh
Cancel