From 0af343bc1217bec163c0dc4b6cee549cacbed435 Mon Sep 17 00:00:00 2001 From: Mohamed Qamar Eddine Bakhouche Date: Tue, 18 Aug 2026 17:13:52 +0200 Subject: [PATCH 1/4] Update README.md --- data/tables/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tables/README.md b/data/tables/README.md index b6c0e00efa9d..25ed026ea545 100644 --- a/data/tables/README.md +++ b/data/tables/README.md @@ -82,7 +82,7 @@ See src/data-directory/lib/data-schemas/tables/supported-code-languages.ts for a ## Testing and validation -After creating all three files: +After creating all three files : 1. **Build the site**: Run `npm run build` 2. **Test schemas**: Run `npm test -- src/data-directory/tests` From a1fa8fef54b48d7932ab7a1995c0fd08c47f966b Mon Sep 17 00:00:00 2001 From: Mohamed Qamar Eddine Bakhouche Date: Tue, 18 Aug 2026 17:14:34 +0200 Subject: [PATCH 2/4] Fix typo in README about .yml file maintenance Corrected a typo in the README regarding manual maintenance of .yml files. --- data/tables/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tables/README.md b/data/tables/README.md index 25ed026ea545..a9dcfc163fdc 100644 --- a/data/tables/README.md +++ b/data/tables/README.md @@ -9,7 +9,7 @@ GitHub Docs uses YAML files to manage some complex reference tables instead of h - **Accurate information**: Reduces errors and outdated content - **Self-service process**: Minimal engineering support needed -> **Important**: The `.yml` files in this directory are maintained **manually**. Tables that need automatic updates from external sources require engineering work. +> **Important**: The `.yml` files in this directory are maintained **manually**. Tables that need automatic updates from external sources require engineering workv . ## Table of contents From 28602e68ec51d2e9107e8df8a839549cf011b8d5 Mon Sep 17 00:00:00 2001 From: Mohamed Qamar Eddine Bakhouche Date: Tue, 18 Aug 2026 17:15:49 +0200 Subject: [PATCH 3/4] Update README to include Liquid conditionals note Added a note about the external.yml file supporting Liquid conditionals. --- data/glossaries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data/glossaries/README.md b/data/glossaries/README.md index d459aa9ea961..eba10cd849d8 100644 --- a/data/glossaries/README.md +++ b/data/glossaries/README.md @@ -1,5 +1,6 @@ # Glossaries + * `external.yml` contains customer-facing glossary entries. * Strings within `external.yml` support Liquid conditionals. See [contributing/liquid-helpers.md](/contributing/liquid-helpers.md). * `candidates.yml` contains terms that should potentially be in the external glossary but haven't been defined yet. From 646cf872eb47d07f826513f33b1a824527da6b35 Mon Sep 17 00:00:00 2001 From: Mohamed Qamar Eddine Bakhouche Date: Tue, 18 Aug 2026 17:17:29 +0200 Subject: [PATCH 4/4] Fix formatting issues in mdast-util-from-markdown patch --- patches/mdast-util-from-markdown+2.0.3.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/mdast-util-from-markdown+2.0.3.patch b/patches/mdast-util-from-markdown+2.0.3.patch index c7eabf399357..113f35894b77 100644 --- a/patches/mdast-util-from-markdown+2.0.3.patch +++ b/patches/mdast-util-from-markdown+2.0.3.patch @@ -9,7 +9,7 @@ index 90e17be..794871f 100644 + const insertPositions = []; + const insertEvents = []; while (++index <= length) { - const event = events[index]; + const event = events[index]; switch (event[1].type) { @@ -331,7 +333,7 @@ function compiler(options) { if (listItem) {