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/3] 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/3] 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/3] 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