Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
14 lines
785 B
Markdown
14 lines
785 B
Markdown
# GraphQL scripts
|
|
|
|
A [scheduled workflow](../.github/workflows/update-graphql-files.yml) runs the following
|
|
scripts on an hourly basis:
|
|
```
|
|
script/graphql/update-files.js
|
|
script/graphql/build-changelog-from-markdown.js
|
|
```
|
|
These scripts update the [static JSON files](../../lib/graphql/static) used to
|
|
render GraphQL docs. See the [`lib/graphql/README`](../../lib/graphql/README.md)
|
|
for more info.
|
|
|
|
**Note**: The changelog script pulls content from [the internal-developer repo](https://github.com/github/internal-developer.github.com/tree/master/content/v4/changelog). It relies on [graphql-docs automation](https://github.com/github/graphql-docs/blob/master/lib/graphql_docs/update_internal_developer/change_log.rb) running daily to update the changelog files in internal-developer.
|