From 3aa036398c790421c1a5234830e1c3fa4c31722c Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 2 Nov 2024 14:58:10 +0100 Subject: [PATCH] [tutorial 000] A structured file with format version (config and doc) --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 1dfa6c0..8ff71c1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +- [Summary](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/branch/1.1/README.md) + +# [tutorial 000] A structured file with format version + +[View the diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_000~1..v1.1_000) + + ## Screenshot @@ -7,3 +14,14 @@ ## Structure +### firefox/00-proxy.yml + + +```yml +--- +version: 1.1 + +``` + + +- [[tutorial 001] The format version in commandline](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))