diff --git a/components/article/ArticlePage.tsx b/components/article/ArticlePage.tsx
index daf982a434..888219eec0 100644
--- a/components/article/ArticlePage.tsx
+++ b/components/article/ArticlePage.tsx
@@ -2,7 +2,7 @@ import { useRouter } from 'next/router'
import cx from 'classnames'
import { Heading } from '@primer/components'
-import { ZapIcon, InfoIcon } from '@primer/octicons-react'
+import { ZapIcon, InfoIcon, ShieldLockIcon } from '@primer/octicons-react'
import { Callout } from 'components/ui/Callout'
import { Link } from 'components/Link'
@@ -79,10 +79,12 @@ export const ArticlePage = () => {
{intro &&
path:/ | [**octocat filename:readme path:/**](https://github.com/search?utf8=%E2%9C%93&q=octocat+filename%3Areadme+path%3A%2F&type=Code) matches _readme_ files with the word "octocat" that are located at the root level of a repository.
-| path:DIRECTORY | [**form path:cgi-bin language:perl**](https://github.com/search?q=form+path%3Acgi-bin+language%3Aperl&type=Code) matches Perl files with the word "form" in a cgi-bin directory, or in any of its subdirectories.
-| path:PATH/TO/DIRECTORY | [**console path:app/public language:javascript**](https://github.com/search?q=console+path%3A%22app%2Fpublic%22+language%3Ajavascript&type=Code) matches JavaScript files with the word "console" in an app/public directory, or in any of its subdirectories (even if they reside in app/public/js/form-validators).
+| path:DIRECTORY | [**form path:cgi-bin language:perl**](https://github.com/search?q=form+path%3Acgi-bin+language%3Aperl&type=Code) matches Perl files with the word "form" in the cgi-bin directory, or in any of its subdirectories.
+| path:PATH/TO/DIRECTORY | [**console path:app/public language:javascript**](https://github.com/search?q=console+path%3A%22app%2Fpublic%22+language%3Ajavascript&type=Code) matches JavaScript files with the word "console" in the app/public directory, or in any of its subdirectories (even if they reside in app/public/js/form-validators).
## Search by language
diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors.md
index 4297ae8245..0f95ff4e1b 100644
--- a/content/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors.md
+++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors.md
@@ -58,6 +58,18 @@ If you are a taxpayer in the United States and earn more than 600 US dollars in
{% data reusables.sponsors.sponsorships-not-tax-deductible %}
+## Sales tax
+
+GitHub is providing information to assist you in calculating your sales tax obligations. This information is not personalized to your country or tax situation and we recommend you talk to a professional to understand your specific obligations. However, we'd like to provide some high-level information to help you understand the general principles of digital sales tax.
+
+In most countries around the world, sales tax for digital transactions is based on the location of the recipient, not on the seller. For example, if you are a maintainer in the United States and you provide a taxable benefit to a Sponsor in Germany, German sales tax would apply.
+
+Sales tax is generally only applicable when a good or service of value is being provided. Goodwill/general support/undying appreciation is not normally taxable.
+
+In the US, both B2B (business-to-business) and B2C (business-to-consumer) are subject to sales tax.
+
+In the EU and most other countries and regions, B2C sales are subject to sales tax. B2B sales are not subject to tax. C2C and C2B sales where a consumer is not registered for VAT are not taxable.
+
## Further reading
- [Viewing your sponsors and sponsorships](/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships)
diff --git a/contributing/content-style-guide.md b/contributing/content-style-guide.md
index 6dd9678288..2c720343be 100644
--- a/contributing/content-style-guide.md
+++ b/contributing/content-style-guide.md
@@ -125,9 +125,7 @@ Be descriptive when naming image files: include the name, action, and UI element
### Screenshots
-When you take a screenshot, avoid overly wide images. If you're trying to bring attention to a button, don't take a shot of the entire page. Focus on the area around the button instead and crop near the focal point of the image. Leave enough of a margin around the focal point so that some other elements of the page are visible, helping the viewer find the area of the screenshot when looking at the user interface.
-
-Do not include your username or avatar in any images. If a screenshot must include a username or avatar, use the Inspect function in your browser to add the [Octocat](https://github.com/octocat)'s username or avatar instead.
+To learn about creating and versioning images, see "[Creating and updating screenshots](./images-and-versioning.md)."
## Inclusive language
diff --git a/data/reusables/actions/ae-hosted-runners-beta.md b/data/reusables/actions/ae-hosted-runners-beta.md
index 96c6694e09..804f22a849 100644
--- a/data/reusables/actions/ae-hosted-runners-beta.md
+++ b/data/reusables/actions/ae-hosted-runners-beta.md
@@ -1,4 +1,4 @@
-ss{% ifversion ghae %}
+{% ifversion ghae %}
{% note %}
**Note:** {% data variables.actions.hosted_runner %}s are currently in beta and subject to change.
diff --git a/data/reusables/code-scanning/upload-sarif-alert-limit.md b/data/reusables/code-scanning/upload-sarif-alert-limit.md
index 23aafdc414..a1394e09c3 100644
--- a/data/reusables/code-scanning/upload-sarif-alert-limit.md
+++ b/data/reusables/code-scanning/upload-sarif-alert-limit.md
@@ -1,5 +1,8 @@
{% note %}
-**Note:** SARIF upload supports a maximum of {% ifversion ghae-next or fpt or ghes > 3.0 %}5000{% else %}1000{% endif %} results per upload. Any results over this limit are ignored. If a tool generates too many results, you should update the configuration to focus on results for the most important rules or queries.
+**Notes:**
+- SARIF upload supports a maximum of {% ifversion ghae-next or fpt or ghes > 3.0 %}5000{% else %}1000{% endif %} results per upload. Any results over this limit are ignored. If a tool generates too many results, you should update the configuration to focus on results for the most important rules or queries.
+
+ - For each upload, SARIF upload supports a maximum size of 10 MB for the `gzip`-compressed SARIF file. Any uploads over this limit will be rejected. If your SARIF file is too large because it contains too many results, you should update the configuration to focus on results for the most important rules or queries.
{% endnote %}
diff --git a/lib/search/indexes/github-docs-2.22-cn-records.json.br b/lib/search/indexes/github-docs-2.22-cn-records.json.br
index 6727b6c6a6..606a08416f 100644
--- a/lib/search/indexes/github-docs-2.22-cn-records.json.br
+++ b/lib/search/indexes/github-docs-2.22-cn-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:91208e024867af555a4eb969e81cf9889343d67acd59cb2a0a8b2ea08dde1e96
-size 525424
+oid sha256:d114c7b22367d93102a06e51c16671fe9cb68eb57b46fd458af625b4e13f02b0
+size 525486
diff --git a/lib/search/indexes/github-docs-2.22-cn.json.br b/lib/search/indexes/github-docs-2.22-cn.json.br
index eed5d4b67f..3b973e8b02 100644
--- a/lib/search/indexes/github-docs-2.22-cn.json.br
+++ b/lib/search/indexes/github-docs-2.22-cn.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7ce2293187a52af182b945594cf7f2f48aaa51778471f8ed2a588a83635531c1
-size 868920
+oid sha256:bc585436bcd959d4cb4bea79ec3813aa236086178b730eeaa7ea86253dcccd20
+size 868661
diff --git a/lib/search/indexes/github-docs-2.22-de-records.json.br b/lib/search/indexes/github-docs-2.22-de-records.json.br
index f3c870de90..a729a5ab8b 100644
--- a/lib/search/indexes/github-docs-2.22-de-records.json.br
+++ b/lib/search/indexes/github-docs-2.22-de-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:06ed8e30eb4a54c4479fe734e57a75733110c745d00cd0b40232c844394faa7e
-size 479313
+oid sha256:bcdd3c52ce0c9bef3470189d7115bb67f323d7b9c61a50b57ddae3d3aeeab5e4
+size 479335
diff --git a/lib/search/indexes/github-docs-2.22-de.json.br b/lib/search/indexes/github-docs-2.22-de.json.br
index c9b9645c7b..b138815546 100644
--- a/lib/search/indexes/github-docs-2.22-de.json.br
+++ b/lib/search/indexes/github-docs-2.22-de.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3126d7488e44088e750c52161d5df39fbd0c71507e43e92353923a24888a3f9b
-size 2127575
+oid sha256:d859ff65c917ca7f602f394b81f969bd0dac338d16c80c51e508db5c7b6389f1
+size 2126741
diff --git a/lib/search/indexes/github-docs-2.22-en-records.json.br b/lib/search/indexes/github-docs-2.22-en-records.json.br
index 91add51ada..6ebfaade83 100644
--- a/lib/search/indexes/github-docs-2.22-en-records.json.br
+++ b/lib/search/indexes/github-docs-2.22-en-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:40ad457c0e26d6f502ed9a1da6ba3b87e05d385fcf97021449288ee03f1deb28
-size 434178
+oid sha256:14dd9ade966816ac9871f455f7467a35e20c0ce21a4c5763a660e945603bab87
+size 434002
diff --git a/lib/search/indexes/github-docs-2.22-en.json.br b/lib/search/indexes/github-docs-2.22-en.json.br
index d8f9667cb4..d4d9944750 100644
--- a/lib/search/indexes/github-docs-2.22-en.json.br
+++ b/lib/search/indexes/github-docs-2.22-en.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5d6d2162d830350c05d6340974d7fef66be30e400d3fea26529ee286638b0091
-size 1695964
+oid sha256:582e57c5b7b9c8569d191bff9604e002f86a6af6f5ebdb64d334f8cb3d84e1d5
+size 1694431
diff --git a/lib/search/indexes/github-docs-2.22-es-records.json.br b/lib/search/indexes/github-docs-2.22-es-records.json.br
index 04b3fd8c61..53bfd89090 100644
--- a/lib/search/indexes/github-docs-2.22-es-records.json.br
+++ b/lib/search/indexes/github-docs-2.22-es-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:28303ab0f742ac14a10721f94cb36ff7011a15866b2a1a9503a751b2d2a03de8
-size 195098
+oid sha256:c3abc8d6b3fccfac1f63c7a1ee556a3df68c40d7c3501ae033b2580da28212e3
+size 194947
diff --git a/lib/search/indexes/github-docs-2.22-es.json.br b/lib/search/indexes/github-docs-2.22-es.json.br
index 2b5c11dcba..bda882ef64 100644
--- a/lib/search/indexes/github-docs-2.22-es.json.br
+++ b/lib/search/indexes/github-docs-2.22-es.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e93fdd51712c6ab062dde5062279a702eca3511e529897be1b013d5796b96533
-size 702748
+oid sha256:5ebfa8fa87f8983ad1d0bb11650bb0b24c8729a3a12505ff94c2ef4096f61f35
+size 702808
diff --git a/lib/search/indexes/github-docs-2.22-ja-records.json.br b/lib/search/indexes/github-docs-2.22-ja-records.json.br
index 2569349231..3915a57287 100644
--- a/lib/search/indexes/github-docs-2.22-ja-records.json.br
+++ b/lib/search/indexes/github-docs-2.22-ja-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:63155775a74ca5f1add9b970b00633b43cd6f840b858fe5eb6ea0a0602137d71
-size 545125
+oid sha256:88f551ef41760e565eb549c4a5bdc5cf70f39b45c4e85d774e90c8fd4bbd7ca9
+size 545371
diff --git a/lib/search/indexes/github-docs-2.22-ja.json.br b/lib/search/indexes/github-docs-2.22-ja.json.br
index d4b0ceb41d..da15bb55b2 100644
--- a/lib/search/indexes/github-docs-2.22-ja.json.br
+++ b/lib/search/indexes/github-docs-2.22-ja.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:2239e3d2a38f472fec2c004ef2cf6efc7d2fb9536ccdb8d868b15ee7e252212d
-size 2881233
+oid sha256:63e10625085871114846e24be09fb4d947bd70e8c300ed7489975b963162b484
+size 2881066
diff --git a/lib/search/indexes/github-docs-2.22-pt-records.json.br b/lib/search/indexes/github-docs-2.22-pt-records.json.br
index 285d57f4f8..385a35a55f 100644
--- a/lib/search/indexes/github-docs-2.22-pt-records.json.br
+++ b/lib/search/indexes/github-docs-2.22-pt-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7eecfa7dd53c92d6c11fbd73146e09a4053ca429ec346718f19c0343f226e86d
-size 456762
+oid sha256:39219dc530ddb49f3bb89bac713b598b56c944d0cb640e23c4bb1992baaca18f
+size 456869
diff --git a/lib/search/indexes/github-docs-2.22-pt.json.br b/lib/search/indexes/github-docs-2.22-pt.json.br
index 4a66301637..b24b26dca4 100644
--- a/lib/search/indexes/github-docs-2.22-pt.json.br
+++ b/lib/search/indexes/github-docs-2.22-pt.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:c275566abd5fbd592dfaec5652e5b5fab5f683d533906d1b9e1cd4efd5a12b59
-size 1906421
+oid sha256:3e79dab7b004505fffd0b62aa35d91c696d24e970da5edbc6d6d0591db9929fb
+size 1905314
diff --git a/lib/search/indexes/github-docs-3.0-cn-records.json.br b/lib/search/indexes/github-docs-3.0-cn-records.json.br
index 3a9aef589a..b9badbd15d 100644
--- a/lib/search/indexes/github-docs-3.0-cn-records.json.br
+++ b/lib/search/indexes/github-docs-3.0-cn-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:87cf77f4d982ecdc6b3098aacf4fd41dfcf391fc85d382b8fd407bf88a39abb7
-size 544936
+oid sha256:c3024b43540554ca461df3785180daae860b7598149a153d409939238c06c434
+size 544816
diff --git a/lib/search/indexes/github-docs-3.0-cn.json.br b/lib/search/indexes/github-docs-3.0-cn.json.br
index 61afcab8f8..a9b3c768ea 100644
--- a/lib/search/indexes/github-docs-3.0-cn.json.br
+++ b/lib/search/indexes/github-docs-3.0-cn.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3c06af4f6b6693cd191502296cc772d7918e7613fd749c76805462fe61f778af
-size 906699
+oid sha256:6f296eb87fcd2df9ab89ca8790dbb988a2c324fd9b6f75930c7738590e95c8e2
+size 906964
diff --git a/lib/search/indexes/github-docs-3.0-de-records.json.br b/lib/search/indexes/github-docs-3.0-de-records.json.br
index a6c808484c..0d7c8c7ff6 100644
--- a/lib/search/indexes/github-docs-3.0-de-records.json.br
+++ b/lib/search/indexes/github-docs-3.0-de-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3d68db0ba698cf3c75466d033503e9851a5f4c65ac5ccd803489afc671449a94
-size 499785
+oid sha256:0c20a895354c773031bef46c1a778ad71880dc42e7d37955609f56e9e40f9578
+size 499831
diff --git a/lib/search/indexes/github-docs-3.0-de.json.br b/lib/search/indexes/github-docs-3.0-de.json.br
index 96aec98a01..7139172c0c 100644
--- a/lib/search/indexes/github-docs-3.0-de.json.br
+++ b/lib/search/indexes/github-docs-3.0-de.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:352ea704f354e70f67d6685f890bd23a45e557277d6d57997a312264d0b8a049
-size 2232857
+oid sha256:8a2d152430503fee662621371dd12284298a51f9c1b2bb9bb84323673ee3da71
+size 2233318
diff --git a/lib/search/indexes/github-docs-3.0-en-records.json.br b/lib/search/indexes/github-docs-3.0-en-records.json.br
index 18e2133b28..cceb321940 100644
--- a/lib/search/indexes/github-docs-3.0-en-records.json.br
+++ b/lib/search/indexes/github-docs-3.0-en-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:2f821af9fde706deb6593aff4feca97681d15f25c41f6a92322e5cacc7effe39
-size 454394
+oid sha256:0b65336727234510f1853750584cc7e646b222207c9e1064273843ce7949b26e
+size 454366
diff --git a/lib/search/indexes/github-docs-3.0-en.json.br b/lib/search/indexes/github-docs-3.0-en.json.br
index 63d3aa4420..88076113cd 100644
--- a/lib/search/indexes/github-docs-3.0-en.json.br
+++ b/lib/search/indexes/github-docs-3.0-en.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d6665bcaefb7c0fded7bc23d80d23430788068f3c63822d2f257ab65f11b79c0
-size 1770932
+oid sha256:99d22e830d9eb19417dc853899b7622a775a2515f260213dfed8cd1556ef45c9
+size 1770358
diff --git a/lib/search/indexes/github-docs-3.0-es-records.json.br b/lib/search/indexes/github-docs-3.0-es-records.json.br
index 2e225a51a6..0b9e0bf292 100644
--- a/lib/search/indexes/github-docs-3.0-es-records.json.br
+++ b/lib/search/indexes/github-docs-3.0-es-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:26bebda784fda100b9ce81b81c69ba6f41001477bccce87b9d97b6648f364ae8
-size 193608
+oid sha256:381887558a887ab88eeee2ea6f065d9de8121cbbb52d0a9f7598351bab86f6ee
+size 193643
diff --git a/lib/search/indexes/github-docs-3.0-es.json.br b/lib/search/indexes/github-docs-3.0-es.json.br
index ccfcad5178..e6b5e0862b 100644
--- a/lib/search/indexes/github-docs-3.0-es.json.br
+++ b/lib/search/indexes/github-docs-3.0-es.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:96351ceb3ca6ee3874cc92c036e4a185b4efd95bef0e5379ff1bcf0aa7e6d459
-size 694366
+oid sha256:75ff34c5ac0dfb233a58633235e94567055d6b485b079e12fd7c04e8e1b31963
+size 694141
diff --git a/lib/search/indexes/github-docs-3.0-ja-records.json.br b/lib/search/indexes/github-docs-3.0-ja-records.json.br
index 9bee4f04be..4a6ae8746f 100644
--- a/lib/search/indexes/github-docs-3.0-ja-records.json.br
+++ b/lib/search/indexes/github-docs-3.0-ja-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:8a3b4ecafeadc17e3676ae2fab88446b8f75bfc798f78d9cf7ce511749e7cec8
-size 567820
+oid sha256:13db5065563e7c411417ce929f12a5b8e1a7e0cc496d9625d5d7edcfc9f9fd7b
+size 567793
diff --git a/lib/search/indexes/github-docs-3.0-ja.json.br b/lib/search/indexes/github-docs-3.0-ja.json.br
index 9abb823ccf..9950749a1f 100644
--- a/lib/search/indexes/github-docs-3.0-ja.json.br
+++ b/lib/search/indexes/github-docs-3.0-ja.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:8306224b0db95075977f8254a9d0e7cb6e91b3460ab67abf9c813d769c4eb880
-size 3007064
+oid sha256:830257244057a240973d359a65c6d158c8cbae3ba19c258a96ad1ab5b639f519
+size 3006791
diff --git a/lib/search/indexes/github-docs-3.0-pt-records.json.br b/lib/search/indexes/github-docs-3.0-pt-records.json.br
index 8daf38226f..0e170cbd78 100644
--- a/lib/search/indexes/github-docs-3.0-pt-records.json.br
+++ b/lib/search/indexes/github-docs-3.0-pt-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:16b1e99e76dd3d35641a57f9a32e4e4c92d78e41a9d9eef85e76ed8b07091122
-size 477573
+oid sha256:da8a07bac1f10ffb60faade6dd75d463fc44adaf6531a9e512535bb9b1c38a9e
+size 477774
diff --git a/lib/search/indexes/github-docs-3.0-pt.json.br b/lib/search/indexes/github-docs-3.0-pt.json.br
index 0577b66931..83dbfd1fcd 100644
--- a/lib/search/indexes/github-docs-3.0-pt.json.br
+++ b/lib/search/indexes/github-docs-3.0-pt.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d37e5ca7e5b618bd3bce01f3f0f6bad0281bf8b93a2b9398f6e38e311bff9c74
-size 1993274
+oid sha256:9b42e4655d11f80a00fb3fb4eb240f1374ccc250236a2fe854d80067604bcd94
+size 1992967
diff --git a/lib/search/indexes/github-docs-3.1-cn-records.json.br b/lib/search/indexes/github-docs-3.1-cn-records.json.br
index 3829ba9f0f..fad1384afb 100644
--- a/lib/search/indexes/github-docs-3.1-cn-records.json.br
+++ b/lib/search/indexes/github-docs-3.1-cn-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:dbce82399f9e304b3cc072e436123629fde328531c49fd425b6cd52198e07b36
-size 557376
+oid sha256:1d512b1586e7941b60676c79f45c15448d3fbdf3e83fb9223a26efffab2d5b52
+size 557226
diff --git a/lib/search/indexes/github-docs-3.1-cn.json.br b/lib/search/indexes/github-docs-3.1-cn.json.br
index 122036230d..2887707f6a 100644
--- a/lib/search/indexes/github-docs-3.1-cn.json.br
+++ b/lib/search/indexes/github-docs-3.1-cn.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:07cd5cd737e4d97dc876e00fb4145ebc4f5dd921f86e0639c673fda4f3cc526f
-size 929239
+oid sha256:8ff0910c159473bcbd81b0e2d3d5570f965014fefac70407c24ceccb26210575
+size 929514
diff --git a/lib/search/indexes/github-docs-3.1-de-records.json.br b/lib/search/indexes/github-docs-3.1-de-records.json.br
index 1280634b73..f005d47874 100644
--- a/lib/search/indexes/github-docs-3.1-de-records.json.br
+++ b/lib/search/indexes/github-docs-3.1-de-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5d7a3274a1467dbd095b6f3d1ad0a695c8deb5c4e510bff36c6b1ccc8f8bc552
-size 508562
+oid sha256:94c902ad1041c8c7ebfd51ae7cb5b46a3dde2b001015cd6a20ba97955a691768
+size 508442
diff --git a/lib/search/indexes/github-docs-3.1-de.json.br b/lib/search/indexes/github-docs-3.1-de.json.br
index 976a6a7ea0..f3382ad3cd 100644
--- a/lib/search/indexes/github-docs-3.1-de.json.br
+++ b/lib/search/indexes/github-docs-3.1-de.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e9a5777f9de796588d8027d728fc41b6d010b1a3e4a7206d4375fbdbd64d1194
-size 2285095
+oid sha256:872f680f8c046ccb4343a7c898b34da2cfbb9895d287455a1be5ad61246c9718
+size 2284994
diff --git a/lib/search/indexes/github-docs-3.1-en-records.json.br b/lib/search/indexes/github-docs-3.1-en-records.json.br
index 222d0f0418..28c7bbdbc9 100644
--- a/lib/search/indexes/github-docs-3.1-en-records.json.br
+++ b/lib/search/indexes/github-docs-3.1-en-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b2f218d06aae678e87b5b86b57b9fe8d209a1d893f49f607d35427ae8ee028f9
-size 464086
+oid sha256:03d369d4bd85ec18910eb860d55177c1c3774dd6e7a4c69f9fcef294d96aaa48
+size 463859
diff --git a/lib/search/indexes/github-docs-3.1-en.json.br b/lib/search/indexes/github-docs-3.1-en.json.br
index 4777154946..33e9b93803 100644
--- a/lib/search/indexes/github-docs-3.1-en.json.br
+++ b/lib/search/indexes/github-docs-3.1-en.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b1dcd2ec5a3202d09ed741b36ad525b28a0715b89915fcb9001940ecfc51b0fc
-size 1813064
+oid sha256:21e93451edfd6e0259708ebf5019c4ab3961a86d27b476be7f3abc174f1e9527
+size 1812535
diff --git a/lib/search/indexes/github-docs-3.1-es-records.json.br b/lib/search/indexes/github-docs-3.1-es-records.json.br
index be106ca952..6fffc5bbf1 100644
--- a/lib/search/indexes/github-docs-3.1-es-records.json.br
+++ b/lib/search/indexes/github-docs-3.1-es-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:2a4ae7b71b73cb2a0a6d78c153550aa88b053d0aa7d45630830a3b875c815cd3
-size 193643
+oid sha256:896e15b7efeb807130a22783de6e558e67201c193ce0fde2386923a4d5184b95
+size 193540
diff --git a/lib/search/indexes/github-docs-3.1-es.json.br b/lib/search/indexes/github-docs-3.1-es.json.br
index fd6e68ce49..73c08128e5 100644
--- a/lib/search/indexes/github-docs-3.1-es.json.br
+++ b/lib/search/indexes/github-docs-3.1-es.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:62c43bfe1ffd644bcd4badf0449aee736b75ddcdd44797b5ace1dedb864969dd
-size 694297
+oid sha256:a015714ec55e3e4821b0923a0216020c818288698435879d1cc3d4dfa3e8b50a
+size 694423
diff --git a/lib/search/indexes/github-docs-3.1-ja-records.json.br b/lib/search/indexes/github-docs-3.1-ja-records.json.br
index c83745f0d7..2fa8fea8d6 100644
--- a/lib/search/indexes/github-docs-3.1-ja-records.json.br
+++ b/lib/search/indexes/github-docs-3.1-ja-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5937bc3cc8325c6653abd921a4372ea1791b1e4201d2ddc7651105f3952df428
-size 579871
+oid sha256:a770adc6824f5d4566565ba357b5a7a378f147d841066752e73844ecfeacd586
+size 580094
diff --git a/lib/search/indexes/github-docs-3.1-ja.json.br b/lib/search/indexes/github-docs-3.1-ja.json.br
index e9ab18a50b..5380d33e76 100644
--- a/lib/search/indexes/github-docs-3.1-ja.json.br
+++ b/lib/search/indexes/github-docs-3.1-ja.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:573945e3902fb977b439b0815e41337a65a08f24781a3c6869ddbdd91332b34f
-size 3074252
+oid sha256:ceeec88fda25e7c3f310ff1990baf58823741824ceab10ba8d6c9d2cdb34edc7
+size 3072510
diff --git a/lib/search/indexes/github-docs-3.1-pt-records.json.br b/lib/search/indexes/github-docs-3.1-pt-records.json.br
index 3ead91e239..ae743f63c2 100644
--- a/lib/search/indexes/github-docs-3.1-pt-records.json.br
+++ b/lib/search/indexes/github-docs-3.1-pt-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b3d56a097257ad0a5053d1df396e94e5f108f99ee321a300dd8ad6c8a88531db
-size 487143
+oid sha256:f0aa4cb115f2ab08c24756c2ce5e38e542b7371d0bc11a911e6362f7c1ede9f5
+size 487123
diff --git a/lib/search/indexes/github-docs-3.1-pt.json.br b/lib/search/indexes/github-docs-3.1-pt.json.br
index 0c8e032cf0..6b2713ffd7 100644
--- a/lib/search/indexes/github-docs-3.1-pt.json.br
+++ b/lib/search/indexes/github-docs-3.1-pt.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:10165275524de967426912c1168d1a5ee24937bf00f08c2b893163e83dabac50
-size 2037088
+oid sha256:1e6ed5430ca7aa77ee13adb3404686c86d54881c992fc088506e8c4d61ad96a7
+size 2036578
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 06a11db6db..e2cdc5cf9f 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:917997928a1a9ad79fb088af7f386c87ba5fe897a95e7b1a3c501a801aa4e205
-size 567854
+oid sha256:95b0dea98634e73a367c5a996efee5d074ea4c9532e995324859934f10fdfa77
+size 567912
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 ec35fd4895..3714fdb488 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:02cdd4dec93e5b6cea5bb8916114dc76c4c11e3eee784ea9d3e1ac1d267270fc
-size 949299
+oid sha256:53965723cf3eb62717258ba27b13852883883644ace994c09f0aa3cb15d4b92f
+size 949327
diff --git a/lib/search/indexes/github-docs-3.2-de-records.json.br b/lib/search/indexes/github-docs-3.2-de-records.json.br
index 869e7d6364..ef5066fee2 100644
--- a/lib/search/indexes/github-docs-3.2-de-records.json.br
+++ b/lib/search/indexes/github-docs-3.2-de-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7204feba67427f060228892734c3d5f72e15330ba302e4e75acebd07624020f4
-size 517642
+oid sha256:3b02c6f44d094d3ec613c0446f7b89a9847543739cc4ccc6cc810546ec81dd3b
+size 517551
diff --git a/lib/search/indexes/github-docs-3.2-de.json.br b/lib/search/indexes/github-docs-3.2-de.json.br
index 6481dd21c3..9e24d03f5b 100644
--- a/lib/search/indexes/github-docs-3.2-de.json.br
+++ b/lib/search/indexes/github-docs-3.2-de.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:819d728984ce724fc83ec6b3eea4eb54bbba12760f68dd726ed3df29134d140c
-size 2333118
+oid sha256:da9c6d7c6d466c873fbf77a1693558bff9c7a7de1336965bd78aedb8dceab87b
+size 2333338
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 8be41023ac..2953cd75b1 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:938a3b6cdf940d998c7967033e0da779518404aaa7a5cb21b1d27e7636d3b052
-size 472921
+oid sha256:d1c7b5d13418d044092a7417d9b81210f36097bd9030046ca2aaac9ec5a13ccb
+size 473061
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 e0a2eea797..0ac59d92ad 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:08abb8df2fdb7342368a6eaa044c5c2eb751533b78ab84381e7e1e70141bbb48
-size 1845491
+oid sha256:e75e80c234cbfb133a07e96d047e440e3cd7ef368193db8483a90e0f94ad5ee7
+size 1845906
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 cef60cbe6f..66b6b278cf 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:6441754ce97f1c2cc7cdc56c46576790ba771a542844cfbccde12c04ddf29daf
-size 193563
+oid sha256:c5f429c0eff0d728ec86c2784ec19de96f6f760dda78d37f8259508fa952e66a
+size 193583
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 66fb57d7e0..7bcde23a92 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:90ca8025913ba8310255195a5830ae51bc8221a2e7c4fc6417b0fe862c48777b
-size 694371
+oid sha256:f083c61311a0ae26db97c28585fb686126445928d3f6e68986680592974d40d4
+size 694093
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 2fc007743b..7a97ee02bf 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:dbcf387680785da76cfe0d1c88a114dfbe82592e057d61a1dad3cc0c8e047de5
-size 590531
+oid sha256:bd9253aa403d5c6324cd5838da73a28bab808d62cd07922bb8a0eb94ee5e4da3
+size 590355
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 201c902163..bb276cac6b 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:0328aae7ed17d573e7056d71c83f1ad93e63c3cefff50f5490b010be29fa3a65
-size 3141216
+oid sha256:60c29f7b7b1e2730d5063f48c6eaedcaae2b38e2fec5789e80cc16a22ac2d982
+size 3140788
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 0fa7e7355d..0ec532309d 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:35ea12734eb072c8fc455594bf9e6ab158c89932520efb720741a08d2cf7849c
-size 496648
+oid sha256:37a9b2c8f18a2d8163041648f73285fa9e065efb9474fedea78c8e0a0d0aa748
+size 496782
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 d7dca5e161..c5fb9c3461 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:06411283bc246062b3f5fdd0983e004197c3cd4de7ef6159d4b0af7bb5ebbe5c
-size 2078555
+oid sha256:e78bfd1a0489d427e4fe10ae0b66be7fecf2c82cc70c7dbc20306c507602c88c
+size 2078189
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 0508ef02c3..ca940e3676 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:fc12d04bc7e405999033e7c0aad4a619eaec6a6a6f2ee4dbbab4324ce05cb1b5
-size 770878
+oid sha256:dbba76510532bcca514a0571b873266e3173c34d3a80fc6e69105bda4d8e235a
+size 770677
diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br
index 48a85097c1..106a9715dc 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:89e2cfd98427c83deff17d953ecccc51680258c4cf58eb7be4bf65ebc7135786
-size 1171829
+oid sha256:af5261366dfc8064f5f7c24e93daa6bd9b2b4608f509403ddb4b3e3f9f3c5e3a
+size 1171668
diff --git a/lib/search/indexes/github-docs-dotcom-de-records.json.br b/lib/search/indexes/github-docs-dotcom-de-records.json.br
index 192ea481f9..78bf80982c 100644
--- a/lib/search/indexes/github-docs-dotcom-de-records.json.br
+++ b/lib/search/indexes/github-docs-dotcom-de-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a0317da926ab47cee5f387062ea307ce44587280b26ce489c96a29a88bd35aac
-size 691015
+oid sha256:435f9b7f25680d018be16e203d1a8d1a9a74b62e7e1f5da42da5b663a3e6a960
+size 690829
diff --git a/lib/search/indexes/github-docs-dotcom-de.json.br b/lib/search/indexes/github-docs-dotcom-de.json.br
index 28d8dfa89c..53725154ce 100644
--- a/lib/search/indexes/github-docs-dotcom-de.json.br
+++ b/lib/search/indexes/github-docs-dotcom-de.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:aadf161948579c1b667aedafb29fe9c7865491c8afa00c466d4f865722d4064b
-size 3126159
+oid sha256:7e75aed9fd4784ea18f0563e3645f64175a02a4f0cb1032a9d39cc9fcbcd1a93
+size 3124197
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 bbf161bf41..b0461c434b 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:8d6d41b22d89aae6e1227495276b989104900af4e5c3831b5326facefaf884f5
-size 638540
+oid sha256:18cf61a2a93ac5ab8c95bb09b0ebbc1f5e0a6b78ea8f982e0d46635e3c289225
+size 638388
diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br
index 372c17e06b..ff2641e28c 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:cb976659507f1e9b55940a590f1097d792cf399b64c8366f4de9d7a880e03f7b
-size 2426632
+oid sha256:2820521d662d1faf21c08fe8e6d4fd39ad3697c057b667224678ca214de47d88
+size 2425532
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 a34400a77a..4296dd130e 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:e1265f2e1f1755bbdf69987ee81f0d3210ec80c174f82ebd80b05860d1065755
-size 205316
+oid sha256:20d70f7b63ea7753e68286568eb1054dcb7579781258aeb45dedab6f076f7222
+size 205293
diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br
index daf3d22f28..ea9e3d49fa 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:2767ffb511df6c27a3eb97da5d5fa3b27015640ae6ebe3104c00a10a66a643f3
-size 651528
+oid sha256:a04ffde15e4536b740b02ec316e4b210d20161983ad51e82820062f77c10bd61
+size 651203
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 5f13b606e4..e60fae11da 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:841fcad09edad52a10254d14a8bb4e9be8947332ac81a02a9692b1ada0bf9ecd
-size 795398
+oid sha256:572858cc3fc8f8193941590d32452a67b6b6bd4898367f604362ad0abb3d7330
+size 795275
diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br
index d4877b319d..d55f7a92e3 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:ad8adaa7c6ef50c465c14984fc980dd2dd97db3cc6de9a58583666ad92087995
-size 4151239
+oid sha256:812e58710708c3284778207e2957bb46d723ff4cdc3659cfc668387d46fe48e7
+size 4152194
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 0680eec4b9..f009c6fcca 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:cd67a6a7dff3c8285ea42240bf2239413458f77a5c0e9bb48e5a6da5a2d2a246
-size 670239
+oid sha256:0b285fc56dc2458f5d9f99f1123efa3e56fb2a7350b796a380ca701a88db5547
+size 669547
diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br
index ab6b7eaf2e..d4d7b5c126 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:2549359fd05934f9800bf00d7b7fa8810a4ebecebe8ed4c082541514d88d5161
-size 2753364
+oid sha256:094cd6dfcd6d1316d656ae5a338f65c2bc122509a3100144d7358edcbf313bfe
+size 2750654
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 9dfde72596..ba723e24b0 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:a62589ad297e32ab68edb83d69b32a3f3a3fc028497849f8f5f86eedd5ce34cb
-size 433867
+oid sha256:03b2de718fdfbd38eca4e51923c46a7853e00fbd206e3cbba000b42cdffbe0ee
+size 433784
diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br
index c1e21e4c64..8dfda342c7 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:a3882f9e115d82807b444f97de03b0ea4795ed77f93b95ef67a8bd5512a2b7b1
+oid sha256:562edbd618b30aa2ddd9a79f8ef97f4517d70a5f66225131dcab46e8a3a7db1c
size 691775
diff --git a/lib/search/indexes/github-docs-ghae-de-records.json.br b/lib/search/indexes/github-docs-ghae-de-records.json.br
index 041198f6a0..5370bfd14e 100644
--- a/lib/search/indexes/github-docs-ghae-de-records.json.br
+++ b/lib/search/indexes/github-docs-ghae-de-records.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:6c867fb983591b36ed7d7257d11a93506fa2124072da7283d0046ca9c874cb75
-size 400769
+oid sha256:c4aa25ada1d941f08ec2667534d59ba011cf460a97243aa3082be59d1105abfe
+size 400733
diff --git a/lib/search/indexes/github-docs-ghae-de.json.br b/lib/search/indexes/github-docs-ghae-de.json.br
index 8422168caa..154a0b81ba 100644
--- a/lib/search/indexes/github-docs-ghae-de.json.br
+++ b/lib/search/indexes/github-docs-ghae-de.json.br
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5e33635b23d2c098ec25f054c36042de12725769234064989d9f9e5497c0516a
-size 1742391
+oid sha256:23b5804a2a0a61d9c44069361d76ba6fab20acacc6df748bf4d8e91c001ab6be
+size 1741615
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 2b3366ae13..7612efd3fb 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:fe56466dd3388a8c9dfc334ff6c25f3c1d5793e61740a31d7427d0d93c3bbec2
-size 365404
+oid sha256:ccfb09dd97f0967068399a54475e75f9bac5a414c1e3137fb5f0dc0b6a9bb4a7
+size 365156
diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br
index 99b6a95ab5..59e204f6dc 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:10cb356d9a785253c1f590dff8bd81f34c466a981cb741aeda7311c3c0da29ad
-size 1356662
+oid sha256:d5cdbbe6a933aabaa47f612e0e1fbc51285342909bd7c71709a7e79ae79722c4
+size 1357180
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 4365cbfed0..57f8cba730 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:61b05e22a6934d1a6717b9b11abd7851cb0bfe5d79f689d21aba70f38227f092
-size 130796
+oid sha256:1eee233fee9d4b39d047fcbe78de25572dc79b2130ee5acd92f156b29eb618a4
+size 130844
diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br
index d0663af302..c136424517 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:40cf0f30b1a24c242798f0a1d3522ad2c7aadeb588754716a183677c08a46ed4
-size 420297
+oid sha256:30e8db1adde46c43a1a2a3b1b9812cbf579372239d77b0c56aa1e0f06c870ef2
+size 420194
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 44b3e954c8..578347a0ae 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:0ec9ec70c52f2ce9da48d316af483ebb67fcf1aff21ed24ccbe0871f234f78fc
-size 453116
+oid sha256:ce4a3e7f15f97a15fd8003e87a31df96f7c777f02913fb715309479d0124fd3b
+size 453267
diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br
index 2c06ba0fec..90e68c0cbc 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:04539b71e872c15d430da9d98fddbc49fe1b777fb6a886db4cc5057e61521de5
-size 2296708
+oid sha256:6cb4067faa93f9eff4f77cb58f3100074d1a69b7553441d507c82a4df22aa9af
+size 2296599
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 72a6ca8f44..aaec192b20 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:294380fd1d8cf6581c6dddd4d896a8db6ad215e83e09dd4e863e44433f3e8144
-size 384794
+oid sha256:beaec88c733fd136f5be4b66e69de1f8bba9b3984a64d34ed2ae18d48708498f
+size 384998
diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br
index c98d8fab70..36a8476da8 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:b6a57ef28937a8a06cbb7856d67759a63852b76ce7e06044780049453e161fc6
-size 1537121
+oid sha256:f619a27417bfef3dfb63fbfdf196f4c8594c32262a19109adc948e5330983103
+size 1536994