Skip to content

Commit

Permalink
Update data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
plehegar authored Oct 25, 2024
1 parent dafa7d5 commit 7ddaa81
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

GitHub provides a [REST API](https://docs.github.com/en/rest) and a [GraphQL API](https://docs.github.com/en/graphql). It contains list of repositories and issues. [w3c/github-cache](https://github.com/w3c/github-cache) does provide a cache for some information, exposed through [labs.w3.org](https://labs.w3.org/).

[common-labels.json](https://w3c.github.io/common-labels.json) contains the list of horizontal repositories, used for review requests and horizontal issues tracking.

@@WPT

@@ASH-NAZG

# Curated sources

Curated sources provide data that has been curated automatically (such as dropping invalid JSON files) and manually (such as patching raw data or complementing raw data).
Expand All @@ -15,5 +21,3 @@ Curated sources provide data that has been curated automatically (such as droppi
[browser-specs](https://github.com/w3c/browser-specs/) contains [index.json](https://w3c.github.io/browser-specs/index.json), to associate the URL of a specification, with its groups (W3C, WHATWG, IETF, etc.), shortname, github repository, etc.

[webref](https://w3c.github.io/webref/) contains [index.json](https://w3c.github.io/webref/ed/index.json) and [idlnames](https://w3c.github.io/webref/ed/idlnames.json), to associate a specification with its IDL definitions.

[common-labels.json](https://w3c.github.io/common-labels.json) contains the list of horizontal repositories, used for review requests and horizontal issues tracking.

0 comments on commit 7ddaa81

Please sign in to comment.