mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added yaml tl;dr and yamllint notes to the kb
This commit is contained in:
@@ -1,7 +1,28 @@
|
||||
# YAML
|
||||
|
||||
## TL;DR
|
||||
|
||||
```yaml
|
||||
---
|
||||
# This is a comment
|
||||
string: this is a string
|
||||
number: 0
|
||||
truthy: true
|
||||
list:
|
||||
- element
|
||||
- element
|
||||
object:
|
||||
key: value
|
||||
nested:
|
||||
can: do
|
||||
lists:
|
||||
- too
|
||||
```
|
||||
|
||||
## Further readings
|
||||
|
||||
- [yaml-multiline.info]
|
||||
- [yamllint]
|
||||
|
||||
[yaml-multiline.info]: https://yaml-multiline.info
|
||||
[yamllint]: yamllint.md
|
||||
|
||||
Reference in New Issue
Block a user