docs/data
Tim Rogers 79877377e4
Update "Copilot Chat in GitHub.com" documentation with new support for summarizing and asking questions about a specific issue (#50277)
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
2024-04-30 16:05:35 +00:00
..
features Delete orphaned features (2024-04-29-16-26) (#50372) 2024-04-30 15:45:30 +00:00
glossaries fix yaml data linting errors (#49571) 2024-03-08 19:02:59 +00:00
learning-tracks Remove GHES 3.8 data and markup (#49930) 2024-04-01 16:52:59 +00:00
product-examples Migrate middleware directory to src (#45701) 2023-11-06 20:05:48 +00:00
release-notes Document Actions Runner version for each GHES release (#50316) 2024-04-30 11:16:49 +00:00
reusables Update "Copilot Chat in GitHub.com" documentation with new support for summarizing and asking questions about a specific issue (#50277) 2024-04-30 16:05:35 +00:00
variables Document Actions Runner version for each GHES release (#50316) 2024-04-30 11:16:49 +00:00
README.md Remove unused CrowdIn workflows and scripts (#30234) 2022-09-12 17:59:28 +00:00
allowed-topics.js Documentation for "Actions: Private networking with Azure VNET - [GA]" (#49834) 2024-04-02 16:25:15 +00:00
code-languages.yml Consolidate data schema validation tests (#47729) 2023-12-13 21:14:42 +00:00
secret-scanning.yml Adds new pattern, gcp service account creds, for secret scanning, adds validity checks for slack webhooks (#50112) 2024-04-12 01:23:03 +00:00
ui.yml Permissions redesign (#48873) 2024-02-20 22:36:36 +00:00

README.md

Data

This directory contains data files that are parsed and made available to pages in the site.data object.

All YML and Markdown files in this directory are configured to be translated by default.

Features

Feature files are used for feature-based versioning. See features/README.md.

Glossaries

We provide a customer-facing glossary on the site. Other glossary files are used by our translation pipeline. See glossaries/README.md.

GraphQL

GraphQL schema files are kept in sync with github/github via scheduled workflows. See graphql/README.md.

Reusables

Reusables are long strings of reusable text. See reusables/README.md.

Variables

Variables are short strings of reusable text. See variables/README.md.

Webhooks

Webhook payload JSON files are used in the webhook events docs.

ui.yml

ui.yml contains localized strings used in layouts.

Learning Tracks

Learning tracks are a collection of articles that help you master a particular subject. See learning-tracks/README.md.

Versioning

Many YAML files in this directory's subdirectories, like features, glossaries, variables, and learning tracks, as well as Markdown files within the reusables directory, can include YAML versioning or Liquid versioning within Markdown strings. See the README.md files in the subdirectories for details.