Skip to content

Commit 43bb95a

Browse files
authored
Merge pull request #3988 from shaedrich/yaml
Add related and created_by to topic "YAML"
2 parents d665eab + 289984e commit 43bb95a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

topics/yaml/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
aliases: yml
33
display_name: YAML
4+
created_by: Clark Evans, Ingy döt Net, Oren Ben-Kiki
45
github_url: https://github.com/yaml/
56
logo: yaml.png
67
released: May 11, 2001
7-
short_description: YAML is a human friendly data serialization standard.
8+
short_description: YAML is a human-friendly data serialization standard.
89
topic: yaml
910
url: https://yaml.org/
1011
wikipedia_url: https://en.wikipedia.org/wiki/YAML
12+
related: xml, json, jsonc, json5, sax, data-serialization, yet-another, toml, ini
1113
---
12-
YAML is a human friendly data serialization standard for all programming languages. YAML is a recursive acronym which stands for "YAML Ain't Markup Language". It is commonly used for configurations.
14+
**YAML** is a human-friendly data serialization standard for all programming languages. YAML is a recursive acronym which stands for "YAML Ain't Markup Language". It is commonly used for configurations.

0 commit comments

Comments
 (0)