diff --git a/content/admin/configuration/configuring-your-enterprise/configuring-rate-limits.md b/content/admin/configuration/configuring-your-enterprise/configuring-rate-limits.md
index 6f6735949d..56837a896b 100644
--- a/content/admin/configuration/configuring-your-enterprise/configuring-rate-limits.md
+++ b/content/admin/configuration/configuring-your-enterprise/configuring-rate-limits.md
@@ -13,9 +13,9 @@ topics:
- Infrastructure
- Performance
---
-## Enabling rate limits for {% data variables.product.prodname_enterprise_api %}
+## Enabling rate limits for the {% data variables.product.prodname_enterprise_api %}
-Enabling rate limits on {% data variables.product.prodname_enterprise_api %} can prevent overuse of resources by individual or unauthenticated users. For more information, see "[Resources in the REST API](/rest/overview/resources-in-the-rest-api#rate-limiting)."
+Enabling rate limits on the {% data variables.product.prodname_enterprise_api %} can prevent overuse of resources by individual or unauthenticated users. For more information, see "[Resources in the REST API](/rest/overview/resources-in-the-rest-api#rate-limiting)."
{% ifversion ghes %}
You can exempt a list of users from API rate limits using the `ghe-config` utility in the administrative shell. For more information, see "[Command-line utilities](/enterprise/admin/configuration/command-line-utilities#ghe-config)."
diff --git a/content/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode.md b/content/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode.md
index bd182830a8..2d042749e7 100644
--- a/content/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode.md
+++ b/content/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode.md
@@ -84,9 +84,9 @@ You can also use a command-line utility to configure the IP exception list. For
{% endif %}
-## Scheduling maintenance mode with {% data variables.product.prodname_enterprise_api %}
+## Scheduling maintenance mode with the {% data variables.product.prodname_enterprise_api %}
-You can schedule maintenance for different times or dates with {% data variables.product.prodname_enterprise_api %}. For more information, see "[Management Console](/enterprise/user/rest/reference/enterprise-admin#enable-or-disable-maintenance-mode)."
+You can schedule maintenance for different times or dates with the {% data variables.product.prodname_enterprise_api %}. For more information, see "[Management Console](/enterprise/user/rest/reference/enterprise-admin#enable-or-disable-maintenance-mode)."
## Enabling or disabling maintenance mode for all nodes in a cluster
diff --git a/content/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance.md b/content/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance.md
index cf8257af8a..d82586d25b 100644
--- a/content/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance.md
+++ b/content/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance.md
@@ -33,7 +33,7 @@ To thoroughly test {% data variables.product.product_name %} and recreate an env
- Authentication, especially if you use an external authentication provider like SAML
- Integration with an external ticketing system
- Integration with a continuous integration server
-- External scripts or software that use {% data variables.product.prodname_enterprise_api %}
+- External scripts or software that use the {% data variables.product.prodname_enterprise_api %}
- External SMTP server for email notifications
## Setting up a staging instance
diff --git a/content/admin/overview/about-the-github-enterprise-api.md b/content/admin/overview/about-the-github-enterprise-api.md
index afc43bd7ae..c901c7084e 100644
--- a/content/admin/overview/about-the-github-enterprise-api.md
+++ b/content/admin/overview/about-the-github-enterprise-api.md
@@ -24,4 +24,4 @@ With the APIs, you can automate many administrative tasks. Some examples include
- Collect statistics about your enterprise. For more information, see "[Admin stats](/rest/reference/enterprise-admin#admin-stats)."
- Manage your enterprise account. For more information, see "[Enterprise accounts](/graphql/guides/managing-enterprise-accounts)."
-For the complete documentation for {% data variables.product.prodname_enterprise_api %}, see [{% data variables.product.prodname_dotcom %} REST API](/rest) and [{% data variables.product.prodname_dotcom%} GraphQL API](/graphql).
+For the complete documentation for the {% data variables.product.prodname_enterprise_api %}, see [{% data variables.product.prodname_dotcom %} REST API](/rest) and [{% data variables.product.prodname_dotcom%} GraphQL API](/graphql).
diff --git a/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md b/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md
index 2e00ff5e2e..5dc56f5acf 100644
--- a/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md
+++ b/content/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.md
@@ -29,5 +29,5 @@ You can authorize an existing personal access token, or [create a new personal a
## Further reading
-- "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)"
+- "[Creating a personal access token](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)"
- "[About authentication with SAML single sign-on](/articles/about-authentication-with-saml-single-sign-on)"
diff --git a/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md b/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md
index 0faa31fab4..454cfff665 100644
--- a/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md
+++ b/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md
@@ -54,7 +54,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
- # Check for updates to GitHub Actions every weekday
+ # Check for updates to GitHub Actions every week
interval: "weekly"
```
diff --git a/content/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app.md b/content/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app.md
index 8f8b2fe64f..c0806fccb2 100644
--- a/content/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app.md
+++ b/content/developers/apps/getting-started-with-apps/setting-up-your-development-environment-to-create-a-github-app.md
@@ -386,7 +386,7 @@ If you're wondering where the Terminal output above is coming from, it's written
## Troubleshooting
-Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data variables.product.prodname_support_forum_with_url %}.
+Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data reusables.support.prodname_support_forum_with_url %}.
* **Q:** When I try to install the Smee command-line client, I get the following error:
diff --git a/content/developers/apps/guides/creating-ci-tests-with-the-checks-api.md b/content/developers/apps/guides/creating-ci-tests-with-the-checks-api.md
index 347f3c401d..d7a628b157 100644
--- a/content/developers/apps/guides/creating-ci-tests-with-the-checks-api.md
+++ b/content/developers/apps/guides/creating-ci-tests-with-the-checks-api.md
@@ -714,7 +714,7 @@ end
## Troubleshooting
-Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data variables.product.prodname_support_forum_with_url %}.
+Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data reusables.support.prodname_support_forum_with_url %}.
* **Q:** My app isn't pushing code to GitHub. I don't see the fixes that RuboCop automatically makes!
diff --git a/content/developers/apps/guides/using-the-github-api-in-your-app.md b/content/developers/apps/guides/using-the-github-api-in-your-app.md
index fa26be18c7..c02382a1b5 100644
--- a/content/developers/apps/guides/using-the-github-api-in-your-app.md
+++ b/content/developers/apps/guides/using-the-github-api-in-your-app.md
@@ -201,7 +201,7 @@ See "[Next steps](#next-steps)" for ideas about where you can go from here.
## Troubleshooting
-Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data variables.product.prodname_support_forum_with_url %}.
+Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data reusables.support.prodname_support_forum_with_url %}.
* **Q:** My server isn't listening to events! The Smee client is running in a Terminal window, and I'm sending events on GitHub.com by opening new issues, but I don't see any output in the Terminal window where I'm running the server.
@@ -234,5 +234,5 @@ Here are some ideas for what you can do next:
* When the bot successfully adds the label, show a message in the Terminal. (Hint: compare the `needs-response` label ID with the ID of the label in the payload as a condition for your message, so that the message only displays when the relevant label is added and not some other label.)
* Add a landing page to your app and hook up a [Sinatra route](https://github.com/sinatra/sinatra#routes) for it.
* Move your code to a hosted server (like Heroku). Don't forget to update your app settings with the new domain.
-* Share your project or get advice in the {% data variables.product.prodname_support_forum_with_url %}{% ifversion fpt or ghec %}
+* Share your project or get advice in the {% data reusables.support.prodname_support_forum_with_url %}{% ifversion fpt or ghec %}
* Have you built a shiny new app you think others might find useful? [Add it to GitHub Marketplace](/apps/marketplace/creating-and-submitting-your-app-for-approval/)!{% endif %}
diff --git a/content/rest/scim.md b/content/rest/scim.md
index bb1ec28804..13ac48b3f8 100644
--- a/content/rest/scim.md
+++ b/content/rest/scim.md
@@ -26,7 +26,7 @@ The SCIM API is used by SCIM-enabled Identity Providers (IdPs) to automate provi
### Authenticating calls to the SCIM API
-You must authenticate as an owner of a {% data variables.product.product_name %} organization to use its SCIM API. The API expects an [OAuth 2.0 Bearer](/developers/apps/authenticating-with-github-apps) token to be included in the `Authorization` header. You may also use a personal access token, but you must first [authorize it for use with your SAML SSO organization](/github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on).
+You must authenticate as an owner of a {% data variables.product.product_name %} organization to use its SCIM API. The API expects an [OAuth 2.0 Bearer](/developers/apps/authenticating-with-github-apps) token to be included in the `Authorization` header. If you use a personal access token for authentication, it must have the `admin:org` scope and you must also [authorize it for use with your SAML SSO organization](/github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on).
### Mapping of SAML and SCIM data
diff --git a/contributing/content-style-guide.md b/contributing/content-style-guide.md
index c40a93b3d6..14b2bd4caf 100644
--- a/contributing/content-style-guide.md
+++ b/contributing/content-style-guide.md
@@ -166,7 +166,6 @@ Individual words might be small, but together they can create community, belongi
### Resources about inclusive language
GitHub Brand Guide:
-- [People and communities](https://brand.github.com/content/grammar#people-and-communities)
The Microsoft Style Guide offers resources on bias-free communication, accessibility terms, and writing for all abilities:
- [Bias-free communication](https://docs.microsoft.com/style-guide/bias-free-communication)
diff --git a/data/features/streaming-datadog.yml b/data/features/streaming-datadog.yml
index 9c099525c1..f977faf40e 100644
--- a/data/features/streaming-datadog.yml
+++ b/data/features/streaming-datadog.yml
@@ -2,3 +2,5 @@
# Documentation for audit log streaming to a Datadog endpoint
versions:
ghec: '*'
+ ghes: '>= 3.8'
+ ghae: '>= 3.8'
diff --git a/data/reusables/enterprise_user_management/manage-global-webhooks-api.md b/data/reusables/enterprise_user_management/manage-global-webhooks-api.md
index 3e7f9ebcfa..86d5faeaab 100644
--- a/data/reusables/enterprise_user_management/manage-global-webhooks-api.md
+++ b/data/reusables/enterprise_user_management/manage-global-webhooks-api.md
@@ -1 +1 @@
-You can also use {% data variables.product.prodname_enterprise_api %} to manage global webhooks. For a complete list of actions, see "[Global webhooks](/rest/reference/enterprise-admin#global-webhooks)."
+You can also use the {% data variables.product.prodname_enterprise_api %} to manage global webhooks. For a complete list of actions, see "[Global webhooks](/rest/reference/enterprise-admin#global-webhooks)."
diff --git a/data/reusables/support/help_resources.md b/data/reusables/support/help_resources.md
index 2addbd9762..ec7cfb395d 100644
--- a/data/reusables/support/help_resources.md
+++ b/data/reusables/support/help_resources.md
@@ -1,4 +1,4 @@
-For questions, bug reports, and discussions about {% data variables.product.prodname_github_apps %}, {% data variables.product.prodname_oauth_apps %}, and API development, explore the {% data variables.product.prodname_support_forum_with_url %}. The discussions are moderated and maintained by {% data variables.product.company_short %} staff, but questions posted to the forum are not guaranteed to receive a reply from {% data variables.product.company_short %} staff.
+For questions, bug reports, and discussions about {% data variables.product.prodname_github_apps %}, {% data variables.product.prodname_oauth_apps %}, and API development, explore the {% data reusables.support.prodname_support_forum_with_url %}. The discussions are moderated and maintained by {% data variables.product.company_short %} staff, but questions posted to the forum are not guaranteed to receive a reply from {% data variables.product.company_short %} staff.
Consider reaching out to [GitHub Support](https://support.github.com/) directly using the contact form for:
- guaranteed response from {% data variables.product.product_name %} staff
diff --git a/data/reusables/support/prodname_support_forum_with_url.md b/data/reusables/support/prodname_support_forum_with_url.md
new file mode 100644
index 0000000000..9f84824c26
--- /dev/null
+++ b/data/reusables/support/prodname_support_forum_with_url.md
@@ -0,0 +1 @@
+[APIs and Integrations discussions on GitHub Community](https://github.com/orgs/community/discussions/categories/apis-and-integrations)
\ No newline at end of file
diff --git a/data/variables/product.yml b/data/variables/product.yml
index 6189fcc6d6..341d7a62a1 100644
--- a/data/variables/product.yml
+++ b/data/variables/product.yml
@@ -104,8 +104,7 @@ prodname_oauth_app: 'OAuth App'
prodname_oauth_apps: 'OAuth Apps'
# API and developer docs
-prodname_enterprise_api: 'the {% ifversion ghes %}GitHub Enterprise Server{% elsif ghae %}GitHub AE{% endif %} APIs'
-prodname_support_forum_with_url: '[APIs and Integrations discussions on GitHub Community](https://github.com/orgs/community/discussions/categories/apis-and-integrations)'
+prodname_enterprise_api: '{% ifversion ghes %}GitHub Enterprise Server{% elsif ghae %}GitHub AE{% endif %} APIs'
prodname_unfurls: 'Content Attachments'
# Azure AD
diff --git a/lib/rest/static/decorated/api.github.com.json b/lib/rest/static/decorated/api.github.com.json
index 932612f10b..d0072d1f3d 100644
--- a/lib/rest/static/decorated/api.github.com.json
+++ b/lib/rest/static/decorated/api.github.com.json
@@ -208397,7 +208397,7 @@
{
"name": "ecosystem",
"in": "query",
- "description": "
A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.
\nCan be: composer, go, maven, npm, nuget, pip, rubygems, rust
",
+ "description": "A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.
\nCan be: composer, go, maven, npm, nuget, pip, pub, rubygems, rust
",
"schema": {
"type": "string"
}
@@ -208459,7 +208459,8 @@
},
{
"name": "page",
- "description": "Page number of the results to fetch.
",
+ "description": "Deprecated. Page number of the results to fetch. Use cursor-based pagination with before or after instead.
",
+ "deprecated": true,
"in": "query",
"schema": {
"type": "integer",
@@ -208468,12 +208469,54 @@
},
{
"name": "per_page",
- "description": "The number of results per page (max 100).
",
+ "description": "Deprecated. The number of results per page (max 100). Use cursor-based pagination with first or last instead.
",
+ "deprecated": true,
"in": "query",
"schema": {
"type": "integer",
"default": 30
}
+ },
+ {
+ "name": "before",
+ "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "string"
+ }
+ },
+ {
+ "name": "after",
+ "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "string"
+ }
+ },
+ {
+ "name": "first",
+ "description": "The number of results per page (max 100), starting from the first matching result.\nThis parameter must not be used in combination with last.
",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "integer",
+ "minimum": 1,
+ "maximum": 100,
+ "default": 30
+ }
+ },
+ {
+ "name": "last",
+ "description": "The number of results per page (max 100), starting from the last matching result.\nThis parameter must not be used in combination with first.
",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "integer",
+ "minimum": 1,
+ "maximum": 100
+ }
}
],
"bodyParameters": [],
@@ -209393,6 +209436,10 @@
"httpStatusCode": "304",
"description": "Not modified
"
},
+ {
+ "httpStatusCode": "400",
+ "description": "Bad Request
"
+ },
{
"httpStatusCode": "403",
"description": "Forbidden
"
@@ -345458,7 +345505,7 @@
"type": "array of strings",
"name": "events",
"in": "body",
- "description": "Determines what events the hook is triggered for.
",
+ "description": "Determines what events the hook is triggered for. Set to [\"*\"] to receive all possible events.
",
"default": [
"push"
]
diff --git a/lib/rest/static/decorated/ghec.json b/lib/rest/static/decorated/ghec.json
index 339daa54d5..1292b14f5f 100644
--- a/lib/rest/static/decorated/ghec.json
+++ b/lib/rest/static/decorated/ghec.json
@@ -208824,7 +208824,7 @@
{
"name": "ecosystem",
"in": "query",
- "description": "A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.
\nCan be: composer, go, maven, npm, nuget, pip, rubygems, rust
",
+ "description": "A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.
\nCan be: composer, go, maven, npm, nuget, pip, pub, rubygems, rust
",
"schema": {
"type": "string"
}
@@ -208886,7 +208886,8 @@
},
{
"name": "page",
- "description": "Page number of the results to fetch.
",
+ "description": "Deprecated. Page number of the results to fetch. Use cursor-based pagination with before or after instead.
",
+ "deprecated": true,
"in": "query",
"schema": {
"type": "integer",
@@ -208895,12 +208896,54 @@
},
{
"name": "per_page",
- "description": "The number of results per page (max 100).
",
+ "description": "Deprecated. The number of results per page (max 100). Use cursor-based pagination with first or last instead.
",
+ "deprecated": true,
"in": "query",
"schema": {
"type": "integer",
"default": 30
}
+ },
+ {
+ "name": "before",
+ "description": "A cursor, as given in the Link header. If specified, the query only searches for results before this cursor.
",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "string"
+ }
+ },
+ {
+ "name": "after",
+ "description": "A cursor, as given in the Link header. If specified, the query only searches for results after this cursor.
",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "string"
+ }
+ },
+ {
+ "name": "first",
+ "description": "The number of results per page (max 100), starting from the first matching result.\nThis parameter must not be used in combination with last.
",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "integer",
+ "minimum": 1,
+ "maximum": 100,
+ "default": 30
+ }
+ },
+ {
+ "name": "last",
+ "description": "The number of results per page (max 100), starting from the last matching result.\nThis parameter must not be used in combination with first.
",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "integer",
+ "minimum": 1,
+ "maximum": 100
+ }
}
],
"bodyParameters": [],
@@ -209820,6 +209863,10 @@
"httpStatusCode": "304",
"description": "Not modified
"
},
+ {
+ "httpStatusCode": "400",
+ "description": "Bad Request
"
+ },
{
"httpStatusCode": "403",
"description": "Forbidden
"
@@ -347393,7 +347440,7 @@
"type": "array of strings",
"name": "events",
"in": "body",
- "description": "Determines what events the hook is triggered for.
",
+ "description": "Determines what events the hook is triggered for. Set to [\"*\"] to receive all possible events.
",
"default": [
"push"
]
diff --git a/lib/rest/static/decorated/ghes-3.2.json b/lib/rest/static/decorated/ghes-3.2.json
index cb3d0de798..f4dcb0ae4e 100644
--- a/lib/rest/static/decorated/ghes-3.2.json
+++ b/lib/rest/static/decorated/ghes-3.2.json
@@ -280745,7 +280745,7 @@
"type": "array of strings",
"name": "events",
"in": "body",
- "description": "Determines what events the hook is triggered for.
",
+ "description": "Determines what events the hook is triggered for. Set to [\"*\"] to receive all possible events.
",
"default": [
"push"
]
diff --git a/lib/rest/static/decorated/ghes-3.3.json b/lib/rest/static/decorated/ghes-3.3.json
index ff7035196e..f24c059a86 100644
--- a/lib/rest/static/decorated/ghes-3.3.json
+++ b/lib/rest/static/decorated/ghes-3.3.json
@@ -282097,7 +282097,7 @@
"type": "array of strings",
"name": "events",
"in": "body",
- "description": "Determines what events the hook is triggered for.
",
+ "description": "Determines what events the hook is triggered for. Set to [\"*\"] to receive all possible events.
",
"default": [
"push"
]
diff --git a/lib/rest/static/decorated/ghes-3.4.json b/lib/rest/static/decorated/ghes-3.4.json
index ea3afe41f0..e509bbf031 100644
--- a/lib/rest/static/decorated/ghes-3.4.json
+++ b/lib/rest/static/decorated/ghes-3.4.json
@@ -300298,7 +300298,7 @@
"type": "array of strings",
"name": "events",
"in": "body",
- "description": "Determines what events the hook is triggered for.
",
+ "description": "Determines what events the hook is triggered for. Set to [\"*\"] to receive all possible events.
",
"default": [
"push"
]
diff --git a/lib/rest/static/decorated/ghes-3.5.json b/lib/rest/static/decorated/ghes-3.5.json
index 0393bb15d6..afa50afe08 100644
--- a/lib/rest/static/decorated/ghes-3.5.json
+++ b/lib/rest/static/decorated/ghes-3.5.json
@@ -307460,7 +307460,7 @@
"type": "array of strings",
"name": "events",
"in": "body",
- "description": "Determines what events the hook is triggered for.
",
+ "description": "Determines what events the hook is triggered for. Set to [\"*\"] to receive all possible events.
",
"default": [
"push"
]
diff --git a/lib/rest/static/decorated/ghes-3.6.json b/lib/rest/static/decorated/ghes-3.6.json
index 43d7328b37..313e4cc2a9 100644
--- a/lib/rest/static/decorated/ghes-3.6.json
+++ b/lib/rest/static/decorated/ghes-3.6.json
@@ -314132,7 +314132,7 @@
"type": "array of strings",
"name": "events",
"in": "body",
- "description": "Determines what events the hook is triggered for.
",
+ "description": "Determines what events the hook is triggered for. Set to [\"*\"] to receive all possible events.
",
"default": [
"push"
]
diff --git a/lib/rest/static/decorated/github.ae.json b/lib/rest/static/decorated/github.ae.json
index e53e8b7e89..b3793610a0 100644
--- a/lib/rest/static/decorated/github.ae.json
+++ b/lib/rest/static/decorated/github.ae.json
@@ -257936,7 +257936,7 @@
"type": "array of strings",
"name": "events",
"in": "body",
- "description": "Determines what events the hook is triggered for.
",
+ "description": "Determines what events the hook is triggered for. Set to [\"*\"] to receive all possible events.
",
"default": [
"push"
]
diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json
index 542dc95581..70a1a96448 100644
--- a/lib/rest/static/dereferenced/api.github.com.deref.json
+++ b/lib/rest/static/dereferenced/api.github.com.deref.json
@@ -82137,7 +82137,7 @@
},
"events": {
"type": "array",
- "description": "Determines what [events](https://docs.github.com/webhooks/event-payloads) the hook is triggered for.",
+ "description": "Determines what [events](https://docs.github.com/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
"default": [
"push"
],
@@ -243337,7 +243337,7 @@
{
"name": "ecosystem",
"in": "query",
- "description": "A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.\n\nCan be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `rubygems`, `rust`",
+ "description": "A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.\n\nCan be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust`",
"schema": {
"type": "string"
}
@@ -243399,7 +243399,8 @@
},
{
"name": "page",
- "description": "Page number of the results to fetch.",
+ "description": "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.",
+ "deprecated": true,
"in": "query",
"schema": {
"type": "integer",
@@ -243408,12 +243409,54 @@
},
{
"name": "per_page",
- "description": "The number of results per page (max 100).",
+ "description": "**Deprecated**. The number of results per page (max 100). Use cursor-based pagination with `first` or `last` instead.",
+ "deprecated": true,
"in": "query",
"schema": {
"type": "integer",
"default": 30
}
+ },
+ {
+ "name": "before",
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for results before this cursor.",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "string"
+ }
+ },
+ {
+ "name": "after",
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for results after this cursor.",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "string"
+ }
+ },
+ {
+ "name": "first",
+ "description": "The number of results per page (max 100), starting from the first matching result.\nThis parameter must not be used in combination with `last`.",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "integer",
+ "minimum": 1,
+ "maximum": 100,
+ "default": 30
+ }
+ },
+ {
+ "name": "last",
+ "description": "The number of results per page (max 100), starting from the last matching result.\nThis parameter must not be used in combination with `first`.",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "integer",
+ "minimum": 1,
+ "maximum": 100
+ }
}
],
"responses": {
@@ -244317,6 +244360,74 @@
"304": {
"description": "Not modified"
},
+ "400": {
+ "description": "Bad Request",
+ "content": {
+ "application/json": {
+ "schema": {
+ "title": "Basic Error",
+ "description": "Basic Error",
+ "type": "object",
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "documentation_url": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ }
+ }
+ }
+ },
+ "application/scim+json": {
+ "schema": {
+ "title": "Scim Error",
+ "description": "Scim Error",
+ "type": "object",
+ "properties": {
+ "message": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "documentation_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "detail": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "type": "integer"
+ },
+ "scimType": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "schemas": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
"403": {
"description": "Forbidden",
"content": {
diff --git a/lib/rest/static/dereferenced/ghec.deref.json b/lib/rest/static/dereferenced/ghec.deref.json
index 52ca09b6d1..b804462f88 100644
--- a/lib/rest/static/dereferenced/ghec.deref.json
+++ b/lib/rest/static/dereferenced/ghec.deref.json
@@ -84340,7 +84340,7 @@
},
"events": {
"type": "array",
- "description": "Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) the hook is triggered for.",
+ "description": "Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
"default": [
"push"
],
@@ -246796,7 +246796,7 @@
{
"name": "ecosystem",
"in": "query",
- "description": "A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.\n\nCan be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `rubygems`, `rust`",
+ "description": "A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.\n\nCan be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust`",
"schema": {
"type": "string"
}
@@ -246858,7 +246858,8 @@
},
{
"name": "page",
- "description": "Page number of the results to fetch.",
+ "description": "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.",
+ "deprecated": true,
"in": "query",
"schema": {
"type": "integer",
@@ -246867,12 +246868,54 @@
},
{
"name": "per_page",
- "description": "The number of results per page (max 100).",
+ "description": "**Deprecated**. The number of results per page (max 100). Use cursor-based pagination with `first` or `last` instead.",
+ "deprecated": true,
"in": "query",
"schema": {
"type": "integer",
"default": 30
}
+ },
+ {
+ "name": "before",
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for results before this cursor.",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "string"
+ }
+ },
+ {
+ "name": "after",
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for results after this cursor.",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "string"
+ }
+ },
+ {
+ "name": "first",
+ "description": "The number of results per page (max 100), starting from the first matching result.\nThis parameter must not be used in combination with `last`.",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "integer",
+ "minimum": 1,
+ "maximum": 100,
+ "default": 30
+ }
+ },
+ {
+ "name": "last",
+ "description": "The number of results per page (max 100), starting from the last matching result.\nThis parameter must not be used in combination with `first`.",
+ "in": "query",
+ "required": false,
+ "schema": {
+ "type": "integer",
+ "minimum": 1,
+ "maximum": 100
+ }
}
],
"responses": {
@@ -247776,6 +247819,74 @@
"304": {
"description": "Not modified"
},
+ "400": {
+ "description": "Bad Request",
+ "content": {
+ "application/json": {
+ "schema": {
+ "title": "Basic Error",
+ "description": "Basic Error",
+ "type": "object",
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "documentation_url": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ }
+ }
+ }
+ },
+ "application/scim+json": {
+ "schema": {
+ "title": "Scim Error",
+ "description": "Scim Error",
+ "type": "object",
+ "properties": {
+ "message": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "documentation_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "detail": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "type": "integer"
+ },
+ "scimType": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "schemas": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
"403": {
"description": "Forbidden",
"content": {
diff --git a/lib/rest/static/dereferenced/ghes-3.2.deref.json b/lib/rest/static/dereferenced/ghes-3.2.deref.json
index 9402ec09a1..6a5fb3a77f 100644
--- a/lib/rest/static/dereferenced/ghes-3.2.deref.json
+++ b/lib/rest/static/dereferenced/ghes-3.2.deref.json
@@ -80814,7 +80814,7 @@
},
"events": {
"type": "array",
- "description": "Determines what [events](https://docs.github.com/enterprise-server@3.2/webhooks/event-payloads) the hook is triggered for.",
+ "description": "Determines what [events](https://docs.github.com/enterprise-server@3.2/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
"default": [
"push"
],
diff --git a/lib/rest/static/dereferenced/ghes-3.3.deref.json b/lib/rest/static/dereferenced/ghes-3.3.deref.json
index 54ab12e6b2..d0eacd68b6 100644
--- a/lib/rest/static/dereferenced/ghes-3.3.deref.json
+++ b/lib/rest/static/dereferenced/ghes-3.3.deref.json
@@ -81556,7 +81556,7 @@
},
"events": {
"type": "array",
- "description": "Determines what [events](https://docs.github.com/enterprise-server@3.3/webhooks/event-payloads) the hook is triggered for.",
+ "description": "Determines what [events](https://docs.github.com/enterprise-server@3.3/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
"default": [
"push"
],
diff --git a/lib/rest/static/dereferenced/ghes-3.4.deref.json b/lib/rest/static/dereferenced/ghes-3.4.deref.json
index 152e46a95d..6f4f7ccf30 100644
--- a/lib/rest/static/dereferenced/ghes-3.4.deref.json
+++ b/lib/rest/static/dereferenced/ghes-3.4.deref.json
@@ -84398,7 +84398,7 @@
},
"events": {
"type": "array",
- "description": "Determines what [events](https://docs.github.com/enterprise-server@3.4/webhooks/event-payloads) the hook is triggered for.",
+ "description": "Determines what [events](https://docs.github.com/enterprise-server@3.4/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
"default": [
"push"
],
diff --git a/lib/rest/static/dereferenced/ghes-3.5.deref.json b/lib/rest/static/dereferenced/ghes-3.5.deref.json
index 9701f2f1e7..e9604c1654 100644
--- a/lib/rest/static/dereferenced/ghes-3.5.deref.json
+++ b/lib/rest/static/dereferenced/ghes-3.5.deref.json
@@ -86758,7 +86758,7 @@
},
"events": {
"type": "array",
- "description": "Determines what [events](https://docs.github.com/enterprise-server@3.5/webhooks/event-payloads) the hook is triggered for.",
+ "description": "Determines what [events](https://docs.github.com/enterprise-server@3.5/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
"default": [
"push"
],
diff --git a/lib/rest/static/dereferenced/ghes-3.6.deref.json b/lib/rest/static/dereferenced/ghes-3.6.deref.json
index 2b1d811b94..633f5a8a7a 100644
--- a/lib/rest/static/dereferenced/ghes-3.6.deref.json
+++ b/lib/rest/static/dereferenced/ghes-3.6.deref.json
@@ -88439,7 +88439,7 @@
},
"events": {
"type": "array",
- "description": "Determines what [events](https://docs.github.com/enterprise-server@3.6/webhooks/event-payloads) the hook is triggered for.",
+ "description": "Determines what [events](https://docs.github.com/enterprise-server@3.6/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
"default": [
"push"
],
diff --git a/lib/rest/static/dereferenced/github.ae.deref.json b/lib/rest/static/dereferenced/github.ae.deref.json
index 3606fb3dd6..4ff820fb5e 100644
--- a/lib/rest/static/dereferenced/github.ae.deref.json
+++ b/lib/rest/static/dereferenced/github.ae.deref.json
@@ -55608,7 +55608,7 @@
},
"events": {
"type": "array",
- "description": "Determines what [events](https://docs.github.com/github-ae@latest/webhooks/event-payloads) the hook is triggered for.",
+ "description": "Determines what [events](https://docs.github.com/github-ae@latest/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
"default": [
"push"
],
diff --git a/lib/search/indexes/github-docs-3.2-cn-records.json.br b/lib/search/indexes/github-docs-3.2-cn-records.json.br
index 8c713937cc..af5b07aedb 100644
--- a/lib/search/indexes/github-docs-3.2-cn-records.json.br
+++ b/lib/search/indexes/github-docs-3.2-cn-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:bd397d9e1e2d0d8dd3bf2166faf6beb2a76d906539ed53243c0fd06972a14020
-size 786905
+oid sha256:546753d5d8c805af66540777f4d215976812112ff54ffeddf5eba625e1df34c5
+size 786887
diff --git a/lib/search/indexes/github-docs-3.2-cn.json.br b/lib/search/indexes/github-docs-3.2-cn.json.br
index c9ad84965c..822ec8a62e 100644
--- a/lib/search/indexes/github-docs-3.2-cn.json.br
+++ b/lib/search/indexes/github-docs-3.2-cn.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:638e18997c9c792d98f577ec3a9e441ee7a24abce2a090d9219c608b12c1a2f5
-size 1551947
+oid sha256:4a0e62ab38622a8aa496bf4c0eb41e11e5acb3b817604cbef2ba5d45db62c1ce
+size 1557045
diff --git a/lib/search/indexes/github-docs-3.2-en-records.json.br b/lib/search/indexes/github-docs-3.2-en-records.json.br
index 500c92859f..8bec68c492 100644
--- a/lib/search/indexes/github-docs-3.2-en-records.json.br
+++ b/lib/search/indexes/github-docs-3.2-en-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:92753b84280364a686af7c174c2456b72b15418eee38a7d7ebceb5ab2bf6d07f
-size 1104227
+oid sha256:b26f32640a69b72428f3d4f91df51667a4b96c1cdbb7c3e8ffc6db7498f47224
+size 1104865
diff --git a/lib/search/indexes/github-docs-3.2-en.json.br b/lib/search/indexes/github-docs-3.2-en.json.br
index 7878c2f73c..f8c38f076b 100644
--- a/lib/search/indexes/github-docs-3.2-en.json.br
+++ b/lib/search/indexes/github-docs-3.2-en.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a7db15c860970bf32961fb37974d246e7a0fcd08fd56efbb3dfd105aa185247a
-size 4476914
+oid sha256:a1845e065f3b02b469e8febb58a019aed01a892cc4fb645c65d0d53d15afe89c
+size 4478020
diff --git a/lib/search/indexes/github-docs-3.2-es-records.json.br b/lib/search/indexes/github-docs-3.2-es-records.json.br
index a8b8cbdcc2..3973d75cb9 100644
--- a/lib/search/indexes/github-docs-3.2-es-records.json.br
+++ b/lib/search/indexes/github-docs-3.2-es-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4e8026d236b0dbb222edc87a20bb09f742128bebeff957f168fd35060aa92aee
-size 740944
+oid sha256:0036291486c66a0e60d07048a1a563c49a509e7fb524124be32ee73844f3bac4
+size 740566
diff --git a/lib/search/indexes/github-docs-3.2-es.json.br b/lib/search/indexes/github-docs-3.2-es.json.br
index 312e428f85..c03b6076f5 100644
--- a/lib/search/indexes/github-docs-3.2-es.json.br
+++ b/lib/search/indexes/github-docs-3.2-es.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:33c530c2db699156741423dd3a61b36b7d220feba9d119923738eb5a66ee99db
-size 3099561
+oid sha256:b34f162e5c3065c8486fc223e877173f23e2d30c3ba07c79dc57462c83098fe6
+size 3102088
diff --git a/lib/search/indexes/github-docs-3.2-ja-records.json.br b/lib/search/indexes/github-docs-3.2-ja-records.json.br
index b033989128..af44a5b725 100644
--- a/lib/search/indexes/github-docs-3.2-ja-records.json.br
+++ b/lib/search/indexes/github-docs-3.2-ja-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5d2d6de3d309d4e78e4a850b66bf61f425c9c2955d07556fb9fd3b5f49d963aa
-size 828622
+oid sha256:125be72ef6ee7c9d01008da3c6c9d0d8122548d77dac756f9a37969a2fbf3a15
+size 828423
diff --git a/lib/search/indexes/github-docs-3.2-ja.json.br b/lib/search/indexes/github-docs-3.2-ja.json.br
index 0f6e57dfe0..cd66c5dd10 100644
--- a/lib/search/indexes/github-docs-3.2-ja.json.br
+++ b/lib/search/indexes/github-docs-3.2-ja.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:1be59e6d5d140a717c92f02a01957033f1b7e99fcfa1bf76bfa91ddd17370611
-size 4378086
+oid sha256:b67ff8902e594be5edac49bf4fcc70c24448ee8a3745a6d45065f3e8c689339e
+size 4379281
diff --git a/lib/search/indexes/github-docs-3.2-pt-records.json.br b/lib/search/indexes/github-docs-3.2-pt-records.json.br
index 8c51b60d4f..231f6aee17 100644
--- a/lib/search/indexes/github-docs-3.2-pt-records.json.br
+++ b/lib/search/indexes/github-docs-3.2-pt-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d72527c9431864ea8afaf2a5467cd1ef9713b6e6695846237c417535bd1857c6
-size 727933
+oid sha256:0521b7be79b53d162a864211f08bc0dc7e65ac27e7e4c3a927ac5e0e1fd71cc5
+size 727712
diff --git a/lib/search/indexes/github-docs-3.2-pt.json.br b/lib/search/indexes/github-docs-3.2-pt.json.br
index 6cfff57cec..6ec0ad4142 100644
--- a/lib/search/indexes/github-docs-3.2-pt.json.br
+++ b/lib/search/indexes/github-docs-3.2-pt.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:41e9dafc67569a5acc21eb0eb2f3bf325fa9abee41004b61deb3ace84cb3310a
-size 3081914
+oid sha256:37378422f0642e2dddf9c98a2881df5e94b345649041fd82f5ab91c8bee95b7a
+size 3084586
diff --git a/lib/search/indexes/github-docs-3.3-cn-records.json.br b/lib/search/indexes/github-docs-3.3-cn-records.json.br
index 98c2f8114f..311f007cce 100644
--- a/lib/search/indexes/github-docs-3.3-cn-records.json.br
+++ b/lib/search/indexes/github-docs-3.3-cn-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e0c4e20cf67f304d53c767d9672133aa4d297978271494dc022cb94c13e6f733
-size 811988
+oid sha256:317bfe55e481ec5c97ee92c21153ebfe40a5cf7e4ce3b492cd5851431118625b
+size 811755
diff --git a/lib/search/indexes/github-docs-3.3-cn.json.br b/lib/search/indexes/github-docs-3.3-cn.json.br
index 4ab4f4d3bb..af67987cf5 100644
--- a/lib/search/indexes/github-docs-3.3-cn.json.br
+++ b/lib/search/indexes/github-docs-3.3-cn.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7e65c286c3cd001b7f8f72a81fa568744a7aa111c2c88e1fa52021dd2b28ac14
-size 1606082
+oid sha256:174b22f6c4296d17b366b95192bfa6056d66bb006a04db7645cb3749bc6366e7
+size 1611116
diff --git a/lib/search/indexes/github-docs-3.3-en-records.json.br b/lib/search/indexes/github-docs-3.3-en-records.json.br
index 8c7da4b965..a5339b4134 100644
--- a/lib/search/indexes/github-docs-3.3-en-records.json.br
+++ b/lib/search/indexes/github-docs-3.3-en-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b8cee03f5909030234367801930caef3b2032e376a9fce06d02071fd8d96360d
-size 1139821
+oid sha256:d9098dd49a9536ee588f8ff02686bf40789630ec6c9b2ff20f783d6a90d24118
+size 1140488
diff --git a/lib/search/indexes/github-docs-3.3-en.json.br b/lib/search/indexes/github-docs-3.3-en.json.br
index 78f7d4d323..3040be9a1f 100644
--- a/lib/search/indexes/github-docs-3.3-en.json.br
+++ b/lib/search/indexes/github-docs-3.3-en.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:999d9545d4782f4b60eaf3eb2389d01f258ec65b40208dc4c7875ac6d5225bc5
-size 4580269
+oid sha256:1d11680763f177f1dea54cadd2ea65b10e38e86dd96cec596eb9afd9ee2a322a
+size 4581776
diff --git a/lib/search/indexes/github-docs-3.3-es-records.json.br b/lib/search/indexes/github-docs-3.3-es-records.json.br
index e3959a0389..b7c2156357 100644
--- a/lib/search/indexes/github-docs-3.3-es-records.json.br
+++ b/lib/search/indexes/github-docs-3.3-es-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:04676de71f527a0ab54348e4d360347a44fe3440d4be38a91548eb0cab052aa7
-size 762825
+oid sha256:93924984856b2fa13e52f462aa122399b05a0c6d7352f70e9e8a2d53d3a40998
+size 762444
diff --git a/lib/search/indexes/github-docs-3.3-es.json.br b/lib/search/indexes/github-docs-3.3-es.json.br
index 2cc4a7310f..b7dc676c06 100644
--- a/lib/search/indexes/github-docs-3.3-es.json.br
+++ b/lib/search/indexes/github-docs-3.3-es.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:8934bc52de879b116b906ed8982bf3a087b04e1b5fe573438f3417e077276103
-size 3193626
+oid sha256:bc52b7c9cea341e6e933ab9552c6891767012f91fcba06d86794e070f5504011
+size 3196573
diff --git a/lib/search/indexes/github-docs-3.3-ja-records.json.br b/lib/search/indexes/github-docs-3.3-ja-records.json.br
index a7f6d70b27..8bcdf765cc 100644
--- a/lib/search/indexes/github-docs-3.3-ja-records.json.br
+++ b/lib/search/indexes/github-docs-3.3-ja-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:68d83f2a1fb20e53355832380f655ccdd7a8abc07e25471cd6f131a13dc0dc98
-size 852698
+oid sha256:19acce7173d36296a0eadf8559d481fc542d4feaf143344753cf62cf5c62e8b6
+size 852580
diff --git a/lib/search/indexes/github-docs-3.3-ja.json.br b/lib/search/indexes/github-docs-3.3-ja.json.br
index 3ebf896517..c2d4b56fdd 100644
--- a/lib/search/indexes/github-docs-3.3-ja.json.br
+++ b/lib/search/indexes/github-docs-3.3-ja.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:f054cc0d2deb635f5cf5b59de6a703852e008638beceffb19e0a109e5be2cc07
-size 4508498
+oid sha256:ac9feb64a6998c5d0fea3f916385aa6540e32be96a4d86ec07e8b9cd33e42a4b
+size 4509080
diff --git a/lib/search/indexes/github-docs-3.3-pt-records.json.br b/lib/search/indexes/github-docs-3.3-pt-records.json.br
index 5e3fdc7687..2d7f10ef4d 100644
--- a/lib/search/indexes/github-docs-3.3-pt-records.json.br
+++ b/lib/search/indexes/github-docs-3.3-pt-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:741790cc0bde4f7810f85d1c81ac528cfd996741cd987d2ff18fe3ff6edae04e
-size 749641
+oid sha256:4db979c2b7e12a1ff5b7187dfb75a52822593ce9c4d6cb74bb446d2b02afbb63
+size 749646
diff --git a/lib/search/indexes/github-docs-3.3-pt.json.br b/lib/search/indexes/github-docs-3.3-pt.json.br
index 4344b13570..8075794c78 100644
--- a/lib/search/indexes/github-docs-3.3-pt.json.br
+++ b/lib/search/indexes/github-docs-3.3-pt.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:9e6da28fba34dc6464d033a266604f24dde0720957477f51e18803ed41f8639e
-size 3177608
+oid sha256:62f0e2413a84f564a95df241898f19391fadde81ce622aff593401037ae49d55
+size 3179778
diff --git a/lib/search/indexes/github-docs-3.4-cn-records.json.br b/lib/search/indexes/github-docs-3.4-cn-records.json.br
index c64d0eab11..923f9bcab5 100644
--- a/lib/search/indexes/github-docs-3.4-cn-records.json.br
+++ b/lib/search/indexes/github-docs-3.4-cn-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b166b7b7527eb44d137c16d94c1de1dc3f6d89e2a6fdabb9609c9e2fabc5a666
-size 813757
+oid sha256:79f2d7cf28cad46956bac7a831c0c2c8f5477955a0a4f8797b1c7eb3a6abe6e2
+size 814019
diff --git a/lib/search/indexes/github-docs-3.4-cn.json.br b/lib/search/indexes/github-docs-3.4-cn.json.br
index 50784ecf23..ae85e2fc9e 100644
--- a/lib/search/indexes/github-docs-3.4-cn.json.br
+++ b/lib/search/indexes/github-docs-3.4-cn.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3dd8c53117e3aa23cbc4df10be8910d2d3321db35c46050da4d961986a168163
-size 1618245
+oid sha256:32f83b7029037af7be75b2a3daad3971333ca0bc6fc907474ad8c749e7acc5f7
+size 1623359
diff --git a/lib/search/indexes/github-docs-3.4-en-records.json.br b/lib/search/indexes/github-docs-3.4-en-records.json.br
index 4075489dbd..f121315a56 100644
--- a/lib/search/indexes/github-docs-3.4-en-records.json.br
+++ b/lib/search/indexes/github-docs-3.4-en-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4424d523d173ce12946473ff848545eae01d0ab9ffd9f77804240a8ad798ea00
-size 1151291
+oid sha256:19eb57eb2e36c7c1136544798c0768deadcd9a74d6bf56fdaed854d6b37c52de
+size 1151886
diff --git a/lib/search/indexes/github-docs-3.4-en.json.br b/lib/search/indexes/github-docs-3.4-en.json.br
index 8d5e79153f..e4323462f6 100644
--- a/lib/search/indexes/github-docs-3.4-en.json.br
+++ b/lib/search/indexes/github-docs-3.4-en.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:57a0872770487b69b0535e77475e0e5f3f1021c73d070c53a783271673642f54
-size 4641023
+oid sha256:01eff65d49805ddf3b7dd5d7cd04daa66e9adc52830c1a693a2d6bd201a0ee21
+size 4641825
diff --git a/lib/search/indexes/github-docs-3.4-es-records.json.br b/lib/search/indexes/github-docs-3.4-es-records.json.br
index 5b8614ed06..92b77a33f0 100644
--- a/lib/search/indexes/github-docs-3.4-es-records.json.br
+++ b/lib/search/indexes/github-docs-3.4-es-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:bda80be8fa0090d6c734e339d5e1137e88b2a095feaf3d693f87ba067a8b6ca9
-size 767096
+oid sha256:be867cbb7f8eb3962535f646cbdea4bb6c7b8f3b3944bf5dbecf0a33110b860f
+size 766785
diff --git a/lib/search/indexes/github-docs-3.4-es.json.br b/lib/search/indexes/github-docs-3.4-es.json.br
index 097bc4d83e..b9ae755f61 100644
--- a/lib/search/indexes/github-docs-3.4-es.json.br
+++ b/lib/search/indexes/github-docs-3.4-es.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:04067b24034ba3ad394d84936f5994ad7ffbcc8e90b13eb606e8dd1e91391196
-size 3220960
+oid sha256:c527ff666d6a94ce9cffce082268719be277bb27d33703a71be491ab67438229
+size 3222575
diff --git a/lib/search/indexes/github-docs-3.4-ja-records.json.br b/lib/search/indexes/github-docs-3.4-ja-records.json.br
index 63900c8345..e9755d6d3e 100644
--- a/lib/search/indexes/github-docs-3.4-ja-records.json.br
+++ b/lib/search/indexes/github-docs-3.4-ja-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:60fc798e9e48a4402eef29b6f1aecabbe79418b5ed8a55a86f65afaec3456f97
-size 855048
+oid sha256:401e6bd79436ae5b784e0be913d58b415525f5698ea358eb86b1509106986571
+size 854844
diff --git a/lib/search/indexes/github-docs-3.4-ja.json.br b/lib/search/indexes/github-docs-3.4-ja.json.br
index f7b3291ea7..a9a88a373b 100644
--- a/lib/search/indexes/github-docs-3.4-ja.json.br
+++ b/lib/search/indexes/github-docs-3.4-ja.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:fded22df881705d495e29e2fb376be841e92f9ef3f4877c53ad1b8b0f4dacd9f
-size 4536486
+oid sha256:050f08996c0abb689ea74cebb5340d1f894e83b5aac1751cbefdf13052586b30
+size 4536772
diff --git a/lib/search/indexes/github-docs-3.4-pt-records.json.br b/lib/search/indexes/github-docs-3.4-pt-records.json.br
index e2c7862780..dda1b3e6aa 100644
--- a/lib/search/indexes/github-docs-3.4-pt-records.json.br
+++ b/lib/search/indexes/github-docs-3.4-pt-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:dc16f7af2810563afed9bbcf3fed38ad5d7fdd90ecc1c0e3a3e7b868c96183a8
-size 754033
+oid sha256:215e25f3f4d88023d7b19f6e3545595ac89be8b2586b0038c893b9db76853cfd
+size 753936
diff --git a/lib/search/indexes/github-docs-3.4-pt.json.br b/lib/search/indexes/github-docs-3.4-pt.json.br
index 52a1967c40..c883d1fe63 100644
--- a/lib/search/indexes/github-docs-3.4-pt.json.br
+++ b/lib/search/indexes/github-docs-3.4-pt.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7fa8d3f8b629a43f9f4ff95fa1fbf2629b8bbf268be59cc7ef93ff12d7307e2a
-size 3203501
+oid sha256:f868555d181aa9d5ec33ac950be31294440d9a4a05621d56a1a15332169aad80
+size 3206449
diff --git a/lib/search/indexes/github-docs-3.5-cn-records.json.br b/lib/search/indexes/github-docs-3.5-cn-records.json.br
index e773cf6539..314f974c9f 100644
--- a/lib/search/indexes/github-docs-3.5-cn-records.json.br
+++ b/lib/search/indexes/github-docs-3.5-cn-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:172be125c6b3eb2d4d3f4ccce3ee70d6af5e41dc3ad2d95052db5d538a688253
-size 844286
+oid sha256:c3d61d7f81e99bd9c40b841d79c14c2c2f215c913141ec269b3ca7964e6208ad
+size 844261
diff --git a/lib/search/indexes/github-docs-3.5-cn.json.br b/lib/search/indexes/github-docs-3.5-cn.json.br
index 1659a9b486..978cf82461 100644
--- a/lib/search/indexes/github-docs-3.5-cn.json.br
+++ b/lib/search/indexes/github-docs-3.5-cn.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:0170297dceea6aadbb0fa6eddd502f1b266a20a395c7abedbe964f7d45497dcf
-size 1679770
+oid sha256:26ccd8fa7121bb353b30205983346fd50d7311050ac568c60690d775b9fdfba6
+size 1686521
diff --git a/lib/search/indexes/github-docs-3.5-en-records.json.br b/lib/search/indexes/github-docs-3.5-en-records.json.br
index d5cca33cde..fe199c2253 100644
--- a/lib/search/indexes/github-docs-3.5-en-records.json.br
+++ b/lib/search/indexes/github-docs-3.5-en-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:c71e69702fd584ddf8202cf5fd3f6fd1d15dc6bc594d4b938767a588ec59ff31
-size 1192284
+oid sha256:1979e5d63905a735378c58b120d8bf98a5847056bdda2616d940e3b9aadeeaf6
+size 1192504
diff --git a/lib/search/indexes/github-docs-3.5-en.json.br b/lib/search/indexes/github-docs-3.5-en.json.br
index 8035205174..52390cf073 100644
--- a/lib/search/indexes/github-docs-3.5-en.json.br
+++ b/lib/search/indexes/github-docs-3.5-en.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:add0abcf928bb5fbfe79110c8af077a6afcd29b805317123169be37ca85998e6
-size 4809042
+oid sha256:08ab88b6793f13cd4f31acf57cc07ce5da43c59c54420ff3166c41397752227f
+size 4810774
diff --git a/lib/search/indexes/github-docs-3.5-es-records.json.br b/lib/search/indexes/github-docs-3.5-es-records.json.br
index 553a7cb142..3628a6b3f7 100644
--- a/lib/search/indexes/github-docs-3.5-es-records.json.br
+++ b/lib/search/indexes/github-docs-3.5-es-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:37f1783044ce20432aba3614ef847d52eddb5f15056e77bb5db50892716388c5
-size 792289
+oid sha256:41d89373747824ba6243e37421e52f2427ea023d00db4aa2f79decd0fc63a3bb
+size 791849
diff --git a/lib/search/indexes/github-docs-3.5-es.json.br b/lib/search/indexes/github-docs-3.5-es.json.br
index d269f7b2fa..4cf2d31deb 100644
--- a/lib/search/indexes/github-docs-3.5-es.json.br
+++ b/lib/search/indexes/github-docs-3.5-es.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:f6a96e0556eafeacdaa7e71211bfa7e31344b1a558629b3f9b390aeaf118b0a8
-size 3334450
+oid sha256:c75888e0b5b8aefd1fc971cb90bd036e0ff2569d6efb3a505d14d12cfec2b0fb
+size 3337357
diff --git a/lib/search/indexes/github-docs-3.5-ja-records.json.br b/lib/search/indexes/github-docs-3.5-ja-records.json.br
index 343a61bfe6..5ec26392b6 100644
--- a/lib/search/indexes/github-docs-3.5-ja-records.json.br
+++ b/lib/search/indexes/github-docs-3.5-ja-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:bcc56d95085c1e5409c2f50970c4b6d5fe22e65153bcbaa54b5a575c9d8f9cdb
-size 885283
+oid sha256:7eba117cf000f00d616c358e7d2e83ad519c9086f09a3255e46a401b86e1213b
+size 885154
diff --git a/lib/search/indexes/github-docs-3.5-ja.json.br b/lib/search/indexes/github-docs-3.5-ja.json.br
index d0e19d2bf9..e9e24fe342 100644
--- a/lib/search/indexes/github-docs-3.5-ja.json.br
+++ b/lib/search/indexes/github-docs-3.5-ja.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5fc07f492b9b80890d8401d56397b7fcea71ba12a9cfce9d751402a01f7f6383
-size 4708624
+oid sha256:b8fbfb2cfde1100ab4dadf0fd3a6401d635aa2f648a83c35ba5cffb08a57a0ba
+size 4708653
diff --git a/lib/search/indexes/github-docs-3.5-pt-records.json.br b/lib/search/indexes/github-docs-3.5-pt-records.json.br
index 8627a4458f..37cfd47155 100644
--- a/lib/search/indexes/github-docs-3.5-pt-records.json.br
+++ b/lib/search/indexes/github-docs-3.5-pt-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:ac5df00c3a85464ee0ffe6ee07b73c28a00ec04258ca610eead474ff9120d4b8
-size 779063
+oid sha256:7575dc28401b53bdeda9f02d20a550d4fe67123d34c85531f0245f5f7f227955
+size 778814
diff --git a/lib/search/indexes/github-docs-3.5-pt.json.br b/lib/search/indexes/github-docs-3.5-pt.json.br
index 5dafd9a09d..8f6acbb808 100644
--- a/lib/search/indexes/github-docs-3.5-pt.json.br
+++ b/lib/search/indexes/github-docs-3.5-pt.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5e6c1b1e53b9f98895f9b89b8b01e3a800e1344a316808d2d640620335293669
-size 3319346
+oid sha256:f69c43f0bc1626a853d2907318983eed0cfd65d88cbf3cc3f47e66fbe7681d04
+size 3321526
diff --git a/lib/search/indexes/github-docs-3.6-cn-records.json.br b/lib/search/indexes/github-docs-3.6-cn-records.json.br
index 31357f9d25..2fdf158edb 100644
--- a/lib/search/indexes/github-docs-3.6-cn-records.json.br
+++ b/lib/search/indexes/github-docs-3.6-cn-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:c01b1bb7d8435af1f4d581913405d4a3ea66becbf3c3fb9d42d987a3d90cca61
-size 866845
+oid sha256:172c4ff85f77f21a6e72884829dcb074146948a0646cc8d6b60c2b51b6d6fc71
+size 866800
diff --git a/lib/search/indexes/github-docs-3.6-cn.json.br b/lib/search/indexes/github-docs-3.6-cn.json.br
index bb97f36f7b..47c2f20281 100644
--- a/lib/search/indexes/github-docs-3.6-cn.json.br
+++ b/lib/search/indexes/github-docs-3.6-cn.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:2676b48bc38c47ef1d47806f32d80efddc069eb760e95457efbd48bb23e2d707
-size 1721677
+oid sha256:aaf17915adc037791202dbf0595173470c711347400dbc076ce9f4faf32cf50f
+size 1727994
diff --git a/lib/search/indexes/github-docs-3.6-en-records.json.br b/lib/search/indexes/github-docs-3.6-en-records.json.br
index aa2823bede..828900a555 100644
--- a/lib/search/indexes/github-docs-3.6-en-records.json.br
+++ b/lib/search/indexes/github-docs-3.6-en-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:6084639d6a28c3794c175f536d4a579ad950bde4d91845d1ebb83e8550cafdf4
-size 1225624
+oid sha256:186a3a72179ef5fdaf7ac7026ce833a0d1661b8bec3ba53d944482793aad6819
+size 1225570
diff --git a/lib/search/indexes/github-docs-3.6-en.json.br b/lib/search/indexes/github-docs-3.6-en.json.br
index 0488ab3673..9294c052ed 100644
--- a/lib/search/indexes/github-docs-3.6-en.json.br
+++ b/lib/search/indexes/github-docs-3.6-en.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:abc87586ebc1c062ef406b7e8bace4ff5dec138934c09df10b1beddeb625dca1
-size 4941386
+oid sha256:79a0ac3f62bce6315ed9ce483f8bca1a0d730e29cc1f8c420fdebbbad0a1ef6e
+size 4941688
diff --git a/lib/search/indexes/github-docs-3.6-es-records.json.br b/lib/search/indexes/github-docs-3.6-es-records.json.br
index 5699cd2078..9590c615c9 100644
--- a/lib/search/indexes/github-docs-3.6-es-records.json.br
+++ b/lib/search/indexes/github-docs-3.6-es-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:1c010e5e6173f7b56d632fe286ce3ae2c7ba19e23b713269afa5dfa06c62c68e
-size 815340
+oid sha256:70e46e4c2bece6a43490378ac2333581830a3d6837008a838d05e1cdead95ca3
+size 814772
diff --git a/lib/search/indexes/github-docs-3.6-es.json.br b/lib/search/indexes/github-docs-3.6-es.json.br
index f6a88208aa..802e82cc41 100644
--- a/lib/search/indexes/github-docs-3.6-es.json.br
+++ b/lib/search/indexes/github-docs-3.6-es.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a96abcea5037775ca16a7d88ab1180a4682571e4de0f7ea606eee293ed36c11f
-size 3437958
+oid sha256:46ebde24135d967008c211c46615e1fc38d2c06379b85ce6382998b388a36784
+size 3440883
diff --git a/lib/search/indexes/github-docs-3.6-ja-records.json.br b/lib/search/indexes/github-docs-3.6-ja-records.json.br
index 4aaaea8a37..bb44db0159 100644
--- a/lib/search/indexes/github-docs-3.6-ja-records.json.br
+++ b/lib/search/indexes/github-docs-3.6-ja-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e52bc4de36f1b622263cfcdf4bea70f5122634fef41acaa4a102403cac503c1c
-size 910233
+oid sha256:9e1a0e40921d0bdde10b83445766e8fb8d336a2c873b93f16a0740f5963690e1
+size 910143
diff --git a/lib/search/indexes/github-docs-3.6-ja.json.br b/lib/search/indexes/github-docs-3.6-ja.json.br
index 591cf385c7..c1c0f20c99 100644
--- a/lib/search/indexes/github-docs-3.6-ja.json.br
+++ b/lib/search/indexes/github-docs-3.6-ja.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4cd1041f2a04b34eefc339773713a922b32e46d7e2c759676f53f901df1b8590
-size 4847353
+oid sha256:59e20ab44298104727df43224773180cf65a139a245c0020a17cc51c0c50942c
+size 4845702
diff --git a/lib/search/indexes/github-docs-3.6-pt-records.json.br b/lib/search/indexes/github-docs-3.6-pt-records.json.br
index ac350985ae..986bf4fac6 100644
--- a/lib/search/indexes/github-docs-3.6-pt-records.json.br
+++ b/lib/search/indexes/github-docs-3.6-pt-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a34a6d40732aa2defbc03292ea5887bda35344e3bcbb95da952cf06a0fa9ae67
-size 801072
+oid sha256:903d99660efc43ada8e3f89e5af568e567df766d4c8c0b0febf5973822e5024f
+size 801006
diff --git a/lib/search/indexes/github-docs-3.6-pt.json.br b/lib/search/indexes/github-docs-3.6-pt.json.br
index fde1330612..7568db59fd 100644
--- a/lib/search/indexes/github-docs-3.6-pt.json.br
+++ b/lib/search/indexes/github-docs-3.6-pt.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:96c0a52c0d1e492b4863aab3c637b5eb5a8c88f86286504bf208d21616bd1db0
-size 3420138
+oid sha256:bd595dc0da219520d1ecb65546358ddcbaba2158086c31da9c9cdfe26714ba51
+size 3422226
diff --git a/lib/search/indexes/github-docs-dotcom-cn-records.json.br b/lib/search/indexes/github-docs-dotcom-cn-records.json.br
index a9d40ef77c..be7ca462b3 100644
--- a/lib/search/indexes/github-docs-dotcom-cn-records.json.br
+++ b/lib/search/indexes/github-docs-dotcom-cn-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:0dfeab53cbf4c1a219eede7c5dc220fcc3bb345e5adfba968958d56ae83a1aed
-size 1014377
+oid sha256:852d1647bef5fba9a2f0edda3206fc23ebfb169e55b1d0413cf5a61cc6f19b88
+size 1018851
diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br
index 03423a27a2..94932cdb4f 100644
--- a/lib/search/indexes/github-docs-dotcom-cn.json.br
+++ b/lib/search/indexes/github-docs-dotcom-cn.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d9a9adcdaae70cfed70a087f96b62de2467bddcddc03b18d5cecbc24cf0f15c1
-size 1825614
+oid sha256:aed5bc219d0b248db0834c49ceb9fba72c0fe955023729fbb6705c3739810827
+size 1821294
diff --git a/lib/search/indexes/github-docs-dotcom-en-records.json.br b/lib/search/indexes/github-docs-dotcom-en-records.json.br
index ab3ac6de8d..ecda33d1e8 100644
--- a/lib/search/indexes/github-docs-dotcom-en-records.json.br
+++ b/lib/search/indexes/github-docs-dotcom-en-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:fcf983ca993f3ff623b82192c596da7324ce2aaee2c7f90e800f9a03baa5a76f
-size 1476530
+oid sha256:9280532d1318ae77eae3117d6d2aea15d7891d8796d03d0c0f53e7e6577ef426
+size 1477235
diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br
index 64eaaca99b..75a1ba15eb 100644
--- a/lib/search/indexes/github-docs-dotcom-en.json.br
+++ b/lib/search/indexes/github-docs-dotcom-en.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:116c8403b81baf2ae3ec7834b96e0bd4899021738ece15795509b20f1c186909
-size 5692359
+oid sha256:53c2f807f15d4ff6468bbbe683ef419f78ee7cfe01b5e615d70b948c10530179
+size 5695412
diff --git a/lib/search/indexes/github-docs-dotcom-es-records.json.br b/lib/search/indexes/github-docs-dotcom-es-records.json.br
index b592c92887..eb4b4a3fc6 100644
--- a/lib/search/indexes/github-docs-dotcom-es-records.json.br
+++ b/lib/search/indexes/github-docs-dotcom-es-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d69b9be4baa6754cc83eb064e4d512ddad7948501f8936b23bbf06c550a1d866
-size 945709
+oid sha256:a714962d2a6b3567ef9812340c06ea6b1ad9082e7754fdaf5dc69da479610f9f
+size 944046
diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br
index 3847a9a877..c9dadb655d 100644
--- a/lib/search/indexes/github-docs-dotcom-es.json.br
+++ b/lib/search/indexes/github-docs-dotcom-es.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:160705b34b81024a2b173d263cb646fecd7bb14e4759bb37282ebe6a30d2c13a
-size 3913380
+oid sha256:2add8facb8aa18095b62eb211ea4d9cf2998a3bcd486627e75f30a7409e4bef7
+size 3907770
diff --git a/lib/search/indexes/github-docs-dotcom-ja-records.json.br b/lib/search/indexes/github-docs-dotcom-ja-records.json.br
index 8f256261a9..6bd480c40a 100644
--- a/lib/search/indexes/github-docs-dotcom-ja-records.json.br
+++ b/lib/search/indexes/github-docs-dotcom-ja-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d5076fa7ddbcf9bd8ea54f0bfdc341fb3342b17aa1e9ae723b7d70babb9255db
-size 1064088
+oid sha256:8dcf362d0b1843074c19237a350f5452c12fe7dd5b72a4bf824b5e96c3f6d289
+size 1065584
diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br
index 2e9f63e062..639978785a 100644
--- a/lib/search/indexes/github-docs-dotcom-ja.json.br
+++ b/lib/search/indexes/github-docs-dotcom-ja.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4018cdde43f046af7a1bb9913c395bfb7d1805681906dc6c5f6db61d81dc051c
-size 5508668
+oid sha256:7e87e1c1bf072cf063cafc7905b9c149ff9cfd7f477c537daf8842fcf856b175
+size 5513424
diff --git a/lib/search/indexes/github-docs-dotcom-pt-records.json.br b/lib/search/indexes/github-docs-dotcom-pt-records.json.br
index 965e91ebdc..f41fa556de 100644
--- a/lib/search/indexes/github-docs-dotcom-pt-records.json.br
+++ b/lib/search/indexes/github-docs-dotcom-pt-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4ab8b3a3b1578a5dba46a663906777c1bd13a7609c5a5ebee1fdb994f9bb60f2
-size 928674
+oid sha256:b438dbe40db91321d541b688841a3d727852f98240b4cf9d0a5fa52d8f826b7d
+size 927024
diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br
index 5e177f3695..fd78a39f9e 100644
--- a/lib/search/indexes/github-docs-dotcom-pt.json.br
+++ b/lib/search/indexes/github-docs-dotcom-pt.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:6087f6074fd9e7ec9ad0a5631b19b6e8a64fc326cdc758cace83fe13874fe467
-size 3869308
+oid sha256:4490dd6435b7045d34e323b1e58d7b4ff14b07078e284c5450030dcc67c70261
+size 3864082
diff --git a/lib/search/indexes/github-docs-ghae-cn-records.json.br b/lib/search/indexes/github-docs-ghae-cn-records.json.br
index 86547029d4..274b32f060 100644
--- a/lib/search/indexes/github-docs-ghae-cn-records.json.br
+++ b/lib/search/indexes/github-docs-ghae-cn-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:0a281eb3d061be9bad597895fd0de5b7c98f9504538b10ac957e8ff0e478c0fa
-size 651878
+oid sha256:e080cd7b3a3d2c7208d29a3cc8c3de411c5e54fd3afdef24df7a1fc9ee776ce2
+size 652625
diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br
index cc933f1771..6cf977fb12 100644
--- a/lib/search/indexes/github-docs-ghae-cn.json.br
+++ b/lib/search/indexes/github-docs-ghae-cn.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:07940fdb9cd7b4466c5e724c016201a08cfc11ef1ec6e4ec8f1ad61e9be67795
-size 1305307
+oid sha256:c2204aea99d88e655d68da11f5a6b3b4d445ee87a9d4de08f7cbc68ce3308c85
+size 1309894
diff --git a/lib/search/indexes/github-docs-ghae-en-records.json.br b/lib/search/indexes/github-docs-ghae-en-records.json.br
index 38b5c5a863..0df81c1f4b 100644
--- a/lib/search/indexes/github-docs-ghae-en-records.json.br
+++ b/lib/search/indexes/github-docs-ghae-en-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:194e72bcfcd4307b72fa5b0edd6229e93ede7faaf8c877365af0e36eca2cba95
-size 949860
+oid sha256:cff71a9fdae9937effac0c2febb85531715320a5496545dbcc95d3d4c2491b79
+size 950227
diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br
index 5a52cccd8d..2b19109c22 100644
--- a/lib/search/indexes/github-docs-ghae-en.json.br
+++ b/lib/search/indexes/github-docs-ghae-en.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:23ac315414ad81c18d1f61cb7d978db50744f258755c0195a38b1a680f0bc268
-size 3767632
+oid sha256:53e4b77483117b10b1b51863be8319a8ea394762664c931b47ad0ee63991d5b0
+size 3767235
diff --git a/lib/search/indexes/github-docs-ghae-es-records.json.br b/lib/search/indexes/github-docs-ghae-es-records.json.br
index 35a5f0ae57..1ae30d9efe 100644
--- a/lib/search/indexes/github-docs-ghae-es-records.json.br
+++ b/lib/search/indexes/github-docs-ghae-es-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d96fcb5828ba4aaf89b509fdf81916f1875d81dafc240d7dc43d7c3df96a41cf
-size 623261
+oid sha256:fa9623483574aaa397c048cc7d8511d0bf8ab4554563eca1b65c6b2e40ca3ae7
+size 623217
diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br
index b6e9df22a5..921797d7f7 100644
--- a/lib/search/indexes/github-docs-ghae-es.json.br
+++ b/lib/search/indexes/github-docs-ghae-es.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4f75ab67c1e7bba20b145edec88154cdf1a30c0056bf5898f72739ae25748c57
-size 2535161
+oid sha256:6e0d625e76e5e53e4fdc924a658606cf30209a2727a9322c77695618289188e8
+size 2536883
diff --git a/lib/search/indexes/github-docs-ghae-ja-records.json.br b/lib/search/indexes/github-docs-ghae-ja-records.json.br
index 64c02bf949..5b0eca9747 100644
--- a/lib/search/indexes/github-docs-ghae-ja-records.json.br
+++ b/lib/search/indexes/github-docs-ghae-ja-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5611b45dd71165436be5a423d3e26ae1fdb4eda15a3b43c7f59baef31adce53d
-size 685508
+oid sha256:88d3b176803da52c2ff9523173fcdf25269a523ab270ea7368be5802cea72b81
+size 685555
diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br
index dc2cb4c615..93b78fbc2e 100644
--- a/lib/search/indexes/github-docs-ghae-ja.json.br
+++ b/lib/search/indexes/github-docs-ghae-ja.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:010c604f266d5782e2b77f11be1bb85833e0f478b56808793a09fbe7cbdba3e5
-size 3544591
+oid sha256:9bb2dbbcf792bed0772f85bab1236ad25a6a6cb212cd1e5ce391dc5ae0d8922a
+size 3545324
diff --git a/lib/search/indexes/github-docs-ghae-pt-records.json.br b/lib/search/indexes/github-docs-ghae-pt-records.json.br
index 1c8226fe49..93ee742148 100644
--- a/lib/search/indexes/github-docs-ghae-pt-records.json.br
+++ b/lib/search/indexes/github-docs-ghae-pt-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:97a8c587117bf56fb0f1b747f91da201e0300d3708424c48755c999f096f425f
-size 612733
+oid sha256:cf1b6dbdee1aaf0516cfcd0b9650d1ce4e202a7e2bf0d5ff06533c7f5230fec7
+size 612809
diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br
index d4ca424acb..d967b5bedd 100644
--- a/lib/search/indexes/github-docs-ghae-pt.json.br
+++ b/lib/search/indexes/github-docs-ghae-pt.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5762ecf635b49742adf6de850ae21b13f18c029c34c59e3da5af36c3a37bbf86
-size 2523165
+oid sha256:7c298d1783cc1ae3761abaca8ad3c1922085e961675e7ac7cca1ded626557ecb
+size 2524432
diff --git a/lib/search/indexes/github-docs-ghec-cn-records.json.br b/lib/search/indexes/github-docs-ghec-cn-records.json.br
index a5a7d9e7d2..240c1be91b 100644
--- a/lib/search/indexes/github-docs-ghec-cn-records.json.br
+++ b/lib/search/indexes/github-docs-ghec-cn-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:f631597daf0d3ff5f27b69ca56b7867d412d22ecf77260003eb8407e9cc3cfc3
-size 996714
+oid sha256:a83fa5dc8b48b152ae62fb33a9aa316ffda3bd99dfca2830f516d461ab9a08e5
+size 997424
diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br
index 74bc32d9e8..78eea576d5 100644
--- a/lib/search/indexes/github-docs-ghec-cn.json.br
+++ b/lib/search/indexes/github-docs-ghec-cn.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e9fd89f1992c8aca25465ba1012dd2bd2c209d1995bc8122cc342aad3736a9e5
-size 1966957
+oid sha256:34a6de06f76ddfa705475ccf2abfc1d1ed6177b0c23c000b59690fa3ba92f57a
+size 1975299
diff --git a/lib/search/indexes/github-docs-ghec-en-records.json.br b/lib/search/indexes/github-docs-ghec-en-records.json.br
index 8b35c9d134..6707a62c9e 100644
--- a/lib/search/indexes/github-docs-ghec-en-records.json.br
+++ b/lib/search/indexes/github-docs-ghec-en-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:567ac927bede94b3f8d1421e7b2fe724ca8c6a71004bc8f13d01c735d8cfcefb
-size 1421285
+oid sha256:24ef77b2bcffcafb9d1b44df28f192810f9fd4889fa9ee22012186aa617ecff6
+size 1422080
diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br
index d763d15116..a6fe12b8d3 100644
--- a/lib/search/indexes/github-docs-ghec-en.json.br
+++ b/lib/search/indexes/github-docs-ghec-en.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7f9c26d0c9a1e99afc349680dfb5e014e25b162b5838a468126c1100de7d6e30
-size 5755986
+oid sha256:01a46fefea85ae7d8b854ac5eb84f1048d9ea63fa13a28e5f1f1019ede429c0c
+size 5763915
diff --git a/lib/search/indexes/github-docs-ghec-es-records.json.br b/lib/search/indexes/github-docs-ghec-es-records.json.br
index d938adc3f5..c455314c0e 100644
--- a/lib/search/indexes/github-docs-ghec-es-records.json.br
+++ b/lib/search/indexes/github-docs-ghec-es-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:250fccd1a87f8a8c08d1aa801d94d3615693619565e413cc1f6b4abad13dc985
-size 949796
+oid sha256:98978b3fbe08b2c23cf1f8fdf67a8aa345ea35ac239882f9cba9a1b375b810dc
+size 949878
diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br
index 13d2ea34f9..4d05300142 100644
--- a/lib/search/indexes/github-docs-ghec-es.json.br
+++ b/lib/search/indexes/github-docs-ghec-es.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:57afdebd6c3d0ad858b9134322566ccf5188a02ae07c11ebee6c6cf3c2a0e1d2
-size 4074922
+oid sha256:02e0f31987e26a07d9daa237ff24936929970480bfc7181ab8f1080a55982f6a
+size 4078214
diff --git a/lib/search/indexes/github-docs-ghec-ja-records.json.br b/lib/search/indexes/github-docs-ghec-ja-records.json.br
index ff01b166fa..1e0652b682 100644
--- a/lib/search/indexes/github-docs-ghec-ja-records.json.br
+++ b/lib/search/indexes/github-docs-ghec-ja-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3c64422cd2c3c1c67cfd1b806674e70a396a983cd83d21e7fcd5a5eae0ed3817
-size 1054169
+oid sha256:045eb6c95db836503e5bb6ca0251442c870874b93c121e1061f95594f6fa170d
+size 1054296
diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br
index e9fb06e725..897f8df86a 100644
--- a/lib/search/indexes/github-docs-ghec-ja.json.br
+++ b/lib/search/indexes/github-docs-ghec-ja.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7cb6c5fc43115b6aabf9179bf8115892e371ba39c1369558177bfc6cd9485d7c
-size 5651503
+oid sha256:c452bf139bdc9ea8d02cb8ed1c438b6ef122641207c8f189e530cfdf7e833d7e
+size 5652585
diff --git a/lib/search/indexes/github-docs-ghec-pt-records.json.br b/lib/search/indexes/github-docs-ghec-pt-records.json.br
index 1316a1b907..2bd390a35b 100644
--- a/lib/search/indexes/github-docs-ghec-pt-records.json.br
+++ b/lib/search/indexes/github-docs-ghec-pt-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:20bde81e5928210022dadbd7cab88a14c7e1279f12a98c0c685651483628bebe
-size 932288
+oid sha256:b453bc3eff1a92a6ebed47c067c876ab990a22ffef0188ed5eabcea464358949
+size 932552
diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br
index e24f6d4593..18e99ec0ec 100644
--- a/lib/search/indexes/github-docs-ghec-pt.json.br
+++ b/lib/search/indexes/github-docs-ghec-pt.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4379c6b50347f4084ab004373fb559bd1c684ca0a61e7a68a42b0c3439127aa3
-size 4022386
+oid sha256:0a61fe7b60627fef290cda4f7bfd96024071fd38f2b9a59d7f8889f821fba3a3
+size 4025991