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. diff --git a/data/tables/README.md b/data/tables/README.md index b6c0e00efa9d..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 @@ -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` 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) {