Skip to content

Commit 3c4b3f7

Browse files
authored
Merge pull request #36025 from github/repo-sync
Repo sync
2 parents e0e65e2 + ea44900 commit 3c4b3f7

File tree

61 files changed

+95
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+95
-181
lines changed
-22.4 KB
Binary file not shown.
-63.6 KB
Binary file not shown.
-45.2 KB
Binary file not shown.
-67.2 KB
Binary file not shown.
Binary file not shown.

content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-the-monitor-dashboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ shortTitle: About the monitor {% ifversion ghes > 3.15 %}dashboards{% else %}das
2727
{% data reusables.enterprise_site_admin_settings.management-console %}
2828
1. In the top navigation bar, click **Monitor**.
2929

30-
![Screenshot of the header of the {% data variables.enterprise.management_console %}. A tab, labeled "Monitor", is highlighted with an orange outline.](/assets/images/enterprise/management-console/{% ifversion ghes > 3.15 %}monitor-dash-link.png{% else %}monitor-dash-link-old.png{% endif %})
30+
![Screenshot of the header of the {% data variables.enterprise.management_console %}. A tab, labeled "Monitor", is highlighted with an orange outline.]({% ifversion ghes > 3.15 %}/assets/images/enterprise/management-console/monitor-dash-link.png{% else %}/assets/images/enterprise/management-console/monitor-dash-link-old.png{% endif %})
3131

3232
1. In HA and cluster environments you can switch between nodes using the dropdown and clicking on a different hostname.
3333
{% ifversion ghes > 3.15 %}

content/rest/about-the-rest-api/about-the-openapi-description-for-the-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: About the OpenAPI description for the REST API
33
shortTitle: OpenAPI description
4-
intro: 'The {% data variables.product.product_name %} REST API is fully described in an OpenAPI compliant document.'
4+
intro: 'The {% data variables.product.github %} REST API is fully described in an OpenAPI compliant document.'
55
versions:
66
fpt: '*'
77
ghes: '*'

content/rest/about-the-rest-api/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Once your integration is updated, test your integration to verify that it works
2626

2727
## Breaking changes for {{ initialRestVersioningReleaseDate }}
2828

29-
Version `{{ initialRestVersioningReleaseDate }}` is the first version of the {% data variables.product.product_name %} REST API after date-based versioning was introduced. This version does not include any breaking changes.
29+
Version `{{ initialRestVersioningReleaseDate }}` is the first version of the {% data variables.product.github %} REST API after date-based versioning was introduced. This version does not include any breaking changes.

content/rest/about-the-rest-api/comparing-githubs-rest-api-and-graphql-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Comparing GitHub's REST API and GraphQL API
33
shortTitle: Comparing GitHub's APIs
4-
intro: 'Learn about {% data variables.product.prodname_dotcom %}''s APIs to extend and customize your {% data variables.product.prodname_dotcom %} experience.'
4+
intro: 'Learn about {% data variables.product.github %}''s APIs to extend and customize your {% data variables.product.github %} experience.'
55
redirect_from:
66
- /v3/versions
77
- /articles/getting-started-with-the-api
@@ -29,7 +29,7 @@ This article discusses the benefits of each API. For more information about the
2929

3030
The GraphQL API returns exactly the data that you request. GraphQL also returns the data in a pre-known structure based on your request. In contrast, the REST API returns more data than you requested and returns it in a pre-determined structure. You can also accomplish the equivalent of multiple REST API request in a single GraphQL request. The ability to make fewer requests and fetch less data makes GraphQL appealing to developers of mobile applications.
3131

32-
For example, to get the {% data variables.product.product_name %} login of ten of your followers, and the login of ten followers of each of your followers, you can send a single request like:
32+
For example, to get the {% data variables.product.github %} login of ten of your followers, and the login of ten followers of each of your followers, you can send a single request like:
3333

3434
```graphql
3535
{

content/rest/activity/events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: REST API endpoints for events
33
shortTitle: Events
44
allowTitleToDifferFromFilename: true
55
intro: >-
6-
Use the REST API to interact with {% data variables.product.prodname_dotcom %}
6+
Use the REST API to interact with {% data variables.product.github %}
77
events.
88
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
99
fpt: '*'
@@ -14,11 +14,11 @@ topics:
1414
autogenerated: rest
1515
---
1616

17-
## About {% data variables.product.prodname_dotcom %} events
17+
## About {% data variables.product.github %} events
1818

19-
{% data variables.product.prodname_dotcom %} events power the various activity streams on the site.
19+
{% data variables.product.github %} events power the various activity streams on the site.
2020

21-
You can use the REST API to return different types of events triggered by activity on {% data variables.product.product_name %}. For more information about the specific events that you can receive, see [AUTOTITLE](/webhooks-and-events/events/github-event-types). Endpoints for repository issues are also available. For more information, see [AUTOTITLE](/rest/issues/events).
21+
You can use the REST API to return different types of events triggered by activity on {% data variables.product.github %}. For more information about the specific events that you can receive, see [AUTOTITLE](/webhooks-and-events/events/github-event-types). Endpoints for repository issues are also available. For more information, see [AUTOTITLE](/rest/issues/events).
2222

2323
Events are optimized for polling with the "ETag" header. If no new events have been triggered, you will see a "304 Not Modified" response, and your current rate limit will be untouched. There is also an "X-Poll-Interval" header that specifies how often (in seconds) you are allowed to poll. In times of high server load, the time may increase. Please obey the header.
2424

0 commit comments

Comments
 (0)