[tutorial v1.1_000)] An empty structured file with format version (config and doc)
This commit is contained in:
parent
cfe10c8ea0
commit
751c8be7f1
3 changed files with 48 additions and 0 deletions
42
README.md
42
README.md
|
|
@ -1,3 +1,10 @@
|
||||||
|
- [Summary](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/branch/1.1/README.md)
|
||||||
|
|
||||||
|
# [tutorial v1.1_000)] An empty 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
|
## Screenshot
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -7,3 +14,38 @@
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
|
|
||||||
|
### firefox/00-proxy.yml
|
||||||
|
|
||||||
|
|
||||||
|
```yml
|
||||||
|
%YAML 1.2
|
||||||
|
---
|
||||||
|
version: 1.1
|
||||||
|
...
|
||||||
|
|
||||||
|
```
|
||||||
|
## User datas
|
||||||
|
|
||||||
|
### Example 1
|
||||||
|
|
||||||
|
#### config/01/config.yaml
|
||||||
|
|
||||||
|
|
||||||
|
```yml
|
||||||
|
---
|
||||||
|
|
||||||
|
```
|
||||||
|
#### Output
|
||||||
|
|
||||||
|
```console
|
||||||
|
foo@bar:~$ git switch --detach v1.1_000
|
||||||
|
foo@bar:~$ rougail -m firefox/ -u yaml -ff config/01/config.yaml
|
||||||
|
```
|
||||||
|
<pre>╭─ Caption ─╮
|
||||||
|
│ │
|
||||||
|
╰───────────╯
|
||||||
|
Variables:
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
- [[tutorial v1.1_010] A first variable with only a name](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_010/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_010~1..v1.1_010))
|
||||||
|
|
|
||||||
1
config/01/config.yaml
Normal file
1
config/01/config.yaml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
---
|
||||||
5
config/01/output_ro.html
Normal file
5
config/01/output_ro.html
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
<pre>╭─ Caption ─╮
|
||||||
|
│ │
|
||||||
|
╰───────────╯
|
||||||
|
Variables:
|
||||||
|
</pre>
|
||||||
Loading…
Reference in a new issue