Skip to content

Commit

Permalink
Replace invalid file references (github#35706)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyan0045 authored Dec 18, 2024
1 parent 61c0b17 commit db42978
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions content/rest/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# 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/rest` directory is where the GitHub REST API docs live!

* The `/content/rest/about-the-rest-api`, `/content/rest/guides` and `/content/rest/using-the-rest-api` directories contain regular articles. These are human-editable.
* The remaining directories contain 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 `/src/rest/data` 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 [`/src/rest/README.md`](/src/rest/README.md).

Expand Down

0 comments on commit db42978

Please sign in to comment.