From 3f2b79e76547a739f6dcc85b5d17d866153f2c30 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 17 Dec 2021 14:44:47 -0800 Subject: [PATCH 1/4] Add info on topics to content model (#23834) * Add section on topics * Add checklist to help choose topics --- contributing/content-model.md | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/contributing/content-model.md b/contributing/content-model.md index fdf7e0cfe8ba..c7e8b68940a0 100644 --- a/contributing/content-model.md +++ b/contributing/content-model.md @@ -107,6 +107,44 @@ Titles are challenging! Use these general guidelines to help create clear, helpf - Map topic titles: 63 characters and [`shortTitle`](https://github.com/github/docs/tree/main/content#shorttitle) < 30 characters - Article titles: 80 characters, 60 if possible, and [`shortTitle`](https://github.com/github/docs/tree/main/content#shorttitle) < 31 characters, ideally 20-25 characters +### Topics + +Topics are used to filter articles and are searchable across the docs site. For some layouts, such as landing pages or guides, people can select which articles are displayed by filtering topics. Use these guidelines to help choose which topics to add to an article's frontmatter. For more information on adding topics to an article see, "[Topics](https://github.com/github/docs/tree/main/content#topics)" and for a list of all allowed topics, see [`allowed-topics`](https://github.com/github/docs/blob/main/data/allowed-topics.js). + +#### Topics for all content types +- All articles should have at least one topic +- Use nouns as topics +- Topics help customers meaningfully group content + - When possible, use more specific topics that are relevant and not just broad topics. For example, `REST` or `GraphQL` rather than just `API` + - Ensure that topics on similar articles are consistent so that people who filter by a topic get all of the relevant articles. For example, all articles about CI should have the `CI` topic plus more specific topics + - Avoid ambiguous topics. For example, `Actions` may not be a useful topic within the Actions product since it could refer to the product GitHub Actions or the product element called an action +- Topics add value beyond and do not replicate the article’s title, type, or category + - For example, within the Actions product, `Actions` does not add value since a customer already knows they are looking at Actions docs +- Use `Fundamentals` for articles related to the core concepts of a product area. + - Use: `Fundamentals` in an article like “Introduction to GitHub Actions” + - Avoid: `Actions` in an article like "Introduction to GitHub Actions" +- Commonly-recognized abbreviations can be used, but obscure or ambiguous abbreviations should be avoided + - Use: `CI` instead of `Continuous integration` + - Avoid: `AS` instead of `Advanced Security` +- Use the short forms of GitHub product names + - Use: `Actions` instead of `GitHub Actions` + +#### Checklist for choosing topics +Consider these questions to help choose topics for an article. Not every article will have a topic for each item in the checklist. + +- [ ] What is the feature or product area? + - Example: `Enterprise` +- [ ] Is the article about a sub-feature (unless the product name matches the feature name)? + - Example: `Dependabot` +- [ ] Is the feature part of a restricted program? + - Example: `Advanced Security` +- [ ] What element of the feature or product is the article? + - Example: `Organizations` +- [ ] What is the broad purpose of the article? + - Example: `Permissions` +- [ ] What programming languages, package managers, or ecosystems does the article explicitly address? (Note: only include these topics if it adds value to someone filtering the docs, not just if an article lists supported languages, package managers, or ecosystems.) + - Example: `Ruby` + ### Reusing content We use reusable and variable strings to use the same chunk of content, such as a procedural step or a conceptual paragraph, in multiple places. We generally don't reuse large sections of articles without a specific reason. When an entire section of an article might be relevant in more than one article, take a look at the purpose of both. Is there an opportunity to create a single, long-form article? Refer to the content models to clarify the best permanent home for the information, and link to it from the other article. From 129d67814c34337fbb671163077e526eaadd671e Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 17 Dec 2021 15:19:36 -0800 Subject: [PATCH 2/4] Update GHES 3.0+ release notes (#23843) * Update 3.0.22 * update 3.1.14 * update 3.2.6 * update 3.3.1 --- data/release-notes/enterprise-server/3-0/22.yml | 1 + data/release-notes/enterprise-server/3-1/14.yml | 1 + data/release-notes/enterprise-server/3-2/6.yml | 1 + data/release-notes/enterprise-server/3-3/1.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/data/release-notes/enterprise-server/3-0/22.yml b/data/release-notes/enterprise-server/3-0/22.yml index e065667b4b5a..e2620e6ab640 100644 --- a/data/release-notes/enterprise-server/3-0/22.yml +++ b/data/release-notes/enterprise-server/3-0/22.yml @@ -2,6 +2,7 @@ date: '2021-12-13' sections: security_fixes: - '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.' + - '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.' known_issues: - On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user. - Custom firewall rules are removed during the upgrade process. diff --git a/data/release-notes/enterprise-server/3-1/14.yml b/data/release-notes/enterprise-server/3-1/14.yml index b5929d5f56b0..ffe4e6670599 100644 --- a/data/release-notes/enterprise-server/3-1/14.yml +++ b/data/release-notes/enterprise-server/3-1/14.yml @@ -2,6 +2,7 @@ date: '2021-12-13' sections: security_fixes: - '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.' + - '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.' known_issues: - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues. - On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user. diff --git a/data/release-notes/enterprise-server/3-2/6.yml b/data/release-notes/enterprise-server/3-2/6.yml index c3d417df3b22..d5a8fc95c78d 100644 --- a/data/release-notes/enterprise-server/3-2/6.yml +++ b/data/release-notes/enterprise-server/3-2/6.yml @@ -2,6 +2,7 @@ date: '2021-12-13' sections: security_fixes: - '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.' + - '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.' known_issues: - On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user. - Custom firewall rules are removed during the upgrade process. diff --git a/data/release-notes/enterprise-server/3-3/1.yml b/data/release-notes/enterprise-server/3-3/1.yml index 60c59eb698c6..d57bb8750205 100644 --- a/data/release-notes/enterprise-server/3-3/1.yml +++ b/data/release-notes/enterprise-server/3-3/1.yml @@ -2,6 +2,7 @@ date: '2021-12-13' sections: security_fixes: - '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.' + - '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.' known_issues: - After upgrading to {% data variables.product.prodname_ghe_server %} 3.3, {% data variables.product.prodname_actions %} may fail to start automatically. To resolve this issue, connect to the appliance via SSH and run the `ghe-actions-start` command. - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user. From 79a1ae7a254a9c5976f40e35c6e6a334e2b41cfd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 18 Dec 2021 02:22:59 +0000 Subject: [PATCH 3/4] update search indexes --- lib/search/indexes/github-docs-3.0-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt.json.br | 4 ++-- 70 files changed, 140 insertions(+), 140 deletions(-) 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 ad534902938c..f404d5977efb 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:0ea503a26383d947e6877d113ba3188803afa5cf30984e10be33d8dc6b26ce28 -size 611502 +oid sha256:5b8c48352d1514b6b831c36dcb42fdbfdf3a99129b0b9dbf001b77bceaee37f5 +size 610680 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 bdf775edfb58..d53b006adb5d 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:935d5d878007419dcb37263fbd34d63d2f4d614f9d7cef94efc12eea8754d092 -size 1662075 +oid sha256:767d5a2ba4936bf028f0ba1f7743cacd9a15289552c0e77475529a8b60b84cd6 +size 1658894 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 d60032f3145d..2bf64bf70f2d 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:bd5662f2fe9240eb539036c36722f359fa7e19bdffc73eed2fbcae263b322245 -size 946818 +oid sha256:8ce9fbd50ede8f28b3cfb396dba233f7f2f2d12d45ab0d136b8f5064d16a76cb +size 952628 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 f47788481673..225ad274a1b8 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:8e97a7e7f3ff9699ccd8efd96009a66a710ad9071ebe2c3b33a28a1bcb6e0014 -size 3872625 +oid sha256:db25d7c81b7bb69815982991d6d1b8fb92fe9bae6577ce3260cc1b6790955344 +size 3903676 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 4ad6b97c6fd3..dc9ade6758a4 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:254bb0d399adc3e9230312a7375c226e360c65986dcf502373c9d57f13a38b1a -size 585426 +oid sha256:deb107925ae353d7c87d38bc120ef1ba732e7491e6d91f07968b0787b63c3af0 +size 584457 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 ee14d3a58590..7b2eefd0838e 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:392b5b0e2cc08192c6d77ccbaf5dd4ab02c22ac6d563faef712049d662cd9a4d -size 2708386 +oid sha256:a149ecf61f9704ca8c8d0184f5c0b4d9f98d719e49ca4cd5c7ea632b13f65908 +size 2704055 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 f10626c818a6..c91f5610049b 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:550f6d473179581fad771ec406cfe3aa6b39c5565afd23f0f9780b63fbc3e44d -size 617678 +oid sha256:cbdefb1c1cc31ba7dc8be4693e04d673ad2f2d2420e862ffc324426713525395 +size 616742 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 fae0f2a1d968..262f9081729a 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:1976e9060569c036abac622da6741ee2079213ee68aba5e4416f51d2fe2ac1ee -size 3425523 +oid sha256:7b96d17381894229d3201deaefe53112f91dd3d27a3bc201dd6e5035dd28c1da +size 3419470 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 24166b860144..587388855eed 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:84e09346f01bb653aa26c549b90ade2e6a70de3b91fb7f6166a61590dba0f164 -size 591394 +oid sha256:d3ffff726a83fa2719af9f3ee6c0e1d12cf086ec3a07050e28067783e4d0dc12 +size 596133 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 a7695163126e..a9cc808c3894 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:845819f8633ad3731f38c2dd2fa739c2171a911d06dcd340d46b0a2e4a3d3625 -size 2736510 +oid sha256:29a89fecffe6b790aee0b2288aceba590538323da9a0536b96911329286730ea +size 2806493 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 e03a36e8a384..7fd82153936a 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:4364cf65771338448bf5993e7916dc88e5a3c8f5f049ddfdae9a1609b4342559 -size 625268 +oid sha256:0f64635cbd89296ffe2be03161d53065924d874125d2507847493592aed20604 +size 624218 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 91b78961f938..312cabdafa5d 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:efebcff4cd75d63f19622720aa52ea2f10979f11b2281cffd1e2ff8cbd56534e -size 1703574 +oid sha256:1fce59b9ac832b17a470e226553b075cbdef18441860b7534199d20ff1edb3f0 +size 1700283 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 e0ba761cdddb..dcb849dddb97 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:49bdcb3155495e40c6b5a4609e94f99138ca9796c17550951ca8402611e8e1bb -size 972021 +oid sha256:e238e00a037e2106dc95ce493598067941f45db5ae3ec7cb600c46bc153a25e4 +size 977445 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 459ce8ebbbfa..81c3353ed58c 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:4fbc6aeed8c7e653077b5baf9ca48ac1f915f6687c4ce16c0823c0c916eb923c -size 3961766 +oid sha256:625c43ea81d6b0cfb4084385b76bbfbc9c207fdbed106a2d796d9bd2d96ebfb4 +size 3996167 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 1fa52898b8d5..4c7a58bed833 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:163825401190ca162167a1f26e0eebab57492d9cefdea927bbc9c28a1c6f1e74 -size 597414 +oid sha256:9b0e20f88d0bc5630c7409a33eea89ffe50663568ed5b29f4aca5b7bb82c31e7 +size 596579 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 348da50ebbba..3c4339ae55f9 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:23688eb3c01b88eb4c87292571630eb1d1357a3eb75213a0af004b768c66044b -size 2771837 +oid sha256:eb791c97dd9659aecbf67a6f5c86e1bf65e0e2ec060ffd26338f2ae503c2d375 +size 2766385 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 cc6f47edc0a7..ebd5d573c1d5 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:5a01a6699109fab4f21fd48a230b12510dd01c33db413816ff7afc1e2959bc4d -size 631013 +oid sha256:785fdf063fd8c89f7a308dcb1e426d43666bca856229e057a93ba6d8244fcf62 +size 630023 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 70c385970501..778f50bd722b 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:ea14d7dc92e85f203bd93d3cbf526b70eea47fb216ff3cb95e5a97d09b384128 -size 3502901 +oid sha256:f4459edb0d5a1f1f50dee3f18030b602736fd023fa147e665906fdfb40482d34 +size 3496750 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 a9c459d60b2d..570d65442426 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:32f6377c45eaf9b9a47de57f54b18b75c6a94388dbab865a9b06de99f2e36ee5 -size 603697 +oid sha256:b1f3e692dd7d0213b146da2d3bcfd91d0f0d80bfcfef736a1c1f647866024a69 +size 608564 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 02d6caef1f2a..13c49f5054d4 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:e6b8f22645a75ffe2f20a92d9b6802dc55797416d9d2c0ff0f73df19883594f1 -size 2798353 +oid sha256:d1dac9d6c689390c74ff645d6f0cce1b81deba73d8f8e91800a6158460fc9adf +size 2870039 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 5ab90662edec..d197efb67f04 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:9498a6157cab0efde28ea683ff7e481c686fdc5b3331c617d1b29e3d75971079 -size 636596 +oid sha256:fa6835c9c12b47bc3434c9cce7855f156e9277d40be3492697c0fe809029bac4 +size 635872 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 ab85d5db8eb6..66dae27cf0f4 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:304c8724fa7441c8a5e7ec7e7876c568c95042313654569f12f146ab0af38a6e -size 1730364 +oid sha256:96cb3b254e053476b124756716d29a800665162c2d21d2961f7b5062db4eb282 +size 1726702 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 6136e08b1165..a4bf4925ec8e 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:61a67175d99245e445f0abe86c0a4f92706f2f41e2a108408e1f5468ee245412 -size 1002954 +oid sha256:79f4011becaf44e01f33b894c09912be45dc8e796d6456098a5117149a2be635 +size 1011632 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 4b101e0db948..b8c98b335c3c 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:b46c2522ec9228db57a0ba8a317967303e6954d9791c98867a8337414979a056 -size 4084355 +oid sha256:6cd25fe4cc0a63b89e1002d16e46c46d22314749b12c73e315ba628bf9f6ff4e +size 4116969 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 0ff9151fc11e..1ea40b29c1a4 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:5d65a156fcd6c4ac96f330e29c0e13fb8037ce379db2552b23c99364c0bce509 -size 607858 +oid sha256:a91ddda0806abcf683fc35f0b9e12c31e95a93a62814fc315acf5eba5a80d4f5 +size 607073 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 eef89846a4f5..f58e92b2d51a 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:53926e27e419c0dfa57031df638218a07c95bec5c457dcba25f84c6290be128a -size 2825502 +oid sha256:41cbd2212e64bf37decad9293ccdf76dffea11c79f2cf605e4c8b593503cfcf5 +size 2821312 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 44de634e3277..876d503f92eb 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:f670aae436fd2639cc3f9573b4b5ef753e9b87a3fb8fb6df4aa820841fd43164 -size 642679 +oid sha256:3727ff833be3fadd67f85aa0ea696e88d0160a78ded98e8bc2f368fbdba34753 +size 641587 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 6a20eb424c3e..371379952795 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:84bb85606bdfba316eac280f580bfb19041033eec15244b788264aa512a111e3 -size 3569965 +oid sha256:99c811a528f9b3d0b6cddbbb0c1dd750c35cb8852887ce4e389001a23a6ca09c +size 3563961 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 1e5c40da0a5d..cb546d910ef9 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:83578f65814aeb60ef27c4cea0ebbbdc30363925ff01079acf9ec31603472b1f -size 614938 +oid sha256:73df36b0f97f72b97def9f3f30fc8b80f72e7f4f31e9c79683d7065c7417716a +size 619502 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 0c64589f5b8a..6a60ddc489e8 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:dcdcf14035df1d43511402503b13a2fcfa368fa8121388a1d3cabe948b44cb76 -size 2848106 +oid sha256:9bfa2ca0cb86fdc0d51ca5f0cb690c58a61187280ecf81d3718c031703dfd3a1 +size 2919741 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 5ce349a7b09e..d08e7750c72d 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:e8e684a90d9a4ae65db22b4a9093b54f03cc4c7b13b0ee78795376dd51e02236 -size 656858 +oid sha256:b7944042208273d1477f1ce83d55906d0e06690aa4644cf3ab44ed871007545a +size 656253 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 72b10836f363..658d3293fde8 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:266f5335517f8aae3dfc4ef9a6087b7daf65102ecbad80c126a09822588b3d9a -size 1787708 +oid sha256:64e2cd859f273adb3be7d58bbe6860bf379f78b2d8d49a8417c54534f6094514 +size 1784603 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 167a23a8ca8d..2656890a2cbc 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:62a98c163175fe5a552b172fbd41b4a343083103c888097191fb01053bb90ac4 -size 1036742 +oid sha256:a13328a74dbea4ccf7138c5930de44a68db06cde33df210e457eda7d960dbcf2 +size 1042212 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 2f958031b318..c1c2f82f564e 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:0220d9841f3abad78b8bd1545245f3b52e769904f53e6cfceb48dc44f0f5bce2 -size 4185960 +oid sha256:de550693a85107cf55071e71eba562b8c3fbd3e2c0d87a21b9d69d2dd37c3955 +size 4215967 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 e71b4eae7e44..e703c8b1cfcf 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:2cefac597d2815be719fb6ac086a8cc113dbe6242abb8fe696d8174846efbf98 -size 626059 +oid sha256:b2400cc9afdaeb38a78bfbddff89876168bf7d09ef087d12e84aa45122e8df72 +size 625138 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 9c02e704f4cc..e2196911607c 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:c1a79d1ba9a1df797f660f3a604e60af8b29b793b71ad471e581fd4aef6cbb2a -size 2924389 +oid sha256:c517f0e13498a4ca612e1592ffdbcda5753a5bae802b684c179451580239f2e5 +size 2918749 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 8babbd9e4c26..beffd11f7497 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:b9adc1dbe2bf8c90f901838462e43fb8cebac54fd72ed9e10b56e073ff98a6fb -size 664013 +oid sha256:98c9c702712c1caca5b8fcb82604efe68d6e8646ddded03da0f291f32155144d +size 663226 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 75e99f73a2b8..1cb078a27ae8 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:3d09e95d9ce3e5fb0cd10563c154c54c7020202c819507c433cb6d52f35e9295 -size 3688497 +oid sha256:4f52dcb34990b2db1ed27cede184b3f0370dc16d4461565b07aaead6e0be09b9 +size 3681406 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 41bb665c27b6..e8090e27ef72 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:b0600ec5ff27cbfa76509a5113482a9cf60ddeb79c6c6dac46a779b26474ba8b -size 634032 +oid sha256:d745858e51f13e4ea1409b6701816da5d724ce58afc57bb918dbdde9c2e4494f +size 638913 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 8d201f40fc8f..1f1af982c93d 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:9f31be585a3de04c1a90c616d35ff2d768eedc889f3127f0cf1d7b49e1b9ee9f -size 2934664 +oid sha256:19758791886382c4ecdc25e6e7068367911b0e21b883a4b1009dab134a55a478 +size 3006665 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 8e80879c0202..67c398b8f4ab 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:48c973ed4833b118b33c794143b7ea16ec24ca432381617f370e60c965086e11 -size 847140 +oid sha256:44c380ba569be89be09889f547ec8045591bb0d3e745d1d5d18f68a40b612470 +size 846416 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index 772e145a2989..f28549fe1d08 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:a3c114c635bfef8fde8779418132a2b0778105ae865ee055768e87b38aec6ff6 -size 1975534 +oid sha256:a50b7b782d59ed6c6592487c6def79212015dd0402413076450b82a21dd8d6b7 +size 1971703 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 524810ed3530..1e63351252f6 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:e838b6d94ae35490e665fd722b09f9a7e2971601569adae258048bf627aad2ba -size 1320065 +oid sha256:dae08a25667ba1b83082a1d1e97c3303b1c502ce56e3fd6cd14ee98a82fd5961 +size 1325208 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index 671971ee34db..ee55cb64b27f 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:1e7801026f478de99c516809558f59c5339bda402e08635af255f44e14e641d1 -size 5029279 +oid sha256:20fdf25a2ebf110ac320d871c21b996081c70b47c383d24ec5cc126654123086 +size 5061404 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 e65acb0948a5..ece90fb2d825 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:a2041898a7bc662f1b7962f3f5514e9e5d806581ae3a674a2d3409b0c60e387c -size 796798 +oid sha256:3cd967c95cd4fc4079e471bd64f9155df90af367e53654083a3d63dc03ff4b9e +size 796031 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index d9ef1d626663..4c4690e52361 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:f7dd9fd5186c32c3e94007a23850083ff9049e61f26675db2c6798c704ff962e -size 3509873 +oid sha256:41b31a929037e08b47e6fa4b29dcdd5dd68777f2772627a0995f907cdf539ad6 +size 3504911 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 e699d061d3e2..48a699a1f7a8 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:3782359d5c7f6113ff3589fced50539368c2138f256a7258c731ea3476e88a50 -size 859538 +oid sha256:e95a9254727cf13597fa7671b37b40d460519651e7c4f184c80c77f7c674cfde +size 858788 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index 22653bb5ae39..cd2d61be7af8 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:bad0b6122d4e9122514559ce11590c67192a5582280821fae21730240616df7b -size 4505964 +oid sha256:016cba97ec6a135cdd05957f161b111d4d80d306db0025ed12df0798aedc64fb +size 4500434 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 277fa56e1061..f71e4d489e60 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:e1b71565f8035c909a21964a6e7e4df63ba783197adde7bb5e363e8327f2e8a6 -size 806578 +oid sha256:cb9726267d117613213079e304bcca5ac981c5b6a6df607a991630fa06d7519b +size 810448 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index 4b4ce1b45286..72fbb874f293 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:1e6e143f93b3f052d9d5efa304b29ab346a6d485894fbce984d5510474bd8013 -size 3505533 +oid sha256:233b5f4e7ff83c98458a8fe509cb6dd6f10a63cd832950ee7f280ea9a75351fa +size 3594123 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 dd11b73bf346..a1026926b47a 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:bc603eff54cd336c9bfcc66927871c747d609cd652ab967f8d4020249b743bfa -size 510989 +oid sha256:40debb22f858d57f335723c71fe1e9cb163ef4692e463ad78f8f4f96d5bf9924 +size 510076 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index f14782cc36e0..a441b72bb5f9 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:010b3bd225e573f8ee6dd892bbb24870aeb1aa2f375fcef2d494e0c9c5521e54 -size 1333528 +oid sha256:a3423e7a453148e2f65b62337c0aea2806950a239829063f1525ca56ae4be966 +size 1329903 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 a59924da3174..bba8142001e9 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:b3df1e4ff934825d27056db718447d3a42a3e56e597f226125bf68e5a2adc818 -size 826154 +oid sha256:2b14b89e9f757eb1e19e184d8445810f3b104ad00ce47152c1658bc52a298e8e +size 831226 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 0e3b33c60150..250f24fc8ab3 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:66c13de17e222e8568c3cf9e523c18f203f8dc25d40be11f282d3bdad458931f -size 3304814 +oid sha256:df70d3cee008fcc2c64c400c7a1f83c442b5d3e1e2af393d75ab623b7f8524eb +size 3334581 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 e31ec65b39f6..e005ea654216 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:6e8f9899de4c94d23ff735f0aefa03709c03b58317be64363e2cc5ba57f40f20 -size 488828 +oid sha256:c08e98573601f4005a9f6e9193014ada834bded7b4dd0b428dacd241f587a209 +size 487948 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index 50a4ec607dda..94a54fd9d219 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:c69279781fe2da8eabe1bbe70e29453813e02958895357df9032ea8ac8e132a9 -size 2201057 +oid sha256:4667d61e81eba084eb65378bb8e7389d156200e4d471ab72f03578da5bf219ef +size 2195872 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 0e794701da26..62c1fe3cd223 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:8c87afce291418ea65db00c4edfab32a049f59acc08b2d08a9752e837529a7a9 -size 516454 +oid sha256:2184ab986a5464d6317cace24dc04572eb656c97e5a3129379fbfc246f116e75 +size 515599 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index e56ff0a4680d..4d73121212ef 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:a29d350ebb7eef254bb01bccef50919f271c5fa0c0d660d30e69ea46f8288698 -size 2752289 +oid sha256:5d10acaf323e6752fd9701d94a2e1a6eec6ebe9503b023b6faf53e9b49ca0047 +size 2746465 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 6260fc6bb7a7..645caff6853d 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:1bceba9d2a8857cc6f29d6e7a03ca1c79bb3f0919a414f94189d0d805fed4a1e -size 495613 +oid sha256:3f9f5c87bb69a1ace04b189d2ee265428630ffb0f262c414f57fa2e5432761d0 +size 500198 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index bc44fc489a22..fc4da125fece 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:2264871dc50f9104317c4104d0177c79d65aadbb4d168cc3a592adf807be5602 -size 2211437 +oid sha256:8b422f8c131b6848d8d47c0a84ce6d1ef26a2fe70e2d7cdb709dd386932378bf +size 2276557 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 66ea78f8d6bf..09c6d78597dc 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:9d01323ef9603afb86beef3d43dc107e1f68998875b22b45fdf65d67b9cd3f27 -size 771278 +oid sha256:6c4598faf743e05aaa3f5e0b465c6d42d68bf3986eaddafefe3d87b98aaacb0d +size 770699 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index 493c3be379f2..e2b5a27c47d6 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:6269d10f22a55e139bbbc02786df97f5647873fcfd5510ac07dab21770481d9a -size 1992063 +oid sha256:ad114ef485e7cd6e7ec752d87c830870975fcbb61354ccfc9415e52e70c42cf3 +size 1988574 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 b238ed4a5d9a..87fed94936bb 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:14033548f226dd6e2ac8d2b1de721c04b2e7a63a0c6c81ff47a9983bc64c3d22 -size 1181673 +oid sha256:46847092c24ad43fd50847c180fdcad8de562d2024c8ce7268b4074a833b98b8 +size 1187089 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index d1b5d0ed976f..099d3968691f 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:9d42b34fa01e58b2c63bb64d9ca66fe1d0b3c99bd07c17d4f650c1a23a45b37c -size 4758047 +oid sha256:03474674cd17cdb2f0c394693e225f08ae6c69cda0fd1cb561b50b759c426543 +size 4790372 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 424ed9e66878..c717da216a26 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:de351051f9e8935df00f84a8c91f9c69d5c9f6f4519a336eb5aeb6e12655eef5 -size 741471 +oid sha256:07b2ccdf15ee187875cfbe6b66c85006d888e0aadbd6c88545625c0d74d9f6b2 +size 740478 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index 96258507d0ca..0a90ff66806b 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:f88dfab26f37f2bc71d4a280db3524f31ff5517324c8d10c3e1240210b4efaa4 -size 3453657 +oid sha256:9a45ebd8f251c13e425022ed9c523964fd27bb23dc1f65e7c3f3318c0251e829 +size 3449619 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 4cdd069169c6..60e21046bbf3 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:e399f6d4e63d60b7dae0b913fd3c81fce0ccc634831e2f94258a6c3e958d549a -size 786253 +oid sha256:a2a95a0052a082a88566b467fce985c74135ed49aebf849ad86a621594c8d97f +size 785334 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index 097c3e7bd1dc..330f11d271b5 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:e613493bb8bec3abeac8a1590e76fdcf093600a5cd20aec57384bb6ef662af7b -size 4345985 +oid sha256:861d4a11575bc2b6269f51d6270d1eb20b5240ac78fe6548db83788bf9fac86e +size 4341026 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 5c7624b6fc59..1fa6d02ddc17 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:8d0bc53ab3efc1633a3aa5b353e2542d9a98a2da0fc30a5ae80ceac69f4a3bb1 -size 751491 +oid sha256:4ebe4a337c24cbc3330cd1ba3fac28d50a32c979c3a05db7899e8643422e5cde +size 754979 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index 164075da7c8a..578a3f8b80e0 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:09af7770a8d41b0d8b3af9b7efba5d540ab99e90f13e1ad20f613b15a6352a47 -size 3445035 +oid sha256:3774c4522d85598f022336d384e1b5f0dcd03a0f2328eac56adb8d81d2d6382e +size 3529807 From 218fb418b919e692b40eedf86038f1a5d1e61406 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 18 Dec 2021 10:11:35 +0000 Subject: [PATCH 4/4] update search indexes --- lib/search/indexes/github-docs-3.0-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt.json.br | 4 ++-- 70 files changed, 140 insertions(+), 140 deletions(-) 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 f404d5977efb..3af205648b48 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:5b8c48352d1514b6b831c36dcb42fdbfdf3a99129b0b9dbf001b77bceaee37f5 -size 610680 +oid sha256:8b05dd409fbc6a48a82bafe4ab5de5e546b4f0fa0924869d9b79dd6f35fbe64f +size 610808 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 d53b006adb5d..30f6bab86829 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:767d5a2ba4936bf028f0ba1f7743cacd9a15289552c0e77475529a8b60b84cd6 -size 1658894 +oid sha256:13d5515a51a6c0fe7cf9e3197eec2909590d2c5077b9d85b3b4bdebe48fbda1e +size 1658024 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 2bf64bf70f2d..d0be632c046c 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:8ce9fbd50ede8f28b3cfb396dba233f7f2f2d12d45ab0d136b8f5064d16a76cb -size 952628 +oid sha256:70963b79986fbaf48277725bc96514f2dc71ee6a684ed91c09b4f8bc1ab0ff46 +size 952253 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 225ad274a1b8..f54412a24347 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:db25d7c81b7bb69815982991d6d1b8fb92fe9bae6577ce3260cc1b6790955344 -size 3903676 +oid sha256:55f9e4f0182927fa6acbfa462aaac5294bd7758a39765b2ecc32013b45277fac +size 3903527 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 dc9ade6758a4..4744fd7b7232 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:deb107925ae353d7c87d38bc120ef1ba732e7491e6d91f07968b0787b63c3af0 -size 584457 +oid sha256:e4731681087e7788e03cfdc9646336de5d0b1788569de733d2717277cf22647a +size 584520 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 7b2eefd0838e..cd51a042aa4c 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:a149ecf61f9704ca8c8d0184f5c0b4d9f98d719e49ca4cd5c7ea632b13f65908 -size 2704055 +oid sha256:aecaecfd850d44fc377a11931f4a2293a1b8b69a29d90922800e215b054f687e +size 2703406 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 c91f5610049b..603f530c1047 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:cbdefb1c1cc31ba7dc8be4693e04d673ad2f2d2420e862ffc324426713525395 -size 616742 +oid sha256:e7dd5fd7e62cffb7be6d2ef8447abcb441bd9c0932797d03324bee665650b439 +size 616623 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 262f9081729a..e4315c4189ea 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:7b96d17381894229d3201deaefe53112f91dd3d27a3bc201dd6e5035dd28c1da -size 3419470 +oid sha256:1c079c9879dba8e55ecd632ac2976275cf57e6b7202f8a7f1b9e8a6bc0aa83f7 +size 3418945 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 587388855eed..d41d0989d341 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:d3ffff726a83fa2719af9f3ee6c0e1d12cf086ec3a07050e28067783e4d0dc12 -size 596133 +oid sha256:8b214af1b109ef6b9a0fe5b1cc11d1812a418dcf113bda5daab51d671b5047e9 +size 596039 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 a9cc808c3894..5a7670a58d5b 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:29a89fecffe6b790aee0b2288aceba590538323da9a0536b96911329286730ea -size 2806493 +oid sha256:7266ab66abcd0d1eea1da48a297465550a77f77288d65c7bb81be09954c35ed9 +size 2807023 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 7fd82153936a..4a65f3c2d4f8 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:0f64635cbd89296ffe2be03161d53065924d874125d2507847493592aed20604 -size 624218 +oid sha256:f96bfd69aba4c7df776772720a9d1c21dc37fe3702a249850d9959946e53b3c1 +size 624379 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 312cabdafa5d..f8cfcad4085f 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:1fce59b9ac832b17a470e226553b075cbdef18441860b7534199d20ff1edb3f0 -size 1700283 +oid sha256:27f2915c8aeac0f549c1dfb5eea4c3abbad6e603e9fc02fd944d659df3a22761 +size 1699840 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 dcb849dddb97..70fe86f0553d 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:e238e00a037e2106dc95ce493598067941f45db5ae3ec7cb600c46bc153a25e4 -size 977445 +oid sha256:63e01993d4ab740e33ed421d454b08a258b26bffbbab00cd58f0cc08c9c3be22 +size 977070 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 81c3353ed58c..b9c819434dd4 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:625c43ea81d6b0cfb4084385b76bbfbc9c207fdbed106a2d796d9bd2d96ebfb4 -size 3996167 +oid sha256:14a778baba6e3315043efe58e3900ad689464d627d0a368336c0be5805f1644f +size 3994953 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 4c7a58bed833..e18403004994 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:9b0e20f88d0bc5630c7409a33eea89ffe50663568ed5b29f4aca5b7bb82c31e7 -size 596579 +oid sha256:706034f6849b1c68ac8c62ad3787c717babdd3ff6a93eb44189cbf1b7f80cd9b +size 596555 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 3c4339ae55f9..81e129e8ff9c 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:eb791c97dd9659aecbf67a6f5c86e1bf65e0e2ec060ffd26338f2ae503c2d375 -size 2766385 +oid sha256:96afe8c11d66e4e82013a76d48bc9a02cf503b7af59ff7e68d8385fbb2a4b31b +size 2766236 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 ebd5d573c1d5..3f3865a6cd84 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:785fdf063fd8c89f7a308dcb1e426d43666bca856229e057a93ba6d8244fcf62 -size 630023 +oid sha256:cec49eb9beec46fc7723b8599616985ed0e3bb00ce5a5c73655b81c534a5a834 +size 630139 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 778f50bd722b..d7fcd456db31 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:f4459edb0d5a1f1f50dee3f18030b602736fd023fa147e665906fdfb40482d34 -size 3496750 +oid sha256:20f503cf4c898143625a9588a171b99760731b3d6e7f66694fdf472a2c347673 +size 3496850 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 570d65442426..879849f70c79 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:b1f3e692dd7d0213b146da2d3bcfd91d0f0d80bfcfef736a1c1f647866024a69 -size 608564 +oid sha256:5186bf889e1e5057602c0f82aeecbeec897b3ae88afcf1e395155c986d845dce +size 608284 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 13c49f5054d4..bc650368e7b3 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:d1dac9d6c689390c74ff645d6f0cce1b81deba73d8f8e91800a6158460fc9adf -size 2870039 +oid sha256:7bbd9945dfde69c52d581c48280f0baffc268c79f4547103b5ce1c0e4f039eb1 +size 2869969 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 d197efb67f04..83b86709ec0f 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:fa6835c9c12b47bc3434c9cce7855f156e9277d40be3492697c0fe809029bac4 -size 635872 +oid sha256:66bfe406cf427edd6f60455d25add1f422473d1334cf9bdf903781c2887cfea6 +size 635784 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 66dae27cf0f4..902731ec265a 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:96cb3b254e053476b124756716d29a800665162c2d21d2961f7b5062db4eb282 -size 1726702 +oid sha256:d3eedb5f8360f1c28f4ca1c50c83598af0f4d842a68b47d1b746e78203e49c83 +size 1727081 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 a4bf4925ec8e..ad9d28f9d25e 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:79f4011becaf44e01f33b894c09912be45dc8e796d6456098a5117149a2be635 -size 1011632 +oid sha256:0cb0dfc1cc7c8a1379f373f2778db89a698f365407a8104e5223de79fbbb305b +size 1011330 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 b8c98b335c3c..451cff0d64a3 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:6cd25fe4cc0a63b89e1002d16e46c46d22314749b12c73e315ba628bf9f6ff4e -size 4116969 +oid sha256:b4769037f45d9005edfdf9a8674e901f9da2a8509a43d2e708204d5fc4bbea74 +size 4116498 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 1ea40b29c1a4..c1ccdeff00e4 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:a91ddda0806abcf683fc35f0b9e12c31e95a93a62814fc315acf5eba5a80d4f5 -size 607073 +oid sha256:85117b250f2cfccb06958c0a11a4282af3ad819f16a3090b67e2e774331b272b +size 606935 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 f58e92b2d51a..5506e588c647 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:41cbd2212e64bf37decad9293ccdf76dffea11c79f2cf605e4c8b593503cfcf5 -size 2821312 +oid sha256:e7aec3efee01b13ee9d6e321dc2f4317055dbdb92dbf3ad263245343be29d826 +size 2821510 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 876d503f92eb..af126a17a35a 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:3727ff833be3fadd67f85aa0ea696e88d0160a78ded98e8bc2f368fbdba34753 -size 641587 +oid sha256:2650638255a51ca4bfd77a686ae375605ab126dbe0895e8c65f6e720743c2a4c +size 641673 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 371379952795..7be561c43402 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:99c811a528f9b3d0b6cddbbb0c1dd750c35cb8852887ce4e389001a23a6ca09c -size 3563961 +oid sha256:d9df47d791231611c71d2582332f92628def3fdcee4af495090966c6b2fc1cba +size 3564036 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 cb546d910ef9..a338301c1e97 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:73df36b0f97f72b97def9f3f30fc8b80f72e7f4f31e9c79683d7065c7417716a -size 619502 +oid sha256:e5e68f63cb997a34734c5dc56aabc826c1b71408faec06a2255c40e43deb7fd9 +size 619746 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 6a60ddc489e8..d7309c3410a0 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:9bfa2ca0cb86fdc0d51ca5f0cb690c58a61187280ecf81d3718c031703dfd3a1 -size 2919741 +oid sha256:daf34bc7523603f56654ef7c713329d9d9432c1c196f5c0674e924a48c4f9a10 +size 2920005 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 d08e7750c72d..0c4ed39796ba 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:b7944042208273d1477f1ce83d55906d0e06690aa4644cf3ab44ed871007545a -size 656253 +oid sha256:ab1b277156f273864071a01032a2a20f14577238d683782afe2d444da17a10fc +size 656080 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 658d3293fde8..7b98ce2e6ab2 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:64e2cd859f273adb3be7d58bbe6860bf379f78b2d8d49a8417c54534f6094514 -size 1784603 +oid sha256:68cd79d2944d793a63bbac19f006e9e6f423ff0929e8f5fe46adb0559e763212 +size 1785105 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 2656890a2cbc..49c33aac8631 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:a13328a74dbea4ccf7138c5930de44a68db06cde33df210e457eda7d960dbcf2 -size 1042212 +oid sha256:f19001e618c085635178390c96bf60e2aa6bb83bf1780cf8b64d631b5c2a2c10 +size 1045992 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 c1c2f82f564e..9f8e161beb6f 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:de550693a85107cf55071e71eba562b8c3fbd3e2c0d87a21b9d69d2dd37c3955 -size 4215967 +oid sha256:54e9916cc848a48dbe6ae70d931a7fe7c182206450e066c22f4c352b7ce477a6 +size 4218168 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 e703c8b1cfcf..c19b28686f03 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:b2400cc9afdaeb38a78bfbddff89876168bf7d09ef087d12e84aa45122e8df72 -size 625138 +oid sha256:bd30e5ce0b524712a8500b8db89aa80d081807948ce29a890f92129c2aa732dc +size 625256 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 e2196911607c..d08230e143c4 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:c517f0e13498a4ca612e1592ffdbcda5753a5bae802b684c179451580239f2e5 -size 2918749 +oid sha256:0bd835311de669cb78e548db3639b7d69953bbb8380b916399baa199b5efdac2 +size 2918998 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 beffd11f7497..9112194b8352 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:98c9c702712c1caca5b8fcb82604efe68d6e8646ddded03da0f291f32155144d -size 663226 +oid sha256:ed3fe8fff09228f230a65dbc8b85d5502e8111c80217893257ed52ddd5081b45 +size 663164 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 1cb078a27ae8..ab91bca8c90e 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:4f52dcb34990b2db1ed27cede184b3f0370dc16d4461565b07aaead6e0be09b9 -size 3681406 +oid sha256:a209813571d87aa0b6896b53cf2b42e1093594d06f2ca5522176d25d92d31da4 +size 3682630 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 e8090e27ef72..8168f1e69e99 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:d745858e51f13e4ea1409b6701816da5d724ce58afc57bb918dbdde9c2e4494f -size 638913 +oid sha256:9854c147925c4425fa3b12e1f93ec533260abb76ba6557b4d8311cfc44e6319b +size 638887 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 1f1af982c93d..893b5452d90f 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:19758791886382c4ecdc25e6e7068367911b0e21b883a4b1009dab134a55a478 -size 3006665 +oid sha256:94971f85e2a6982c4c80e13c6068544a5d3f3de536d0f1e8a3c8d0f26e8d3625 +size 3006337 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 67c398b8f4ab..50359e6ef9f1 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:44c380ba569be89be09889f547ec8045591bb0d3e745d1d5d18f68a40b612470 -size 846416 +oid sha256:069cc8350c55521b0f05924321ad75d0405b47dba48b452c41aedbc28ab6d9fa +size 846419 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index f28549fe1d08..bf596b301b1c 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:a50b7b782d59ed6c6592487c6def79212015dd0402413076450b82a21dd8d6b7 -size 1971703 +oid sha256:e8084accf3bea05834b1a746c737b412ff1fbbc0717bc7333fb532d73f25bf4b +size 1971839 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 1e63351252f6..177baa347c76 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:dae08a25667ba1b83082a1d1e97c3303b1c502ce56e3fd6cd14ee98a82fd5961 -size 1325208 +oid sha256:76e7156d81e170471656ab881d5fc7104c95592ad49e011c7390981f3fc14bce +size 1324798 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index ee55cb64b27f..f0daa1504e5d 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:20fdf25a2ebf110ac320d871c21b996081c70b47c383d24ec5cc126654123086 -size 5061404 +oid sha256:367d72ef266dfcde3f609a70ca3cb6d6ee8207db70690340f58e5b5e68104b90 +size 5062012 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 ece90fb2d825..ea27313a0f6e 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:3cd967c95cd4fc4079e471bd64f9155df90af367e53654083a3d63dc03ff4b9e -size 796031 +oid sha256:08436b7ea56a59a158c73ee3273e2e1ce4f3e35f9230613d5c834040176d3753 +size 795921 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 4c4690e52361..ae8c049a49d3 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:41b31a929037e08b47e6fa4b29dcdd5dd68777f2772627a0995f907cdf539ad6 -size 3504911 +oid sha256:9baa1b853e8d05ae4dfb9d5e56a6528f4e6e15cb24e8d3c2a4a5edc46986a076 +size 3504020 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 48a699a1f7a8..528f2baafb3a 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:e95a9254727cf13597fa7671b37b40d460519651e7c4f184c80c77f7c674cfde -size 858788 +oid sha256:3ec2d7f3f93650a140f7eb3b5799c5ae4ac6700d78b80c04c731a65d9eef34c3 +size 858772 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index cd2d61be7af8..a81090ea1c26 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:016cba97ec6a135cdd05957f161b111d4d80d306db0025ed12df0798aedc64fb -size 4500434 +oid sha256:d82d4aab001694e61549d055dc1641b867dad243182c60c0cc43cdc77ac7b695 +size 4500764 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 f71e4d489e60..f4b89b65aed1 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:cb9726267d117613213079e304bcca5ac981c5b6a6df607a991630fa06d7519b -size 810448 +oid sha256:c88651d96b83352f413dbd27dd3a1b9007265325d98aab924d41451588904bdd +size 810418 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index 72fbb874f293..550055e24f4c 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:233b5f4e7ff83c98458a8fe509cb6dd6f10a63cd832950ee7f280ea9a75351fa -size 3594123 +oid sha256:97c9a97643105aa7bb59b0cb3d66a2da7e0a47255da6336b6e15de5009f6398f +size 3595141 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 a1026926b47a..cce0e358b06f 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:40debb22f858d57f335723c71fe1e9cb163ef4692e463ad78f8f4f96d5bf9924 -size 510076 +oid sha256:4437157f15120f572bf9ed86952a0efc134f9f40faa18632308a70dc14c63691 +size 509861 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index a441b72bb5f9..430a0c57695b 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:a3423e7a453148e2f65b62337c0aea2806950a239829063f1525ca56ae4be966 -size 1329903 +oid sha256:72c78dbb881180a8660eab98624f6b9df4e2a1522170873d7e6234199c66c2b0 +size 1330052 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 bba8142001e9..44d2f6c474a7 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:2b14b89e9f757eb1e19e184d8445810f3b104ad00ce47152c1658bc52a298e8e -size 831226 +oid sha256:ad2dce99cc8755ef1463b6e6b2e14c01bbad8a62f0f02146a91803db771d88b8 +size 831359 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 250f24fc8ab3..92ada18456de 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:df70d3cee008fcc2c64c400c7a1f83c442b5d3e1e2af393d75ab623b7f8524eb -size 3334581 +oid sha256:59170ad990e85ffe8d9fad334f21ba56029cae8f0b8ea245a653cde1c8682606 +size 3336174 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 e005ea654216..862a8eb7c42a 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:c08e98573601f4005a9f6e9193014ada834bded7b4dd0b428dacd241f587a209 -size 487948 +oid sha256:d1662f3ac395c1278103df927a557e754a07999e8714752b03c7d606fa8f31fc +size 487875 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index 94a54fd9d219..ecead53d1552 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:4667d61e81eba084eb65378bb8e7389d156200e4d471ab72f03578da5bf219ef -size 2195872 +oid sha256:799d68b1fdc668078dd4bd24fe077b9e27443605cfe0726c40263dd5a4aa11dc +size 2195974 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 62c1fe3cd223..d5288b1e5e8b 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:2184ab986a5464d6317cace24dc04572eb656c97e5a3129379fbfc246f116e75 -size 515599 +oid sha256:0e9ecbcdd3c07cf817e56264cd048d760e6b4f0bbb6ab1e8647cf788bcaf257b +size 515586 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index 4d73121212ef..f7435c80bbed 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:5d10acaf323e6752fd9701d94a2e1a6eec6ebe9503b023b6faf53e9b49ca0047 -size 2746465 +oid sha256:2e15511e5a194afdf27676dec8d5af9c6596edfb64e176e252f37ce488a569c2 +size 2746410 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 645caff6853d..4e6a06ba3f8f 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:3f9f5c87bb69a1ace04b189d2ee265428630ffb0f262c414f57fa2e5432761d0 -size 500198 +oid sha256:c5ed57b4e18a81e0a3edc4f2b32b54bd92629dda2cb459627968d0e0f852ff3d +size 499979 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index fc4da125fece..d1c849590d61 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:8b422f8c131b6848d8d47c0a84ce6d1ef26a2fe70e2d7cdb709dd386932378bf -size 2276557 +oid sha256:de53063829a6a176c60c28b80b829f4515362d9a55e444825d24e3b058cadcc0 +size 2276839 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 09c6d78597dc..75fffe792205 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:6c4598faf743e05aaa3f5e0b465c6d42d68bf3986eaddafefe3d87b98aaacb0d -size 770699 +oid sha256:f1b405bac5e59a390c4148def9ad539143a948dbe0c0f4683c7d2b34b8aa2aac +size 770407 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index e2b5a27c47d6..0615af852aeb 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:ad114ef485e7cd6e7ec752d87c830870975fcbb61354ccfc9415e52e70c42cf3 -size 1988574 +oid sha256:0a1d5a7c2c3020e7ee4a577fbd75d761cf7633a436709badb970ba160c71a582 +size 1988053 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 87fed94936bb..faf5526662de 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:46847092c24ad43fd50847c180fdcad8de562d2024c8ce7268b4074a833b98b8 -size 1187089 +oid sha256:2efe07d0c1a2d69db6d1cd10b8c96163b29c4f6ffda0d4cb1d830eb6f1d4d251 +size 1187074 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index 099d3968691f..2f56c8d5608e 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:03474674cd17cdb2f0c394693e225f08ae6c69cda0fd1cb561b50b759c426543 -size 4790372 +oid sha256:040cc592afd96ce2428fd90f55e61e8ac9eb1f71a7eb115c9bc829344f02e77c +size 4790468 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 c717da216a26..c188bd6c1a0b 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:07b2ccdf15ee187875cfbe6b66c85006d888e0aadbd6c88545625c0d74d9f6b2 -size 740478 +oid sha256:0cf8fdbf48d6873a28004188419f12565bcf1ad74582c852403f2e61b0910ac7 +size 740762 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index 0a90ff66806b..83486e89af68 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:9a45ebd8f251c13e425022ed9c523964fd27bb23dc1f65e7c3f3318c0251e829 -size 3449619 +oid sha256:2df203ae1c1a091e936251a2e0af4738e26fc6ec2150d1ce77fd50cd223c0cc6 +size 3448261 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 60e21046bbf3..ca849cb86782 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:a2a95a0052a082a88566b467fce985c74135ed49aebf849ad86a621594c8d97f -size 785334 +oid sha256:9e3b2244e3cd45332e3b78e7caeab4ab85ae55d44dfcc2c5c1346e642ffde5d9 +size 785320 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index 330f11d271b5..7245c7f76200 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:861d4a11575bc2b6269f51d6270d1eb20b5240ac78fe6548db83788bf9fac86e -size 4341026 +oid sha256:21e2507cbdc5bc0468c63570f5549caada5b05d65d5b69f84fc78d813c74973d +size 4339940 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 1fa6d02ddc17..9e058577eefb 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:4ebe4a337c24cbc3330cd1ba3fac28d50a32c979c3a05db7899e8643422e5cde -size 754979 +oid sha256:c9407f78ee906e79b4c5992d0b9151106d7561033e255ad6e1bd187d49a7e46c +size 754912 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index 578a3f8b80e0..61414951cea8 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:3774c4522d85598f022336d384e1b5f0dcd03a0f2328eac56adb8d81d2d6382e -size 3529807 +oid sha256:075f7291ad1a618bc120c2fd686d803ab059b450c77e2e34b52be1f7947ef095 +size 3528976