diff --git a/README.md b/README.md index f24db714..cbe0a3b3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ - [Summary](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/branch/1.1/README.md) -- [[tutorial v1.1_001] Let’s add our first variable](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_001/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_002~1..v1.1_002)) +- [[tutorial v1.1_002] Describe the variable](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_002/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_003~1..v1.1_003)) -# [tutorial v1.1_002] Describe the variable +# [tutorial v1.1_003] Set a default value -[Read the tutorial "Describe the variable" in the documentation](https://pedago.gwenaelremond.fr/bribes/rougail/tutorial/preliminary.html#describe-the-variable) +[Read the tutorial "Set a default value" in the documentation](https://pedago.gwenaelremond.fr/bribes/rougail/tutorial/preliminary.html#set-a-default-value) ## Screenshot @@ -25,15 +25,15 @@ pip install rougail-cli rougail-output-exporter rougail-output-doc rougail-user- Then switch to the tutorial page: ```shell -git switch --detach v1.1_002 +git switch --detach v1.1_003 ``` ## Structure
-.
- └── firefox
- └── 00-proxy.yml
+.
+ └── firefox
+ └── 00-proxy.yml
🛑 Caution -┗━━ proxy_mode (Configure Proxy Access to the Internet): 🛑 mandatory variable - but has no value +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📓 proxy_mode (Configure Proxy Access to the Internet): No proxydiff --git a/config/01/output_rw.html b/config/01/output_rw.html deleted file mode 100644 index 2495b81f..00000000 --- a/config/01/output_rw.html +++ /dev/null @@ -1,6 +0,0 @@ -╭─────── Caption ────────╮ -│ Variable Default value │ -╰────────────────────────╯ -Variables: -┗━━ 📓 proxy_mode (Configure Proxy Access to the Internet): null -diff --git a/config/02/output_ro.html b/config/02/output_ro.html index 74819b24..c8ed2315 100644 --- a/config/02/output_ro.html +++ b/config/02/output_ro.html @@ -1,7 +1,8 @@ -╭──────── Caption ────────╮ -│ Variable Modified value │ -╰─────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ (⏳ Original default value) │ +╰──────────────────────────────────────╯ Variables: ┗━━ 📓 proxy_mode (Configure Proxy Access to the Internet): No proxy ◀ loaded - from the YAML file "config/02/config.yml" + from the YAML file "config/02/config.yml" (⏳ No proxy)diff --git a/config/03/output_ro.html b/config/03/output_ro.html index 51687266..5d88bf40 100644 --- a/config/03/output_ro.html +++ b/config/03/output_ro.html @@ -1,7 +1,8 @@ -╭──────── Caption ────────╮ -│ Variable Modified value │ -╰─────────────────────────╯ +╭────────────── Caption ───────────────╮ +│ Variable Modified value │ +│ (⏳ Original default value) │ +╰──────────────────────────────────────╯ Variables: ┗━━ 📓 proxy_mode (Configure Proxy Access to the Internet): foo ◀ loaded from - the YAML file "config/03/config.yml" + the YAML file "config/03/config.yml" (⏳ No proxy)diff --git a/tree.html b/tree.html index 631fdc67..0fcfeacd 100644 --- a/tree.html +++ b/tree.html @@ -1,5 +1,5 @@-.
\ No newline at end of file
- └── firefox
- └── 00-proxy.yml
+.
+ └── firefox
+ └── 00-proxy.yml