docs(fix-404-extinclude-urls): fix urls depending on the new tag structure

This commit is contained in:
gwen 2026-05-13 15:33:32 +02:00
parent 250f63d8e1
commit 15bda31c7c
2 changed files with 13 additions and 4 deletions

View file

@ -6,7 +6,7 @@ The variables
Here is a :term:`structure file` example with only a variable **variable** named `proxy_mode` Here is a :term:`structure file` example with only a variable **variable** named `proxy_mode`
A variable can be defined without other informations. A variable can be defined without other informations.
.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_010/firefox/00-proxy.yml .. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_001/firefox/00-proxy.yml
:language: yaml :language: yaml
:caption: A Rougail structure file with a variable named `proxy_mode`, with a description. :caption: A Rougail structure file with a variable named `proxy_mode`, with a description.
:name: RougailStructureFirstVariable :name: RougailStructureFirstVariable
@ -21,7 +21,7 @@ A variable can be defined without other informations.
But it's better to describe this variable: But it's better to describe this variable:
.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_011/firefox/00-proxy.yml .. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_001/firefox/00-proxy.yml
:language: yaml :language: yaml
:caption: A Rougail structure file with a variable named `proxy_mode`, with a description. :caption: A Rougail structure file with a variable named `proxy_mode`, with a description.
:name: RougailStructureFirstVariableWithDescription :name: RougailStructureFirstVariableWithDescription
@ -37,7 +37,7 @@ But it's better to describe this variable:
The same with a default value: The same with a default value:
.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_012/firefox/00-proxy.yml .. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_003/firefox/00-proxy.yml
:language: yaml :language: yaml
:caption: A Rougail structure file with a variable named `proxy_mode`, with a default value. :caption: A Rougail structure file with a variable named `proxy_mode`, with a default value.
:name: RougailStructureFirstVariableDefault :name: RougailStructureFirstVariableDefault

View file

@ -33,7 +33,16 @@ the :file:`10-manual.yml` and the :file:`20-manual.yml` structure file:
.. raw:: html .. raw:: html
:class: output :class: output
:url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_042/tree.html :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_040/tree.html
..
<p>
<a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_040/./">.</a><br/>
└── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_040/./firefox/">firefox</a><br/>
├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_040/./firefox/00-proxy.yml">00-proxy.yml</a><br/>
├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_040/./firefox/10-manual.yml">10-manual.yml</a><br/>
└── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_040/./firefox/20-manual.yml">20-manual.yml</a><br/>
<br/><br/></p>
We will continue to complete the :file:`20-manual.yml` structure file, We will continue to complete the :file:`20-manual.yml` structure file,
with variables entirely equivalent to those found in the `http_proxy` family from the :file:`10-manual.yml` structure file. with variables entirely equivalent to those found in the `http_proxy` family from the :file:`10-manual.yml` structure file.