https domainname

This commit is contained in:
gwen 2026-01-09 11:27:00 +01:00
parent 7faf7c4310
commit 3823642352
2 changed files with 4 additions and 2 deletions

View file

@ -36,8 +36,8 @@ the :file:`10-manual.yml` and the :file:`20-manual.yml` structure file:
:class: output
:url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_042/tree.html
Here is the new :file:`20-manual.yml` file, which looks like the :file:`10-manual.yml` file
except that it is dedicated to the HTTPS protocol:
As a reminder, here is the :file:`20-manual.yml` structure file, which looks like the :file:`10-manual.yml` file
except that it is dedicated to the HTTPS protocol :ref:`and a boolean variable that we saw earlier <boolean_variable>`:
.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/commit/v1.1_040/firefox/20-manual.yml
:linenos:

View file

@ -374,6 +374,8 @@ And we have this output:
We observe that, as with the `domainname` type, a number of validations are performed
to ensure that the value assigned to this variable conforms to the `port` type.
.. _boolean_variable:
A variable with type `boolean`
-----------------------------------