From 5dd5bb85dd5a0ad5509bd16c1c19e6ebca576b8c Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 12 Mar 2026 08:10:21 +0100 Subject: [PATCH] [tutorial v1.1_021] Or a sub family (config and doc) --- README.md | 26 ++++++++++++++------------ tree.html | 8 ++++---- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 80164e63..79bbc880 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_010] A variable with a list of possible values](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_010/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_020~1..v1.1_020)) +- [[tutorial v1.1_020] Creating a new family](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_020/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_021~1..v1.1_021)) -# [tutorial v1.1_020] Creating a new family +# [tutorial v1.1_021] Or a sub family -[Read the tutorial "Creating a new family" in the documentation](https://pedago.gwenaelremond.fr/bribes/rougail/tutorial/family.html#creating-a-new-family) +[Read the tutorial "Or a sub family" in the documentation](https://pedago.gwenaelremond.fr/bribes/rougail/tutorial/family.html#or-a-sub-family) ## Screenshot @@ -29,7 +29,7 @@ pip install rougail-cli rougail-output-exporter rougail-output-doc rougail-user- Then switch to the tutorial page: ```shell -git switch --detach v1.1_020 +git switch --detach v1.1_021 ``` ## Structure @@ -37,10 +37,10 @@ git switch --detach v1.1_020

-.
- └── firefox
-     ├── 00-proxy.yml
-     └── 10-manual.yml
+.
+ └── firefox
+     ├── 00-proxy.yml
+     └── 10-manual.yml


Contents of the firefox/10-manual.yml file @@ -50,9 +50,11 @@ Contents of the firefox/10-manual.yml file --- version: 1.1 -manual: - description: Manual proxy configuration - type: family +manual: # Manual proxy configuration + + http_proxy: + description: HTTP Proxy + type: family ... ``` @@ -71,4 +73,4 @@ rougail -m firefox/ -o doc *** -- [[tutorial v1.1_021] Or a sub family](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_021/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_021~1..v1.1_021)) +- [[tutorial v1.1_022] Putting a variable inside of a family or a sub family](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_022/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_022~1..v1.1_022)) diff --git a/tree.html b/tree.html index ca36bb9d..0afc2d34 100644 --- a/tree.html +++ b/tree.html @@ -1,6 +1,6 @@

-.
- └── firefox
-     ├── 00-proxy.yml
-     └── 10-manual.yml
+.
+ └── firefox
+     ├── 00-proxy.yml
+     └── 10-manual.yml


\ No newline at end of file