Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/glossaries/README.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions data/tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion patches/mdast-util-from-markdown+2.0.3.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Loading