From e39c8682a2f54ec106a4badf66be4203dd8ffaea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sat, 14 Oct 2023 03:11:51 +0200 Subject: [PATCH 1/2] Formatting and spelling --- topics/yaml/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/yaml/index.md b/topics/yaml/index.md index 00b7bbfcbab..355f9ba44d0 100644 --- a/topics/yaml/index.md +++ b/topics/yaml/index.md @@ -4,9 +4,9 @@ display_name: YAML github_url: https://github.com/yaml/ logo: yaml.png released: May 11, 2001 -short_description: YAML is a human friendly data serialization standard. +short_description: YAML is a human-friendly data serialization standard. topic: yaml url: https://yaml.org/ wikipedia_url: https://en.wikipedia.org/wiki/YAML --- -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. +**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. From 289984efe9f62bdae53b6c8621b0190863640115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sat, 14 Oct 2023 03:20:25 +0200 Subject: [PATCH 2/2] Add related and created_by to topic "YAML" --- topics/yaml/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/yaml/index.md b/topics/yaml/index.md index 355f9ba44d0..4045e8bb413 100644 --- a/topics/yaml/index.md +++ b/topics/yaml/index.md @@ -1,6 +1,7 @@ --- aliases: yml display_name: YAML +created_by: Clark Evans, Ingy döt Net, Oren Ben-Kiki github_url: https://github.com/yaml/ logo: yaml.png released: May 11, 2001 @@ -8,5 +9,6 @@ short_description: YAML is a human-friendly data serialization standard. topic: yaml url: https://yaml.org/ wikipedia_url: https://en.wikipedia.org/wiki/YAML +related: xml, json, jsonc, json5, sax, data-serialization, yet-another, toml, ini --- **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.