From 043038526dd0837591e580bddbf5569f1fbe54df Mon Sep 17 00:00:00 2001 From: gwen Date: Thu, 13 Nov 2025 16:22:23 +0100 Subject: [PATCH] add links tutorial --- docs/tutorial/preliminary.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/preliminary.rst b/docs/tutorial/preliminary.rst index ece62192c..03c185d74 100644 --- a/docs/tutorial/preliminary.rst +++ b/docs/tutorial/preliminary.rst @@ -19,7 +19,7 @@ Getting started :: git clone https://forge.cloud.silique.fr/stove/rougail-tutorials.git - git switch v1.1_000 + git checkout v1.1_000 Creating a structure file -------------------------- @@ -102,7 +102,7 @@ Rougail waits for the `proxy_mode` configuration option's value to be set. mandatory - A variable is mandatory when a value is required, that is, `None` is not a possible value. + A variable is mandatory when a value is required, that is, `None` **is not** a possible value. It **must** have a defined value. .. seealso:: To go further, have a look at the :tiramisu:`mandatory option ` according to the definition of Tiramisu. @@ -218,7 +218,7 @@ it's up to the operator to do the job in the `config.yaml` file: :tutorial:`Download this file from the rougail-tutorials git repository ` -With the rougail CLI the operator has to add the `-u file -ff config/config.yaml` options: +With the rougail CLI the operator has to add the `-u yaml -ff config/config.yaml` options: .. code-block:: text :class: terminal @@ -271,6 +271,8 @@ In our firefox use case, the real type of the `proxy_mode` variable will be now - Automatic proxy configuration URL default: No proxy +:tutorial:`Download this file from the rougail-tutorials git repository ` + - Let's run the Rougail CLI .. code-block:: text