diff --git a/README.md b/README.md
index 60bbbf4..75e921b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,12 @@
+- [Summary](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/branch/1.1/README.md)
+
+# [tutorial v1.1_000] Creating a structure file
+
+[View the diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_000~1..v1.1_000)
+
+[Read the documentation](https://pedago.gwenaelremond.fr/bribes/rougail/tutorial/preliminary.html#creating-a-structure-file)
+
+
## Screenshot
@@ -21,5 +30,49 @@ pip install rougail-cli rougail-output-exporter rougail-output-doc rougail-user-
Then switch to the tutorial page:
```shell
-git switch --detach 1.1
+git switch --detach v1.1_000
```
+
+## Structure
+
+
+
+
+.
+ └── firefox
+ └── 00-proxy.yml
+
+
+Contents of the firefox/00-proxy.yml file
+
+```yml
+%YAML 1.2
+---
+version: 1.1
+...
+
+```
+
+***
+## User datas
+
+### Example 1
+
+#### config/01/config.yml
+
+
+```yml
+---
+```
+
+***
+#### Output
+
+```shell
+rougail -m firefox/ -u yaml -yf config/01/config.yml
+```
+
+***
+
+
+- [[tutorial v1.1_001] Let’s add our first variable](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_001/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_001~1..v1.1_001))
diff --git a/config/01/cmd_ro.txt b/config/01/cmd_ro.txt
new file mode 100644
index 0000000..d46f944
--- /dev/null
+++ b/config/01/cmd_ro.txt
@@ -0,0 +1 @@
+rougail -m firefox/ -u yaml -yf config/01/config.yml
\ No newline at end of file
diff --git a/config/01/config.yml b/config/01/config.yml
new file mode 100644
index 0000000..ed97d53
--- /dev/null
+++ b/config/01/config.yml
@@ -0,0 +1 @@
+---
diff --git a/config/01/output_ro.html b/config/01/output_ro.html
new file mode 100644
index 0000000..24ce020
--- /dev/null
+++ b/config/01/output_ro.html
@@ -0,0 +1 @@
+
diff --git a/tree.html b/tree.html
new file mode 100644
index 0000000..81f6c21
--- /dev/null
+++ b/tree.html
@@ -0,0 +1,5 @@
+
+.
+ └── firefox
+ └── 00-proxy.yml
+
\ No newline at end of file