Commit graph

59 commits

Author SHA1 Message Date
123ea4091d [tutorial v1.1_094] Help 2026-02-17 12:49:16 +01:00
416ed6348b [tutorial v1.1_094] Help (config and doc) 2026-02-17 12:49:16 +01:00
ca96b1a3fc [tutorial v1.1_093] Examples 2026-02-17 12:49:15 +01:00
3ab3628485 [tutorial v1.1_093] Examples (config and doc) 2026-02-17 12:49:15 +01:00
bb5c33344c [tutorial v1.1_092] A non mandatory variable 2026-02-17 12:49:13 +01:00
a4fed58c36 [tutorial v1.1_092] A non mandatory variable (config and doc) 2026-02-17 12:49:13 +01:00
41138f005f [tutorial v1.1_091] A variable with multiple value 2026-02-17 12:49:12 +01:00
ecb844b1d3 [tutorial v1.1_091] A variable with multiple value (config and doc) 2026-02-17 12:49:12 +01:00
c1cef0a95e [tutorial v1.1_090] A conditional disabled variable with type domainname and parameters 2026-02-17 12:49:11 +01:00
aef49a9ed8 [tutorial v1.1_090] A conditional disabled variable with type domainname and parameters (config and doc) 2026-02-17 12:49:10 +01:00
a5ecf281b4 [tutorial v1.1_080] A conditional disabled variable with type web_address 2026-02-17 12:49:09 +01:00
4c8a50c9bc [tutorial v1.1_080] A conditional disabled variable with type web_address (config and doc) 2026-02-17 12:49:09 +01:00
a63b8cf28d [tutorial v1.1_072] Jinja with a parameter 2026-02-17 12:49:08 +01:00
ed7a575ec6 [tutorial v1.1_072] Jinja with a parameter (config and doc) 2026-02-17 12:49:08 +01:00
d4f459e003 [tutorial v1.1_071] Jinja with a description 2026-02-17 12:49:06 +01:00
9f7b64dcf0 [tutorial v1.1_071] Jinja with a description (config and doc) 2026-02-17 12:49:06 +01:00
378a6d6642 [tutorial v1.1_070] A conditional hidden family with Jinja 2026-02-17 12:49:05 +01:00
bca5d818e1 [tutorial v1.1_070] A conditional hidden family with Jinja (config and doc) 2026-02-17 12:49:05 +01:00
bb393bed47 [tutorial v1.1_061] A conditional disabled variable with dynamic identifier 2026-02-17 12:49:03 +01:00
0d09939b49 [tutorial v1.1_061] A conditional disabled variable with dynamic identifier (config and doc) 2026-02-17 12:49:03 +01:00
addd6ad765 [tutorial v1.1_060] A dynamically built family 2026-02-17 12:49:02 +01:00
f2215c36d9 [tutorial v1.1_060] A dynamically built family (config and doc) 2026-02-17 12:49:02 +01:00
361b4865bb [tutorial v1.1_053] A conditional hidden family 2026-02-17 12:49:00 +01:00
f68cc77ceb [tutorial v1.1_053] A conditional hidden family (config and doc) 2026-02-17 12:49:00 +01:00
56b0eb84ca [tutorial v1.1_052] A hidden family 2026-02-17 12:48:59 +01:00
9c6fabb392 [tutorial v1.1_052] A hidden family (config and doc) 2026-02-17 12:48:59 +01:00
546215fe47 [tutorial v1.1_051] A conditional disabled family 2026-02-17 12:48:57 +01:00
869367379b [tutorial v1.1_051] A conditional disabled family (config and doc) 2026-02-17 12:48:57 +01:00
1a757d36fc [tutorial v1.1_050] A disabled family 2026-02-17 12:48:56 +01:00
f8c3036db5 [tutorial v1.1_050] A disabled family (config and doc) 2026-02-17 12:48:56 +01:00
75effcf56e [tutorial v1.1_041] A default value calculated from another variable 2026-02-17 12:48:54 +01:00
0f65a50870 [tutorial v1.1_041] A default value calculated from another variable (config and doc) 2026-02-17 12:48:54 +01:00
7b6ed90ceb [tutorial v1.1_040] HTTPS family 2026-02-17 12:48:53 +01:00
a186995601 [tutorial v1.1_040] HTTPS family (config and doc) 2026-02-17 12:48:53 +01:00
c9a1489380 [tutorial v1.1_033] A variable with type "boolean" 2026-02-17 12:48:51 +01:00
28ead1d86d [tutorial v1.1_033] A variable with type "boolean" (config and doc) 2026-02-17 12:48:51 +01:00
f57ff878f1 [tutorial v1.1_032] A variable with type "port" 2026-02-17 12:48:50 +01:00
9437e1a5f5 [tutorial v1.1_032] A variable with type "port" (config and doc) 2026-02-17 12:48:50 +01:00
3538ec5512 [tutorial v1.1_031] A variable with type's parameters 2026-02-17 12:48:48 +01:00
6850eaf2d1 [tutorial v1.1_031] A variable with type's parameters (config and doc) 2026-02-17 12:48:48 +01:00
399c14def9 [tutorial v1.1_030] A variable with type "domainname" 2026-02-17 12:48:47 +01:00
53202103ff [tutorial v1.1_030] A variable with type "domainname" (config and doc) 2026-02-17 12:48:47 +01:00
88007c9ca2 [tutorial v1.1_022] Putting a variable inside of a family or a sub family 2026-02-17 12:48:45 +01:00
82dbfecbe4 [tutorial v1.1_022] Putting a variable inside of a family or a sub family (config and doc) 2026-02-17 12:48:45 +01:00
dce347da8f [tutorial v1.1_021] Or a sub family
Inside a family, we can have variables or families.

The "type" for family "manual" became unecessary because container an other family, so it's not a variable.
The description can now be has family comment.

In disabled attribute, it's better tu use relative path (we will see the reason in an other slide).
2026-02-17 12:48:44 +01:00
c554af9caf [tutorial v1.1_021] Or a sub family (config and doc) 2026-02-17 12:48:44 +01:00
03309fcd6c [tutorial v1.1_020] Creating a new family 2026-02-17 12:48:42 +01:00
099f045a59 [tutorial v1.1_020] Creating a new family (config and doc) 2026-02-17 12:48:42 +01:00
c905e6ccc0 [tutorial v1.1_010] A variable with a list of possible values 2026-02-17 12:48:41 +01:00
2535d441f6 [tutorial v1.1_010] A variable with a list of possible values (config and doc) 2026-02-17 12:48:41 +01:00