add links tutorial
This commit is contained in:
parent
20b90f7c70
commit
043038526d
1 changed files with 5 additions and 3 deletions
|
|
@ -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 <glossary.html#term-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 <src/tag/v1.1_001/config/02/config.yaml>`
|
||||
|
||||
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 <src/tag/v1.1_004/firefox/00-proxy.yml>`
|
||||
|
||||
- Let's run the Rougail CLI
|
||||
|
||||
.. code-block:: text
|
||||
|
|
|
|||
Loading…
Reference in a new issue