docs/content/rest
Sarah Edwards 7f87af1129
Environments API (#17898)
Co-authored-by: Alberto Gimeno <gimenete@users.noreply.github.com>
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2021-02-23 11:35:38 -08:00
..
guides fix: update broken link 2021-02-07 14:10:42 -07:00
overview Merge branch 'main' into capital-h 2021-02-08 15:21:49 +01:00
reference Environments API (#17898) 2021-02-23 11:35:38 -08:00
README.md Add READMEs for API content directories (#1895) 2020-12-10 13:31:10 +10:00
index.md GitHub AE (GHAE) (#16090) 2020-11-02 15:12:44 -06:00

README.md

REST

The /content/rest directory is where the GitHub REST API docs live!

  • The /content/rest/guides and /content/rest/overview directories contain regular articles. These are human-editable.

  • The /content/rest/reference directory contains an article for each group of endpoints in the GitHub REST API. Most of the content in this directory is rendered using include tags.

    The content rendered by include tags is sourced from the /lib/rest/static directory, which is automatically generated from the API source code internally in GitHub, and should not be edited by a human. For more information, see the /lib/rest/README.md.

    As a result, we cannot accept contributions to REST API reference content in this repository.