From 1a1b57195b04a39331abf3fde109b10225749cb5 Mon Sep 17 00:00:00 2001 From: Hoeksema <7414068+Hoeksema@users.noreply.github.com> Date: Mon, 23 Aug 2021 14:59:50 +0200 Subject: [PATCH 01/24] Fix accuracy of short title --- .../migrating-oauth-apps-to-github-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md b/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md index a450696f00..5d2f1fb4f2 100644 --- a/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md +++ b/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md @@ -10,7 +10,7 @@ versions: ghae: '*' topics: - GitHub Apps -shortTitle: Migrate to OAuth Apps +shortTitle: Migrate from OAuth Apps --- This article provides guidelines for existing integrators who are considering migrating from an OAuth App to a GitHub App. From b99620323fb6e346106a1964af018d506a39ae03 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 24 Aug 2021 09:27:15 -0400 Subject: [PATCH 02/24] - adds a comment to prompt people to verify settings are enabled in vs code --- .../managing-gpg-verification-for-codespaces.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md index c4b61ecfc6..655faca5f6 100644 --- a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md @@ -27,3 +27,6 @@ Once you enable GPG verification, it will immediately take effect for all your c ![Radio buttons to manage GPG verification](/assets/images/help/settings/codespaces-gpg-verification-radio-buttons.png) 1. If you chose "Selected repositories", select the drop-down menu, then click a repository you want enable GPG verification for. Repeat for all repositories you want to enable GPG verification for. !["Selected repositories" drop-down menu](/assets/images/help/settings/codespaces-gpg-verification-repository-drop-down.png) + + +> Note: once you have enabled this setting, ensure the "Git: Always Sign Off" and "Git: Enable Commit Signing" are enabled from the Visual Studio Code interface. From 2af7256ec36dde4e54798df8443d343a35f060d2 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 24 Aug 2021 17:58:05 -0400 Subject: [PATCH 03/24] Remove stray periods --- .github/ISSUE_TEMPLATE/improve-existing-docs.yaml | 2 +- .github/ISSUE_TEMPLATE/partner-contributed-documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml b/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml index 0cc30891f7..22362f77a5 100644 --- a/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml +++ b/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml @@ -1,4 +1,4 @@ -name: Improve existing content. +name: Improve existing content description: Make a suggestion to improve the content in an existing article. labels: - content diff --git a/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml b/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml index 97d8d7a75f..ebc2719209 100644 --- a/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml +++ b/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml @@ -1,4 +1,4 @@ -name: Partner-owned product documentation. +name: Partner-owned product documentation description: Initiate a set of tasks to be completed by a GitHub partner wishing to document how their product works with GitHub. labels: - partner From 40999ef85f731928a5ec9ba57ca4f1088ce8580f Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 25 Aug 2021 09:08:07 -0400 Subject: [PATCH 04/24] Update content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md --- .../managing-gpg-verification-for-codespaces.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md index 655faca5f6..f5eb3820ad 100644 --- a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md @@ -29,4 +29,8 @@ Once you enable GPG verification, it will immediately take effect for all your c !["Selected repositories" drop-down menu](/assets/images/help/settings/codespaces-gpg-verification-repository-drop-down.png) -> Note: once you have enabled this setting, ensure the "Git: Always Sign Off" and "Git: Enable Commit Signing" are enabled from the Visual Studio Code interface. +{% note %} + +**Note:** Once you have enabled this setting, ensure the "Git: Always Sign Off" and "Git: Enable Commit Signing" are enabled from the Visual Studio Code interface. + +{% endnote %} From 53e232fb81254f7a78ac5271eb9af69f65ece783 Mon Sep 17 00:00:00 2001 From: vgrl Date: Mon, 30 Aug 2021 11:15:20 +1000 Subject: [PATCH 05/24] add settings retention --- .../enforcing-saml-single-sign-on-for-your-organization.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization.md b/content/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization.md index b077b213c3..97e28eb27c 100644 --- a/content/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization.md +++ b/content/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization.md @@ -19,7 +19,9 @@ When you enable SAML SSO, {% data variables.product.prodname_dotcom %} will prom ![Banner with prompt to authenticate via SAML SSO to access organization](/assets/images/help/saml/sso-has-been-enabled.png) -You can also enforce SAML SSO for your organization. {% data reusables.saml.when-you-enforce %} Enforcement removes any members and administrators who have not authenticated via your IdP from the organization. {% data variables.product.company_short %} sends an email notification to each removed user. You can restore organization members once they successfully complete single sign-on. +You can also enforce SAML SSO for your organization. {% data reusables.saml.when-you-enforce %} Enforcement removes any members and administrators who have not authenticated via your IdP from the organization. {% data variables.product.company_short %} sends an email notification to each removed user. + +You can restore organization members once they successfully complete single sign-on. Removed users' access privileges and settings are saved for three months and can be restored during this time frame. For more information, see "[Reinstating a former member of your organization](/articles/reinstating-a-former-member-of-your-organization)". Bots and service accounts that do not have external identities set up in your organization's IdP will also be removed when you enforce SAML SSO. For more information about bots and service accounts, see "[Managing bots and service accounts with SAML single sign-on](/articles/managing-bots-and-service-accounts-with-saml-single-sign-on)." From 5b0336bd26c24ca039349173787866830de4d8b1 Mon Sep 17 00:00:00 2001 From: vgrl Date: Mon, 30 Aug 2021 11:44:20 +1000 Subject: [PATCH 06/24] correct period --- .../enforcing-saml-single-sign-on-for-your-organization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization.md b/content/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization.md index 97e28eb27c..19b28a8202 100644 --- a/content/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization.md +++ b/content/organizations/managing-saml-single-sign-on-for-your-organization/enforcing-saml-single-sign-on-for-your-organization.md @@ -21,7 +21,7 @@ When you enable SAML SSO, {% data variables.product.prodname_dotcom %} will prom You can also enforce SAML SSO for your organization. {% data reusables.saml.when-you-enforce %} Enforcement removes any members and administrators who have not authenticated via your IdP from the organization. {% data variables.product.company_short %} sends an email notification to each removed user. -You can restore organization members once they successfully complete single sign-on. Removed users' access privileges and settings are saved for three months and can be restored during this time frame. For more information, see "[Reinstating a former member of your organization](/articles/reinstating-a-former-member-of-your-organization)". +You can restore organization members once they successfully complete single sign-on. Removed users' access privileges and settings are saved for three months and can be restored during this time frame. For more information, see "[Reinstating a former member of your organization](/articles/reinstating-a-former-member-of-your-organization)." Bots and service accounts that do not have external identities set up in your organization's IdP will also be removed when you enforce SAML SSO. For more information about bots and service accounts, see "[Managing bots and service accounts with SAML single sign-on](/articles/managing-bots-and-service-accounts-with-saml-single-sign-on)." From e040d131fc5f12ef8a3f1d55c71c0938ce6f7e1a Mon Sep 17 00:00:00 2001 From: Mike Stewart <2521245+mike-stewart@users.noreply.github.com> Date: Mon, 30 Aug 2021 15:41:03 -0300 Subject: [PATCH 07/24] Fix type in managing-complex-workflows.md --- .../actions/learn-github-actions/managing-complex-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/learn-github-actions/managing-complex-workflows.md b/content/actions/learn-github-actions/managing-complex-workflows.md index c2548458de..f35afd1f7f 100644 --- a/content/actions/learn-github-actions/managing-complex-workflows.md +++ b/content/actions/learn-github-actions/managing-complex-workflows.md @@ -17,7 +17,7 @@ topics: ## Overview -This article describes some of the advanced features of {% data variables.product.prodname_actions %} that help you work create more complex workflows. +This article describes some of the advanced features of {% data variables.product.prodname_actions %} that help you create more complex workflows. ## Storing secrets From b1d68cdd4d84d9b351f0a5d32c748a5e8824042f Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 31 Aug 2021 14:08:45 -0400 Subject: [PATCH 08/24] Update content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md Co-authored-by: Amy Burns --- .../managing-gpg-verification-for-codespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md index f5eb3820ad..18b0b4fa0b 100644 --- a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md @@ -31,6 +31,6 @@ Once you enable GPG verification, it will immediately take effect for all your c {% note %} -**Note:** Once you have enabled this setting, ensure the "Git: Always Sign Off" and "Git: Enable Commit Signing" are enabled from the Visual Studio Code interface. +**Note:** Once you have enabled GPG verification for {% data variables.product.prodname_codespaces %}, you also must append `-s` to each commit in order for it to be signed. To do this in {% data variables.product.prodname_vscode %}, ensure the "Git: Enable Commit Signing" option is enabled from the Settings. {% endnote %} From 00f68269e87aafddbdc58bdf82eff968878c7959 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 1 Sep 2021 05:43:07 +0000 Subject: [PATCH 09/24] update search indexes --- lib/search/indexes/github-docs-2.22-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-cn.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-de.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-en.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-es.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-ja.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-pt.json.br | 4 ++-- 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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-de.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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-de.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-dotcom-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-de.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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-de.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 ++-- 60 files changed, 120 insertions(+), 120 deletions(-) diff --git a/lib/search/indexes/github-docs-2.22-cn-records.json.br b/lib/search/indexes/github-docs-2.22-cn-records.json.br index 77e931371b..dcd2b14f0e 100644 --- a/lib/search/indexes/github-docs-2.22-cn-records.json.br +++ b/lib/search/indexes/github-docs-2.22-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:934c74b83ebb998087e172270efb88227d92420c6c589f087daed6fe5a8beb45 -size 506808 +oid sha256:e93b73ffe889f2af27fa5f85da536610a5a620bc8bf0b41c1c9d7255e30b3d5d +size 507034 diff --git a/lib/search/indexes/github-docs-2.22-cn.json.br b/lib/search/indexes/github-docs-2.22-cn.json.br index 612eab414c..8d812016da 100644 --- a/lib/search/indexes/github-docs-2.22-cn.json.br +++ b/lib/search/indexes/github-docs-2.22-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5da497f3c3a41550543ed2ec9936d6f521c12689b18391bccd86a59bbb58e519 -size 802597 +oid sha256:185e446f0261a91c2dbf7e40d030989849ffea9f0e1fb3bccd6e1797480d7e84 +size 802119 diff --git a/lib/search/indexes/github-docs-2.22-de-records.json.br b/lib/search/indexes/github-docs-2.22-de-records.json.br index 59877d9654..6587d7c105 100644 --- a/lib/search/indexes/github-docs-2.22-de-records.json.br +++ b/lib/search/indexes/github-docs-2.22-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b5e376f21141e8bbedff8a2f90dabdb07a63c93114ae78cb4ab13868e446783 -size 469350 +oid sha256:1a111a94b43345487305df06190bbafbbe74840e2d03d173f1c6f970186ffccd +size 469442 diff --git a/lib/search/indexes/github-docs-2.22-de.json.br b/lib/search/indexes/github-docs-2.22-de.json.br index 31f6c572c5..72ac678131 100644 --- a/lib/search/indexes/github-docs-2.22-de.json.br +++ b/lib/search/indexes/github-docs-2.22-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:567140753b15674a1503be4c742215d520cae0ebb4b08decbb3a284870e16d23 -size 2077219 +oid sha256:292197f6a9d56a48c24713bf196d1774f0022debdc31ac911c8ec59437b8502d +size 2078325 diff --git a/lib/search/indexes/github-docs-2.22-en-records.json.br b/lib/search/indexes/github-docs-2.22-en-records.json.br index 1cd8f889e9..3103621999 100644 --- a/lib/search/indexes/github-docs-2.22-en-records.json.br +++ b/lib/search/indexes/github-docs-2.22-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2a7f1fe8b1194d4ecfbe7e29fb165bb570c4b1ac5e48dd068a40242fe123a70 -size 431874 +oid sha256:79f898b1c2b8253d6a39f18979e6adb20fe42b8537c25e5d158e243ca88c0ad5 +size 432282 diff --git a/lib/search/indexes/github-docs-2.22-en.json.br b/lib/search/indexes/github-docs-2.22-en.json.br index ef6a33317f..eb43b4877d 100644 --- a/lib/search/indexes/github-docs-2.22-en.json.br +++ b/lib/search/indexes/github-docs-2.22-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8fc0a34d9ca0036ec76b49bec7836dd815de222582ef7c5a16d547c5da87f96a -size 1695189 +oid sha256:979143409d800a75a253e529cc75484131e926e60b20bdc28a41a4b0f3a9db0c +size 1696074 diff --git a/lib/search/indexes/github-docs-2.22-es-records.json.br b/lib/search/indexes/github-docs-2.22-es-records.json.br index 2ffbcdd058..af99338f79 100644 --- a/lib/search/indexes/github-docs-2.22-es-records.json.br +++ b/lib/search/indexes/github-docs-2.22-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:482fdfadb6dd9b5bd9eaf857f9af0775af5ab76431bb5a1bea4ed7c5897c4318 -size 280108 +oid sha256:09c1da87c9c5dc3ddc71e0df45f206e883a0374912ada28796afeb7b43ad107e +size 280196 diff --git a/lib/search/indexes/github-docs-2.22-es.json.br b/lib/search/indexes/github-docs-2.22-es.json.br index 820bfe7411..f5c0933cd3 100644 --- a/lib/search/indexes/github-docs-2.22-es.json.br +++ b/lib/search/indexes/github-docs-2.22-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35600ca9c1abec70331b8a65d4f91fed9d9ed43bd2bee80e9231cee42075eda1 -size 1068249 +oid sha256:82445229305f6246abbb7384bec24e98c99a5b35d2b77e8dce683139e01a1035 +size 1069512 diff --git a/lib/search/indexes/github-docs-2.22-ja-records.json.br b/lib/search/indexes/github-docs-2.22-ja-records.json.br index 521b4005da..e884164c2b 100644 --- a/lib/search/indexes/github-docs-2.22-ja-records.json.br +++ b/lib/search/indexes/github-docs-2.22-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9dfa4364937ad067932f0cdd6b39b856bf55f6c998ef66a30489e139b5bc22e6 -size 529223 +oid sha256:dae0700c5fcdadd522e4b4412175947a53d61d5436407475b4ac969ae98981c0 +size 528970 diff --git a/lib/search/indexes/github-docs-2.22-ja.json.br b/lib/search/indexes/github-docs-2.22-ja.json.br index 721bfd87fd..f3e1d08f38 100644 --- a/lib/search/indexes/github-docs-2.22-ja.json.br +++ b/lib/search/indexes/github-docs-2.22-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7059e7a26af5d8b1e42af70c6770bd0f91726cc138f543e25bd676b1bed1e436 -size 2800355 +oid sha256:69ca62238fbba6d616bec11378b69ad8d65dfb0abafe6e7010366cac0a35ba17 +size 2797923 diff --git a/lib/search/indexes/github-docs-2.22-pt-records.json.br b/lib/search/indexes/github-docs-2.22-pt-records.json.br index 0176b41eb3..483e529c2a 100644 --- a/lib/search/indexes/github-docs-2.22-pt-records.json.br +++ b/lib/search/indexes/github-docs-2.22-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cb01b090736bc1a101d597999e88e1fc3bc9ce9bbbf1bfdbc81f32de228ceb7 -size 443479 +oid sha256:13014317e8c4257b21e7d27a4ad1f0072c9c61585757ff9f5a96c592cb645bb7 +size 443711 diff --git a/lib/search/indexes/github-docs-2.22-pt.json.br b/lib/search/indexes/github-docs-2.22-pt.json.br index 1edfa14415..b1caf148ce 100644 --- a/lib/search/indexes/github-docs-2.22-pt.json.br +++ b/lib/search/indexes/github-docs-2.22-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e98c93afb42ee09242b82fccfd448db0acef4178cdb276b5ea20f53de2c592a8 -size 1851533 +oid sha256:551359d3f66a15507ebb3d05044c88fe909a30bf64060d20b337a07d759a5e71 +size 1853946 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 9b45749a5a..d7c67c1166 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:55998407509df88eaa5b40714ec27b58b1c57b6323c23df5eedbb42b87280132 -size 524981 +oid sha256:74399e8eaa0a47749c02a4418d3b2688a7899a2fa2cad8caa5078d4d045bfabf +size 524780 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 278768b1f1..f65c8511c0 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:2cc269f2533b2f58d1da6510b7c831229bb0e26761adf65077da30eb5f088e51 -size 834133 +oid sha256:01ebf6edb67dcaad89f6ecebd959547dfac056920b686b338aa631070285c8a0 +size 834338 diff --git a/lib/search/indexes/github-docs-3.0-de-records.json.br b/lib/search/indexes/github-docs-3.0-de-records.json.br index 4977bc646c..9121b3eb81 100644 --- a/lib/search/indexes/github-docs-3.0-de-records.json.br +++ b/lib/search/indexes/github-docs-3.0-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3954b9aaa033a2bc1ef548d627969c2490549144331a625d543b0db5de368f7b -size 490358 +oid sha256:6701ee658bdf4f8c287a877a6951345e052ff17798b7bf84b01e355b3690ba54 +size 490218 diff --git a/lib/search/indexes/github-docs-3.0-de.json.br b/lib/search/indexes/github-docs-3.0-de.json.br index 8c215fa50e..57eb1c0b5d 100644 --- a/lib/search/indexes/github-docs-3.0-de.json.br +++ b/lib/search/indexes/github-docs-3.0-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e658e226638d5d22c66968f26fd6c516ba6058aaa96bba5a6e361fbaf82c8e0 -size 2179396 +oid sha256:412cd32975d97a65c5aed1940bf8ae666e3c12c91f37da92cc62fccd10344645 +size 2179441 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 467dc622fa..3e4fd3604f 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:0870dc6e665ff1d41e9e729c8bfb68e680115ac097bcf9da63ada411e19d3f0b -size 452424 +oid sha256:c5d414f8bc24e8625300c6287d9394f3fa36a3e0aacc5c92c4b4ae52d27b8edd +size 451382 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 e1c7c46db5..b60a8660a4 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:71b56dfeae81d0b84d765c4c2ec91782938cb21a55d9f13db03d4df72bf56690 -size 1770154 +oid sha256:75478f13dc68c445253ca3c9cf9ebb06e907be7a7046544201e3a4c1f89fbb21 +size 1769585 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 49875cae68..5435221f99 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:f336e32b19a45127e2f81de3672df8ef3fa3e9bd7fadeccc0c1b7ea3ff04af7e -size 278470 +oid sha256:72e8858402b41111137f79fc2392fda23230829885969603c72289ffa07a0ed2 +size 278626 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 42f4378459..d75c212914 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:497d4ef9260085398e9348fb3c508b50c848cd05f9f2835bf0968f34e3478ba6 -size 1056105 +oid sha256:96396adc15ee665d15d3fa804f3f6cb2bd330fc34a96af789256bb5d2745d886 +size 1056907 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 6814c8e4dd..24bc0c9782 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:f744d710b7695442f44c9b321d517540e673bd669b50903bb2793bb8444eda3f -size 550673 +oid sha256:82a81f133f153bcd6cfac0cf38bb459235932bbb2f0e988b3429a8f7f311895a +size 550576 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 516d325aeb..cca4cff3e7 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:daf4850e384dda2f57df67fe999830a453272c7e93c12376a6d0c65fb9986a85 -size 2914376 +oid sha256:665c722baf75bbd4684891c354deb3a190ba6a29fd551ba4e011a15030d974e7 +size 2913387 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 31987cfc95..a03d90bfeb 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:9372acbfba8622b136cdca542f9c72c7c2faf33238279ad240ba00deafc62f8a -size 464618 +oid sha256:7b48cc00c3241a4a6d3cbe6a05cb0393c76876ae85b699476fba25a55c3fc0c6 +size 464851 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 89a7969c59..2a8a05a13e 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:e38440a561afc908d0e5c6f0f25e9398bdf81d2bc235596f9ba758b860191e23 -size 1936753 +oid sha256:83837237b2020fb800534bb9d18f5fb8ba936d622954f7e3e19c8e2779ffac1a +size 1936856 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 277d86e435..ee57e7267a 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:44fd9f03007dda2841cb674130a784f47c4857a3fa65896ffc48cb8665b1ca79 -size 534323 +oid sha256:b06a720ae34b1d8ba8e2ab3fcaecf0b066df193ec2cd3ad3bd2a78df357223e8 +size 534138 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 3f7b9dc2a5..5602b8f09b 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:683c9023a4e8ed6bea73f14e9449b18ba7716436d9095825c6ee57c038f585a9 -size 845845 +oid sha256:3d6033045e258f5c47104a8be5c0d706ce0f0de543d47d0b732a14dbdd400499 +size 845910 diff --git a/lib/search/indexes/github-docs-3.1-de-records.json.br b/lib/search/indexes/github-docs-3.1-de-records.json.br index 34cb5efa94..347ac39193 100644 --- a/lib/search/indexes/github-docs-3.1-de-records.json.br +++ b/lib/search/indexes/github-docs-3.1-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9366580721918426dd71fada7c2384672db445683bbcbb09f060be5914c9b99f -size 497679 +oid sha256:7102b7fedd0aa7753b6604076776988d08e4d451101cb4645e119177975a52a5 +size 497379 diff --git a/lib/search/indexes/github-docs-3.1-de.json.br b/lib/search/indexes/github-docs-3.1-de.json.br index cca4b68354..d8e15ed53a 100644 --- a/lib/search/indexes/github-docs-3.1-de.json.br +++ b/lib/search/indexes/github-docs-3.1-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8e819454e9e438326439744ffb34022bacbcb3540145a7ad68d9ee9fd479cb2 -size 2223302 +oid sha256:9552b80d34c0e60a2eae93d5d075475cb522978368913ff284fd432558697566 +size 2222793 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 fc3ed0b5d4..718488e200 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:6151bb54fca7bb1f6b37f81d85ea6cb9778a343322e6ed8a99b7756815d05c0c -size 460297 +oid sha256:4c55a5dc5ebc2c52fd60540af05cee8e491f53f782b150d3a3b89a5122d8257b +size 460847 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 72391a72b8..b2ab5a2f88 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:25c7ab792df02999e0c11db5419c6967054af243e1c7552afdbaae8d71453d75 -size 1803570 +oid sha256:8c054d38a22c42e708a4dfa3818917d42398858b489a1de836a467860819e71f +size 1805278 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 90cfb295db..f6a21f6cc7 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:e831df56dbb7d3b83c424f0ec9f4d620924b8d4e968576286a964f203b0dcf1f -size 278678 +oid sha256:a8f176668ea0d3f7084cf72ef9b01234b0e8d0fc29eaf96c0ee5661d8cd13fb0 +size 278878 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 31cece3929..52acc42db0 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:826999b402940d1be8bbed0a60d54d5c818725e28f002c2ead2fdc769102b38b -size 1057151 +oid sha256:b4d34d0c26a8ce954a310f06e295d6a0f9a594e7a9bdfef7c00dfa196f8d6bc0 +size 1058038 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 131da48f0c..f7c31f4f87 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:822e34b7309c538549977329c41a0df92d3d4b112b85f707c356b714dc7f7225 -size 559141 +oid sha256:347a08e3374f0f08a6ba8ca8e08605c1e0b56d06290086a853e1f0ccb2cde2b3 +size 559248 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 570bc0ea57..3f55ae8707 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:ecac6118d7909d517d7e4fdcddb6c4809dc710327362ab18c1b89ec849c33d4d -size 2966664 +oid sha256:f31721f25aa259c8563c36f72bd4a1bf74635e75e7f277d64f3441583f74e700 +size 2966961 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 af4af5e36b..f012f77afc 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:92ec12e9eb0e7e31c3cd746eff58481b6a77573dcf27881d2d3ea00903b7ac0b -size 472635 +oid sha256:5f4a575d0a8282d67f6457e20d7c2c79d7b90a8101e09f660180300ed80b0b89 +size 472310 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 5961207665..4e071adcc0 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:770a0bc254b9d45705d53ee2b36bb9b973cba3fc148eab332972b7a721d526b5 -size 1972410 +oid sha256:5809f07100e30762590172fbf0e95fe41e1c2966b3f57b848410e5d762e094dd +size 1972069 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 d7b5344bc6..1a2c229543 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:e67126c9310d3468c9b380f1d4df864271db5f4f86c13a5cf90c82c67945fb61 -size 710011 +oid sha256:cc01cd556c19bc8a35e03db8a2efedd8500e66ed3d9e53fde8aa25a0c80e6872 +size 710016 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index 6f80da993e..f41418d65f 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:860978fbc53f411e93c89e26f7c6b30e563e1b0e097bf0bf5876066e4043e2da -size 969290 +oid sha256:de25f7e2a39554d2a0d26d16853388c39c2a7ad21372327ed21ec171c1299393 +size 968709 diff --git a/lib/search/indexes/github-docs-dotcom-de-records.json.br b/lib/search/indexes/github-docs-dotcom-de-records.json.br index 27136c0528..6c4061259a 100644 --- a/lib/search/indexes/github-docs-dotcom-de-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c72b4077e78d8ed1772511f8a7b95e417a9198ddc41d400103e763864fdc50f -size 647997 +oid sha256:12557f904026fb22acf8cac81aaf2f4bb061813bd45abdce5276a5f8ca4145b1 +size 648027 diff --git a/lib/search/indexes/github-docs-dotcom-de.json.br b/lib/search/indexes/github-docs-dotcom-de.json.br index 37ae8b9285..04d31c8330 100644 --- a/lib/search/indexes/github-docs-dotcom-de.json.br +++ b/lib/search/indexes/github-docs-dotcom-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fab9331d52a254fed37e1130b985a01b49563642f99e8bbcb215fb0e1e48e742 -size 2901422 +oid sha256:cad93bfa5362f8d61296bdc58f9951b5284eee2d78b36bc2a91d614e01cd8647 +size 2901333 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 c572fd1e72..840815c5be 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:0981a5430dddf77ab8f215f366a91372254466ae55ff15cc03c796e0586230f5 -size 624519 +oid sha256:ef509a6bf60582bc8d97ca44a9a04b0314b09c031e01269ff70527b25207aae3 +size 624238 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index 0ec0644948..b6ad5944b4 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:eecb00be421a28acb7a52c97be902c3600cb5d758d04d348e9af4dcc6c3144dc -size 2378884 +oid sha256:63b1bf8500a6318c082df946266d99b58393e096c3ad04de05af4721c7a7fa3f +size 2379237 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 94a458debf..7027c4d730 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:75ddbd2231f0bb8b702920fb88e9c14d375d9e76c44565c9a59b498ca9fd0d8b -size 306381 +oid sha256:c4a71a1e41affa4c5b11bfdc17c3c85651b39385d7b0572691fd33fdf85301c9 +size 306599 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 0b2bffd15c..6997ea60dd 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:d3f4844ed4dbf4bbf9304bb61f2b0354da402ecf41db8799625a28d42b991e86 -size 1088498 +oid sha256:2af28ed58d47350e0a30d8c3cf727721e1c63662bdc9d439d281c4a47f5f5cf1 +size 1088901 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 7305b97709..1c9a21a8d2 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:91f75e2107d72e896f264d0d0c89d4cb3ef36602de2bb2a73c09a1a1d1ced197 -size 738240 +oid sha256:712ef84e827c485764648183af069f4be983e72fca1b7afa337cb87c89efd356 +size 738509 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index 1141a6656c..34b8d0ef61 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:d3861bf4ed3aeff109c59902f97817f044a89c65ecf453207b339528ff0083a4 -size 3851473 +oid sha256:e3e03f7696e8d5b6f928ef44c27a1fec9dc77dd97ab84e48a62ad9bb05ea265f +size 3852161 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 a83f86e66a..2ef6b4b01c 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:c396f5f78f2fed53f70dcd675d9bb1321329d5ede24bd2d01c8040606f282042 -size 621484 +oid sha256:2331d03d1dd5096f1d0fd287d0d30b7bc8d3bb0466967172c31d649ff64548f7 +size 621569 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index b97d971404..e8474324b8 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:bc4114f499018af698a61a8aba159f9aca099bce8250cb975fb846c4dec9a54b -size 2553639 +oid sha256:1e5c8a7b0c88ca65db9134c75c5ebec4141212c4df96d1d7233e9a23c3174b33 +size 2553748 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 9f846047a5..1b009042d8 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:b8806075edd36eae912684d8b74f55db476bcb6677144e32dabcb117709eed64 -size 414155 +oid sha256:510cf83a80eb8056e57ddfcb58941eb3abb74c346c8897ac209b8409c15258cf +size 414422 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index 4c60e3d85d..01f443f80e 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:c8531612d5b3794d6ac52f7c77cbafb271a993cf6d945c75cac94d238ca3347d -size 630160 +oid sha256:707788963a141def8e8a6c36f1813ba63d922d1ad72f0a6846539020ab828936 +size 630495 diff --git a/lib/search/indexes/github-docs-ghae-de-records.json.br b/lib/search/indexes/github-docs-ghae-de-records.json.br index d997e007ea..264a8dd7d6 100644 --- a/lib/search/indexes/github-docs-ghae-de-records.json.br +++ b/lib/search/indexes/github-docs-ghae-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1844427be8dd08b0a11b6fcd96230d93c554601755689cbf4f0da76cf511c6a -size 390824 +oid sha256:186eb183da23ffed2a63e0c6f859abcc8b5e6e86e0042c7e6d3a74cca9ce66f1 +size 390822 diff --git a/lib/search/indexes/github-docs-ghae-de.json.br b/lib/search/indexes/github-docs-ghae-de.json.br index 131a64c43e..e8dc32e0d9 100644 --- a/lib/search/indexes/github-docs-ghae-de.json.br +++ b/lib/search/indexes/github-docs-ghae-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a37bb78f86449e3abae2b7c6a43d38c31e2728720f01c14297da7c51f87bb64 -size 1697890 +oid sha256:b4dda342eb08dc76aebf7249f9e0ad8f38b4fe244a5b145eb77d65864d56124d +size 1699163 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 71231b9144..33a03e1654 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:e1a6fd25da4ea26a9da3abbfe55986e6bd02fa372bb33e424c8c503bfb4b347d -size 360789 +oid sha256:366cf0c358e6a709548a9f19c58e19322787e719e46ca939f84735161acda462 +size 360829 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 024a3689d3..c1ae0ce257 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:8d0af63f4ed25fde548b45b7ca652584a753370a8dceb2fa44a480a6d85e3df2 -size 1353491 +oid sha256:84b65b7c2078e99a60e8563972c1d33e8a2d0e324dccc535a4396d9bab74abad +size 1354074 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 3146828f59..df747d0f12 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:c2cbb0d583194fc93246f15e50cd5f764a8b24d4d70ec09944f5ed60705ef9cb -size 201042 +oid sha256:73eb9987745ec1f6b42123583287a0eb6b9619469cb0836c18539858d45edf76 +size 200969 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index 26b0c141be..4ef744dd84 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:3e9729e1fee808a4136432c942b007d1ec75e04657cd8c99a3044caacecc8389 -size 718418 +oid sha256:44e4c24dba3ef94ebd8ef6ca5b90554f3f699ad8b8e07a62a85bd054730239f9 +size 718699 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 8a988183fa..a1e5e87f8c 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:fc657f3db3ac900ddc63516bc6d19e87844fabba9c284b5cb0aa22f347a69b1f -size 435238 +oid sha256:6480348428a96152d46abaf9a2967f02b5b25652ae725d2a5e1f5727eb97b731 +size 435620 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index 31c2d7e98c..1c5ec64811 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:3dd391f057d85282fba1514a82ea87d69ee8c9627712b2287ca146ce8295e5d3 -size 2215721 +oid sha256:5f3cbcdb8e302b1d7ff8ea572fbc0189fc33c6606cd701c81178b8b42873708a +size 2218793 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 da7cbaaab5..06101be1e1 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:cb545c61c4710420297a323a6fb4f12991ad770f44786fc1ff252a58cb677ffc -size 371602 +oid sha256:84a49debd7bed08b3e2ae75427b97e4eb83c0be0dbe03a405d6a60926b5262c4 +size 371543 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index c020f6ee49..d27bd4fb8a 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:8dfe11d6f0394f94bd85468be659c70b1b331f9e1a6e92780db70b635a81cfc2 -size 1496293 +oid sha256:0fae06c84ae66a187c67cf6e65661f6af547f5fda6a350449a252062299d8bb7 +size 1496541 From 5172c3e37a846cc8bc62d2697a2a45c2952ab405 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 1 Sep 2021 09:42:20 +0000 Subject: [PATCH 10/24] update search indexes --- lib/search/indexes/github-docs-2.22-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-cn.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-de.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-en.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-es.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-ja.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-pt.json.br | 4 ++-- 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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-de.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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-de.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-dotcom-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-de.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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-de.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 ++-- 60 files changed, 120 insertions(+), 120 deletions(-) diff --git a/lib/search/indexes/github-docs-2.22-cn-records.json.br b/lib/search/indexes/github-docs-2.22-cn-records.json.br index dcd2b14f0e..5b2007100c 100644 --- a/lib/search/indexes/github-docs-2.22-cn-records.json.br +++ b/lib/search/indexes/github-docs-2.22-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e93b73ffe889f2af27fa5f85da536610a5a620bc8bf0b41c1c9d7255e30b3d5d -size 507034 +oid sha256:23dc10bd1fad19389b1a71d1f15a4c110b6b0dec6105638e91b6e0cc966c9ae8 +size 506675 diff --git a/lib/search/indexes/github-docs-2.22-cn.json.br b/lib/search/indexes/github-docs-2.22-cn.json.br index 8d812016da..1ff5b9a8d4 100644 --- a/lib/search/indexes/github-docs-2.22-cn.json.br +++ b/lib/search/indexes/github-docs-2.22-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:185e446f0261a91c2dbf7e40d030989849ffea9f0e1fb3bccd6e1797480d7e84 -size 802119 +oid sha256:af645cf1a6e380e34fac94cbae987ae382c8558eea6f158ebda0b9fd336adbe4 +size 802601 diff --git a/lib/search/indexes/github-docs-2.22-de-records.json.br b/lib/search/indexes/github-docs-2.22-de-records.json.br index 6587d7c105..b332e94059 100644 --- a/lib/search/indexes/github-docs-2.22-de-records.json.br +++ b/lib/search/indexes/github-docs-2.22-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a111a94b43345487305df06190bbafbbe74840e2d03d173f1c6f970186ffccd -size 469442 +oid sha256:e05cc653389331e77bc3bde883954949b8ecf5381307dffa46ab4ef61a216bc2 +size 470049 diff --git a/lib/search/indexes/github-docs-2.22-de.json.br b/lib/search/indexes/github-docs-2.22-de.json.br index 72ac678131..f4294d261c 100644 --- a/lib/search/indexes/github-docs-2.22-de.json.br +++ b/lib/search/indexes/github-docs-2.22-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:292197f6a9d56a48c24713bf196d1774f0022debdc31ac911c8ec59437b8502d -size 2078325 +oid sha256:2147fc0e3d7e1fa7a0996be01345228917265e4b9076f0126869c9f8c037b5b2 +size 2079867 diff --git a/lib/search/indexes/github-docs-2.22-en-records.json.br b/lib/search/indexes/github-docs-2.22-en-records.json.br index 3103621999..0d2429c480 100644 --- a/lib/search/indexes/github-docs-2.22-en-records.json.br +++ b/lib/search/indexes/github-docs-2.22-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79f898b1c2b8253d6a39f18979e6adb20fe42b8537c25e5d158e243ca88c0ad5 -size 432282 +oid sha256:980a6043c1808e5fb7acd1d1e58e21d10798a2b36dbcf089d7d361aad7803b88 +size 431848 diff --git a/lib/search/indexes/github-docs-2.22-en.json.br b/lib/search/indexes/github-docs-2.22-en.json.br index eb43b4877d..3be58a5aac 100644 --- a/lib/search/indexes/github-docs-2.22-en.json.br +++ b/lib/search/indexes/github-docs-2.22-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:979143409d800a75a253e529cc75484131e926e60b20bdc28a41a4b0f3a9db0c -size 1696074 +oid sha256:0ad761603a9baa1f99072f42027b3149c52262112689be2df4a2042c237fbb07 +size 1694924 diff --git a/lib/search/indexes/github-docs-2.22-es-records.json.br b/lib/search/indexes/github-docs-2.22-es-records.json.br index af99338f79..ccd9fde0c4 100644 --- a/lib/search/indexes/github-docs-2.22-es-records.json.br +++ b/lib/search/indexes/github-docs-2.22-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09c1da87c9c5dc3ddc71e0df45f206e883a0374912ada28796afeb7b43ad107e -size 280196 +oid sha256:62903af154511ddbd23d07ba99a0ca35f9dce10ef9fcb43a31bd70f8cdc8f245 +size 280000 diff --git a/lib/search/indexes/github-docs-2.22-es.json.br b/lib/search/indexes/github-docs-2.22-es.json.br index f5c0933cd3..76a7184bd9 100644 --- a/lib/search/indexes/github-docs-2.22-es.json.br +++ b/lib/search/indexes/github-docs-2.22-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82445229305f6246abbb7384bec24e98c99a5b35d2b77e8dce683139e01a1035 -size 1069512 +oid sha256:1c9f709ecb0221de67228c8d8680034d15b779433b17883ab292ef0068fff823 +size 1067780 diff --git a/lib/search/indexes/github-docs-2.22-ja-records.json.br b/lib/search/indexes/github-docs-2.22-ja-records.json.br index e884164c2b..289600cf4e 100644 --- a/lib/search/indexes/github-docs-2.22-ja-records.json.br +++ b/lib/search/indexes/github-docs-2.22-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dae0700c5fcdadd522e4b4412175947a53d61d5436407475b4ac969ae98981c0 -size 528970 +oid sha256:bdbd100108425c7a2cb17f8d24a8958a0a9041078352248bcc9d5e8e8d9ae206 +size 528927 diff --git a/lib/search/indexes/github-docs-2.22-ja.json.br b/lib/search/indexes/github-docs-2.22-ja.json.br index f3e1d08f38..6a307af408 100644 --- a/lib/search/indexes/github-docs-2.22-ja.json.br +++ b/lib/search/indexes/github-docs-2.22-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69ca62238fbba6d616bec11378b69ad8d65dfb0abafe6e7010366cac0a35ba17 -size 2797923 +oid sha256:a20c5a7b471bb01e5666d6761db75184be3b0f68b06b4595c1b1d5226fb5e334 +size 2797609 diff --git a/lib/search/indexes/github-docs-2.22-pt-records.json.br b/lib/search/indexes/github-docs-2.22-pt-records.json.br index 483e529c2a..387f3efbd9 100644 --- a/lib/search/indexes/github-docs-2.22-pt-records.json.br +++ b/lib/search/indexes/github-docs-2.22-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13014317e8c4257b21e7d27a4ad1f0072c9c61585757ff9f5a96c592cb645bb7 -size 443711 +oid sha256:ccb04dee90f1ad3fa5e3064e21e714c8ab9410b5e7b9ef8cc6b517be392bb901 +size 443871 diff --git a/lib/search/indexes/github-docs-2.22-pt.json.br b/lib/search/indexes/github-docs-2.22-pt.json.br index b1caf148ce..ca43115248 100644 --- a/lib/search/indexes/github-docs-2.22-pt.json.br +++ b/lib/search/indexes/github-docs-2.22-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:551359d3f66a15507ebb3d05044c88fe909a30bf64060d20b337a07d759a5e71 -size 1853946 +oid sha256:14bfe3540ceb91063c2d03d9a3bdf30aa96a0cd7b7bff6534da55ccb467f9096 +size 1853520 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 d7c67c1166..b0fe58db74 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:74399e8eaa0a47749c02a4418d3b2688a7899a2fa2cad8caa5078d4d045bfabf -size 524780 +oid sha256:fe2cd9dabf37a3b8c7b788358abd9f7165ba1d6fafc6c64a2f2e8e3ee109bd4b +size 524845 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 f65c8511c0..48403026b2 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:01ebf6edb67dcaad89f6ecebd959547dfac056920b686b338aa631070285c8a0 -size 834338 +oid sha256:6f4c77d42346bb8d675d0865d3f9d177939622b9071981e340e93723452ab043 +size 834640 diff --git a/lib/search/indexes/github-docs-3.0-de-records.json.br b/lib/search/indexes/github-docs-3.0-de-records.json.br index 9121b3eb81..65667dbd08 100644 --- a/lib/search/indexes/github-docs-3.0-de-records.json.br +++ b/lib/search/indexes/github-docs-3.0-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6701ee658bdf4f8c287a877a6951345e052ff17798b7bf84b01e355b3690ba54 -size 490218 +oid sha256:1050d1ef205685be6bb2906bde4a011283615dc936a385c0e3a88fbf415536eb +size 490309 diff --git a/lib/search/indexes/github-docs-3.0-de.json.br b/lib/search/indexes/github-docs-3.0-de.json.br index 57eb1c0b5d..a9e8f4a20c 100644 --- a/lib/search/indexes/github-docs-3.0-de.json.br +++ b/lib/search/indexes/github-docs-3.0-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:412cd32975d97a65c5aed1940bf8ae666e3c12c91f37da92cc62fccd10344645 -size 2179441 +oid sha256:ed20c9efa3639fbce1b44858332d641435c3d41470a3c2ca945012af800938bf +size 2179483 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 3e4fd3604f..c0e381847f 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:c5d414f8bc24e8625300c6287d9394f3fa36a3e0aacc5c92c4b4ae52d27b8edd -size 451382 +oid sha256:7c358e3f9d9519ff2e8716d28b228363295e065cacd4a900ecdbaf124021cd02 +size 451525 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 b60a8660a4..8722c7f5f5 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:75478f13dc68c445253ca3c9cf9ebb06e907be7a7046544201e3a4c1f89fbb21 -size 1769585 +oid sha256:89e83e25e1770c3edd358d4e6657aedf5149325a3f80198c4fb737094da4f54e +size 1769850 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 5435221f99..7ebc0f77e4 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:72e8858402b41111137f79fc2392fda23230829885969603c72289ffa07a0ed2 -size 278626 +oid sha256:80110168d8e6fd868c05f6de4c41bf6861f53d7e11d94288d9a82a6b11f4be79 +size 278130 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 d75c212914..6c6eb3756f 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:96396adc15ee665d15d3fa804f3f6cb2bd330fc34a96af789256bb5d2745d886 -size 1056907 +oid sha256:7f9831b3ccf56bc1f52184f8b650ff040a636e8068c497b849fe2df2f94e1cef +size 1056280 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 24bc0c9782..bbbd613204 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:82a81f133f153bcd6cfac0cf38bb459235932bbb2f0e988b3429a8f7f311895a -size 550576 +oid sha256:98e244d3d64fed9a818513eaae60e27a9d0cb5e091fab788bb94532cada91809 +size 550923 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 cca4cff3e7..0559d25c2c 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:665c722baf75bbd4684891c354deb3a190ba6a29fd551ba4e011a15030d974e7 -size 2913387 +oid sha256:8ec3adbdbc2769ca8c0f94036d92e7ac326c77d317a272371e1e2d4d28018209 +size 2916974 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 a03d90bfeb..30b730e473 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:7b48cc00c3241a4a6d3cbe6a05cb0393c76876ae85b699476fba25a55c3fc0c6 -size 464851 +oid sha256:43918a909bb03dd9951b84e84e6ddc604bf0c04af2c14d8bca86ac80f7e22cb0 +size 464786 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 2a8a05a13e..fff3e73200 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:83837237b2020fb800534bb9d18f5fb8ba936d622954f7e3e19c8e2779ffac1a -size 1936856 +oid sha256:b5a6fbbcd261b150fc633159372f6afd7b5ea94300a81f49136ea978fa4071cc +size 1937854 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 ee57e7267a..50f3d9f30a 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:b06a720ae34b1d8ba8e2ab3fcaecf0b066df193ec2cd3ad3bd2a78df357223e8 -size 534138 +oid sha256:0394ef6bb12160b941b1984e0855a510d7ca257cfc16e88bfb16a59b8db3664f +size 534427 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 5602b8f09b..8c4b0242d2 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:3d6033045e258f5c47104a8be5c0d706ce0f0de543d47d0b732a14dbdd400499 -size 845910 +oid sha256:05ff0f9e53fc379b503153f3606d1fc2fc14bd777b450750055faec7c161376f +size 846087 diff --git a/lib/search/indexes/github-docs-3.1-de-records.json.br b/lib/search/indexes/github-docs-3.1-de-records.json.br index 347ac39193..6790701765 100644 --- a/lib/search/indexes/github-docs-3.1-de-records.json.br +++ b/lib/search/indexes/github-docs-3.1-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7102b7fedd0aa7753b6604076776988d08e4d451101cb4645e119177975a52a5 -size 497379 +oid sha256:c9b20bacac4ca430828f47155d3611d0a7a2e5b128c39f8b0b6589aadf361664 +size 497228 diff --git a/lib/search/indexes/github-docs-3.1-de.json.br b/lib/search/indexes/github-docs-3.1-de.json.br index d8e15ed53a..87a9f0ca47 100644 --- a/lib/search/indexes/github-docs-3.1-de.json.br +++ b/lib/search/indexes/github-docs-3.1-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9552b80d34c0e60a2eae93d5d075475cb522978368913ff284fd432558697566 -size 2222793 +oid sha256:7454f93418a689dbfbba316e555057048b021366049f3b5b93fa561066af34c1 +size 2222462 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 718488e200..0a50ecf159 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:4c55a5dc5ebc2c52fd60540af05cee8e491f53f782b150d3a3b89a5122d8257b -size 460847 +oid sha256:e4e236231e83ac087274d8bb92872e0a819d6cc306cbdb75f55bd5db4857e174 +size 460648 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 b2ab5a2f88..59ad77bab5 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:8c054d38a22c42e708a4dfa3818917d42398858b489a1de836a467860819e71f -size 1805278 +oid sha256:a735759faedc88e6d7c34c0fd471a3a0cc2d5be235d001980a703e35adafd0fe +size 1804471 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 f6a21f6cc7..96cb06264f 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:a8f176668ea0d3f7084cf72ef9b01234b0e8d0fc29eaf96c0ee5661d8cd13fb0 -size 278878 +oid sha256:ef10ff815860c9ca23eccefb6ef16129419263b8dba55de427aea6bc0f2b3d5b +size 278777 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 52acc42db0..88b257370a 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:b4d34d0c26a8ce954a310f06e295d6a0f9a594e7a9bdfef7c00dfa196f8d6bc0 -size 1058038 +oid sha256:e94b564609d77c1ec0479e90d66f7bf2c8e32893e3696225886e429cdf83b87e +size 1056883 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 f7c31f4f87..4a4c102321 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:347a08e3374f0f08a6ba8ca8e08605c1e0b56d06290086a853e1f0ccb2cde2b3 -size 559248 +oid sha256:41f5a8cfc1648832a3380b63933dbb4a54a73c05082abdf41d42c6b5d37edd95 +size 559083 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 3f55ae8707..1549e4df56 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:f31721f25aa259c8563c36f72bd4a1bf74635e75e7f277d64f3441583f74e700 -size 2966961 +oid sha256:624be408694999ca26372c4ed5537b96117564c30612d962800e8f377e4cc9d1 +size 2966093 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 f012f77afc..d72cc2a541 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:5f4a575d0a8282d67f6457e20d7c2c79d7b90a8101e09f660180300ed80b0b89 -size 472310 +oid sha256:6af33f394e40cd17396b82eefb50b3a13289ab3f069f2c0825214786971bfb94 +size 472253 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 4e071adcc0..1209efe63e 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:5809f07100e30762590172fbf0e95fe41e1c2966b3f57b848410e5d762e094dd -size 1972069 +oid sha256:708bfcad6d281885c75ab6959b9ecb4bb24a607d406365bf85d746c10fa7ef6d +size 1972222 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 1a2c229543..3cd768732b 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:cc01cd556c19bc8a35e03db8a2efedd8500e66ed3d9e53fde8aa25a0c80e6872 -size 710016 +oid sha256:95762f638bcf3f40a325b6716e0df6377bb3d1dc14a396de9f5e6afd701eacfb +size 709673 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index f41418d65f..ff1ea0b70d 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:de25f7e2a39554d2a0d26d16853388c39c2a7ad21372327ed21ec171c1299393 -size 968709 +oid sha256:784b9b8449dbb9f69456577013b62de8c4be233edb00f87cde81a0d5150656ea +size 968841 diff --git a/lib/search/indexes/github-docs-dotcom-de-records.json.br b/lib/search/indexes/github-docs-dotcom-de-records.json.br index 6c4061259a..da5bcc5df9 100644 --- a/lib/search/indexes/github-docs-dotcom-de-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12557f904026fb22acf8cac81aaf2f4bb061813bd45abdce5276a5f8ca4145b1 -size 648027 +oid sha256:3d2336f4ea426bdc705a7152b806719280d4df12061c0803fd4ce571d704169a +size 647810 diff --git a/lib/search/indexes/github-docs-dotcom-de.json.br b/lib/search/indexes/github-docs-dotcom-de.json.br index 04d31c8330..2004d47383 100644 --- a/lib/search/indexes/github-docs-dotcom-de.json.br +++ b/lib/search/indexes/github-docs-dotcom-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cad93bfa5362f8d61296bdc58f9951b5284eee2d78b36bc2a91d614e01cd8647 -size 2901333 +oid sha256:e73c8aaaa0e50d5ac1a063efa8de638eeefe38711e5fa95f076f77cb9ff22594 +size 2901151 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 840815c5be..08eea02a8e 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:ef509a6bf60582bc8d97ca44a9a04b0314b09c031e01269ff70527b25207aae3 -size 624238 +oid sha256:51ea59e57018fa7c0347d72182097da5541d0e9ca8e131dd200665fbed4994da +size 624206 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index b6ad5944b4..9845eefa4b 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:63b1bf8500a6318c082df946266d99b58393e096c3ad04de05af4721c7a7fa3f -size 2379237 +oid sha256:4e71042943f7e51978a7d9dbd3b401fa6e0a2dd0e30abae0df27aae3e5f9e788 +size 2378705 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 7027c4d730..331a995615 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:c4a71a1e41affa4c5b11bfdc17c3c85651b39385d7b0572691fd33fdf85301c9 -size 306599 +oid sha256:d01de8a670bf371312b6665179844dcfe92235ba50f305687c2c935776f49393 +size 306532 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 6997ea60dd..16a219ea82 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:2af28ed58d47350e0a30d8c3cf727721e1c63662bdc9d439d281c4a47f5f5cf1 -size 1088901 +oid sha256:ea4e072296e408942843534eb7af308cffa18b042cafe704e460bd5841cfacaa +size 1088700 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 1c9a21a8d2..5911f6712d 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:712ef84e827c485764648183af069f4be983e72fca1b7afa337cb87c89efd356 -size 738509 +oid sha256:40d249a01fa4a5275f4cff1417b0ae60cbd9b0f7b33bc4fe4b958fb459869d15 +size 738368 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index 34b8d0ef61..9f4c18088a 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:e3e03f7696e8d5b6f928ef44c27a1fec9dc77dd97ab84e48a62ad9bb05ea265f -size 3852161 +oid sha256:851dff2ff62693e4e0443b94ecb294ece9a53d0cf85ebc094d7572e1e1faa42a +size 3851685 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 2ef6b4b01c..c5c3cc59a8 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:2331d03d1dd5096f1d0fd287d0d30b7bc8d3bb0466967172c31d649ff64548f7 -size 621569 +oid sha256:cbdcf57db7460ed12124cfa81b790bb463fcea0230b4ca106f0e995b939da5ef +size 621108 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index e8474324b8..aa4ec8b408 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:1e5c8a7b0c88ca65db9134c75c5ebec4141212c4df96d1d7233e9a23c3174b33 -size 2553748 +oid sha256:5f013919185a467042d6e8e5f12e16cc8cd4f493d2924bec8f35bb1b3a01c46c +size 2551350 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 1b009042d8..6265f20cde 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:510cf83a80eb8056e57ddfcb58941eb3abb74c346c8897ac209b8409c15258cf -size 414422 +oid sha256:7daf069e2f5fb7fa06d12fa56c0d17a0f95822250072223853592be9421c08eb +size 414248 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index 01f443f80e..bf1241437f 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:707788963a141def8e8a6c36f1813ba63d922d1ad72f0a6846539020ab828936 -size 630495 +oid sha256:4c72c523aa704c94944e1a25a86bfd3f2de5de55c9ae0aca4a05920b1616011a +size 630716 diff --git a/lib/search/indexes/github-docs-ghae-de-records.json.br b/lib/search/indexes/github-docs-ghae-de-records.json.br index 264a8dd7d6..113700f778 100644 --- a/lib/search/indexes/github-docs-ghae-de-records.json.br +++ b/lib/search/indexes/github-docs-ghae-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:186eb183da23ffed2a63e0c6f859abcc8b5e6e86e0042c7e6d3a74cca9ce66f1 -size 390822 +oid sha256:3c837ecbdbca70e2cd5b8021b0fc114d8b54a820f5dcdbb4402fab4d6ba36c3f +size 390905 diff --git a/lib/search/indexes/github-docs-ghae-de.json.br b/lib/search/indexes/github-docs-ghae-de.json.br index e8dc32e0d9..8774326eeb 100644 --- a/lib/search/indexes/github-docs-ghae-de.json.br +++ b/lib/search/indexes/github-docs-ghae-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4dda342eb08dc76aebf7249f9e0ad8f38b4fe244a5b145eb77d65864d56124d -size 1699163 +oid sha256:dabd757f6efb4abbbf66ac25051d77a424babcfd246195861026b72363ce81b9 +size 1699197 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 33a03e1654..444aa72dae 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:366cf0c358e6a709548a9f19c58e19322787e719e46ca939f84735161acda462 -size 360829 +oid sha256:8e82a18837a808464ff518e897c59ad71e388f7fdcfd5974f27c8c87bfa9a98c +size 360818 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index c1ae0ce257..f4eb744619 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:84b65b7c2078e99a60e8563972c1d33e8a2d0e324dccc535a4396d9bab74abad -size 1354074 +oid sha256:fd625f217e21113e20e2f34957e7460454752ae3560c69ac2a07941f836848f2 +size 1353894 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 df747d0f12..66dcf132cb 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:73eb9987745ec1f6b42123583287a0eb6b9619469cb0836c18539858d45edf76 -size 200969 +oid sha256:f6c5c647ad6d13eff856acea8e4b09063acc817dadde232d19913b470f92b613 +size 200837 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index 4ef744dd84..8095aa8617 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:44e4c24dba3ef94ebd8ef6ca5b90554f3f699ad8b8e07a62a85bd054730239f9 -size 718699 +oid sha256:b1d812aa39ea757823517df6185dcf6003b3b2b6ea50718551f28fbae5e54545 +size 718718 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 a1e5e87f8c..69b564e8aa 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:6480348428a96152d46abaf9a2967f02b5b25652ae725d2a5e1f5727eb97b731 -size 435620 +oid sha256:5160a14e3829954cd730b15c609fe16e9b008c5562096ed62b16af062ba954b0 +size 435233 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index 1c5ec64811..eb5ac7edb6 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:5f3cbcdb8e302b1d7ff8ea572fbc0189fc33c6606cd701c81178b8b42873708a -size 2218793 +oid sha256:f00f4d1fe588ac84ef69c3fc0247380204410dc8c0dc2bac2f61353a9928ee86 +size 2216676 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 06101be1e1..088da05937 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:84a49debd7bed08b3e2ae75427b97e4eb83c0be0dbe03a405d6a60926b5262c4 -size 371543 +oid sha256:fdabb310f7b09d37d355471030c9ac0a9fedbcccf1bb7f00d1896cc8f105fc13 +size 371742 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index d27bd4fb8a..96de41f45f 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:0fae06c84ae66a187c67cf6e65661f6af547f5fda6a350449a252062299d8bb7 -size 1496541 +oid sha256:e60dfae77f336a266b1e15d81713180fc6094da0fb4b9630d20d6859bd1338e8 +size 1496543 From 2a373e985f59289dabc0203b4e9215102480ecda Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 1 Sep 2021 13:47:09 +0000 Subject: [PATCH 11/24] update search indexes --- lib/search/indexes/github-docs-2.22-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-cn.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-de.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-en.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-es.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-ja.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-pt.json.br | 4 ++-- 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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-de.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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-de.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-dotcom-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-de.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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-de.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 ++-- 60 files changed, 120 insertions(+), 120 deletions(-) diff --git a/lib/search/indexes/github-docs-2.22-cn-records.json.br b/lib/search/indexes/github-docs-2.22-cn-records.json.br index 5b2007100c..d5e74a098a 100644 --- a/lib/search/indexes/github-docs-2.22-cn-records.json.br +++ b/lib/search/indexes/github-docs-2.22-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23dc10bd1fad19389b1a71d1f15a4c110b6b0dec6105638e91b6e0cc966c9ae8 -size 506675 +oid sha256:7217700dfece309348b94cba7ede91db2199e49cc021b9e2455b74716e939a63 +size 507019 diff --git a/lib/search/indexes/github-docs-2.22-cn.json.br b/lib/search/indexes/github-docs-2.22-cn.json.br index 1ff5b9a8d4..4047adb6e4 100644 --- a/lib/search/indexes/github-docs-2.22-cn.json.br +++ b/lib/search/indexes/github-docs-2.22-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af645cf1a6e380e34fac94cbae987ae382c8558eea6f158ebda0b9fd336adbe4 -size 802601 +oid sha256:fbcf4b312769a629c678971ec20ae538378154e5276bb482a44f12fc7d3b15ac +size 802980 diff --git a/lib/search/indexes/github-docs-2.22-de-records.json.br b/lib/search/indexes/github-docs-2.22-de-records.json.br index b332e94059..575d8dcd16 100644 --- a/lib/search/indexes/github-docs-2.22-de-records.json.br +++ b/lib/search/indexes/github-docs-2.22-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e05cc653389331e77bc3bde883954949b8ecf5381307dffa46ab4ef61a216bc2 -size 470049 +oid sha256:64212be95fb1aae6d0047a82e2b2c5c883cf3ee436559684d8111f54211de61e +size 469365 diff --git a/lib/search/indexes/github-docs-2.22-de.json.br b/lib/search/indexes/github-docs-2.22-de.json.br index f4294d261c..cc3bcb6c85 100644 --- a/lib/search/indexes/github-docs-2.22-de.json.br +++ b/lib/search/indexes/github-docs-2.22-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2147fc0e3d7e1fa7a0996be01345228917265e4b9076f0126869c9f8c037b5b2 -size 2079867 +oid sha256:085342f9813d7fa0bb6064fc71b61dc7a4ada57edcb9009ad47f28a10c37cc88 +size 2077837 diff --git a/lib/search/indexes/github-docs-2.22-en-records.json.br b/lib/search/indexes/github-docs-2.22-en-records.json.br index 0d2429c480..a46b113c02 100644 --- a/lib/search/indexes/github-docs-2.22-en-records.json.br +++ b/lib/search/indexes/github-docs-2.22-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:980a6043c1808e5fb7acd1d1e58e21d10798a2b36dbcf089d7d361aad7803b88 -size 431848 +oid sha256:c478323a9bdb99e1cfbd191eed461e1ecc553a1ce01429d4445a724c48113f80 +size 431890 diff --git a/lib/search/indexes/github-docs-2.22-en.json.br b/lib/search/indexes/github-docs-2.22-en.json.br index 3be58a5aac..cc67619b6f 100644 --- a/lib/search/indexes/github-docs-2.22-en.json.br +++ b/lib/search/indexes/github-docs-2.22-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ad761603a9baa1f99072f42027b3149c52262112689be2df4a2042c237fbb07 -size 1694924 +oid sha256:224b5bb9882d5bd301253d3e0cdd6f9161a01646e549d6252c204fa17d88a871 +size 1696127 diff --git a/lib/search/indexes/github-docs-2.22-es-records.json.br b/lib/search/indexes/github-docs-2.22-es-records.json.br index ccd9fde0c4..9e1cb7fe6b 100644 --- a/lib/search/indexes/github-docs-2.22-es-records.json.br +++ b/lib/search/indexes/github-docs-2.22-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62903af154511ddbd23d07ba99a0ca35f9dce10ef9fcb43a31bd70f8cdc8f245 -size 280000 +oid sha256:736c844a16a394b0e7a7cc23c0b6339252dc68ed9ef81becb40d288dbefbe3c3 +size 280141 diff --git a/lib/search/indexes/github-docs-2.22-es.json.br b/lib/search/indexes/github-docs-2.22-es.json.br index 76a7184bd9..b9c9b01c2d 100644 --- a/lib/search/indexes/github-docs-2.22-es.json.br +++ b/lib/search/indexes/github-docs-2.22-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c9f709ecb0221de67228c8d8680034d15b779433b17883ab292ef0068fff823 -size 1067780 +oid sha256:85fac63f408f4bb20597724f7beea3ea8572be4d4b68136201376fcab5e77999 +size 1068533 diff --git a/lib/search/indexes/github-docs-2.22-ja-records.json.br b/lib/search/indexes/github-docs-2.22-ja-records.json.br index 289600cf4e..223963c6dd 100644 --- a/lib/search/indexes/github-docs-2.22-ja-records.json.br +++ b/lib/search/indexes/github-docs-2.22-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdbd100108425c7a2cb17f8d24a8958a0a9041078352248bcc9d5e8e8d9ae206 -size 528927 +oid sha256:5c003673c176dead446142111dea09ca0cdcbe6bdbd28a8bde2628434e8c92d6 +size 529066 diff --git a/lib/search/indexes/github-docs-2.22-ja.json.br b/lib/search/indexes/github-docs-2.22-ja.json.br index 6a307af408..cb7a639782 100644 --- a/lib/search/indexes/github-docs-2.22-ja.json.br +++ b/lib/search/indexes/github-docs-2.22-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a20c5a7b471bb01e5666d6761db75184be3b0f68b06b4595c1b1d5226fb5e334 -size 2797609 +oid sha256:331188f45c313487cd329b80491e849251766dc16ad6f255ada36f9ac30535a7 +size 2797094 diff --git a/lib/search/indexes/github-docs-2.22-pt-records.json.br b/lib/search/indexes/github-docs-2.22-pt-records.json.br index 387f3efbd9..54cd1289bc 100644 --- a/lib/search/indexes/github-docs-2.22-pt-records.json.br +++ b/lib/search/indexes/github-docs-2.22-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ccb04dee90f1ad3fa5e3064e21e714c8ab9410b5e7b9ef8cc6b517be392bb901 -size 443871 +oid sha256:336e6a58218190b6794745a1ed323166b45d52d2c66e9ec088356e3075478466 +size 443350 diff --git a/lib/search/indexes/github-docs-2.22-pt.json.br b/lib/search/indexes/github-docs-2.22-pt.json.br index ca43115248..0a82acb423 100644 --- a/lib/search/indexes/github-docs-2.22-pt.json.br +++ b/lib/search/indexes/github-docs-2.22-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14bfe3540ceb91063c2d03d9a3bdf30aa96a0cd7b7bff6534da55ccb467f9096 -size 1853520 +oid sha256:3b723cb8b7d06f8d4868692d1d7145f4cf9b7dd696d46cb1d73be4c6f6941af6 +size 1850845 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 b0fe58db74..36a596c5c6 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:fe2cd9dabf37a3b8c7b788358abd9f7165ba1d6fafc6c64a2f2e8e3ee109bd4b -size 524845 +oid sha256:4215113297b88180fc7f887023e8c30428beb81c131695d8f713601464945908 +size 524922 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 48403026b2..3787bdb185 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:6f4c77d42346bb8d675d0865d3f9d177939622b9071981e340e93723452ab043 -size 834640 +oid sha256:08456ff02a0301e0673baa30a5017edc231bc60d87666450f7991bc27530e1ed +size 835027 diff --git a/lib/search/indexes/github-docs-3.0-de-records.json.br b/lib/search/indexes/github-docs-3.0-de-records.json.br index 65667dbd08..600bc67b2b 100644 --- a/lib/search/indexes/github-docs-3.0-de-records.json.br +++ b/lib/search/indexes/github-docs-3.0-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1050d1ef205685be6bb2906bde4a011283615dc936a385c0e3a88fbf415536eb -size 490309 +oid sha256:e9c83ec19e5b5911778f377264b82dda4a832e428437c88a49cbbdc53d2101b7 +size 490500 diff --git a/lib/search/indexes/github-docs-3.0-de.json.br b/lib/search/indexes/github-docs-3.0-de.json.br index a9e8f4a20c..28a2ea83f4 100644 --- a/lib/search/indexes/github-docs-3.0-de.json.br +++ b/lib/search/indexes/github-docs-3.0-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed20c9efa3639fbce1b44858332d641435c3d41470a3c2ca945012af800938bf -size 2179483 +oid sha256:1af8da3cfaa5a842f182dcf84490d3f0d3cf12ee399b4e5a7e7c5083b1c7e82d +size 2179367 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 c0e381847f..32944e3300 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:7c358e3f9d9519ff2e8716d28b228363295e065cacd4a900ecdbaf124021cd02 -size 451525 +oid sha256:011ae7d968630ff7bd051927cbe5247445a51976085feec40edb7638b5472d9d +size 452267 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 8722c7f5f5..26661c199c 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:89e83e25e1770c3edd358d4e6657aedf5149325a3f80198c4fb737094da4f54e -size 1769850 +oid sha256:b600acf6e70839c546b9799d1f0eb3d9e81ca7f0033b2e4aae46bf401bb9f8c9 +size 1769928 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 7ebc0f77e4..279202c9cc 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:80110168d8e6fd868c05f6de4c41bf6861f53d7e11d94288d9a82a6b11f4be79 -size 278130 +oid sha256:2414ee9033782747b8285cb26b5557eaa91cc31d1c74b9733e9e139e97cda13d +size 278003 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 6c6eb3756f..319c055f4f 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:7f9831b3ccf56bc1f52184f8b650ff040a636e8068c497b849fe2df2f94e1cef -size 1056280 +oid sha256:21881c5c5a0da0fa81a1f1bd30e6f086f20f278f1b45874e79ba02bb21d86898 +size 1055629 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 bbbd613204..3930870da9 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:98e244d3d64fed9a818513eaae60e27a9d0cb5e091fab788bb94532cada91809 -size 550923 +oid sha256:64485dd00a2f9c67cfd61bf9ef619f9c6e94b419f31ed0d8ff6b6054f594aa88 +size 550460 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 0559d25c2c..15cda4e822 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:8ec3adbdbc2769ca8c0f94036d92e7ac326c77d317a272371e1e2d4d28018209 -size 2916974 +oid sha256:84fdfca1f6bebe0361d86571a5ba65fa4896899a622c872c39285176175573fb +size 2914766 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 30b730e473..5c96a00e91 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:43918a909bb03dd9951b84e84e6ddc604bf0c04af2c14d8bca86ac80f7e22cb0 -size 464786 +oid sha256:2fd01b297864c100f19f6c7dc4cfd5627771fc62620c75513df81d5e1a1a9f0f +size 464406 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 fff3e73200..e8193a8b86 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:b5a6fbbcd261b150fc633159372f6afd7b5ea94300a81f49136ea978fa4071cc -size 1937854 +oid sha256:479e2aa08cd75791f8b61f7389dfccd421c0d7b4bd12bb89da0d95cb9c53f8da +size 1936633 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 50f3d9f30a..ecdb5b8738 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:0394ef6bb12160b941b1984e0855a510d7ca257cfc16e88bfb16a59b8db3664f -size 534427 +oid sha256:5edf6c72d5357055492778c3c9310d8540f37285d37f8d3a7856cf6e331e69fa +size 534440 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 8c4b0242d2..d3ef2e2efa 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:05ff0f9e53fc379b503153f3606d1fc2fc14bd777b450750055faec7c161376f -size 846087 +oid sha256:9a4e1ca8c78a301c70d5f2493a319708b49cecd2c1d5250fb805ca969d443dba +size 846413 diff --git a/lib/search/indexes/github-docs-3.1-de-records.json.br b/lib/search/indexes/github-docs-3.1-de-records.json.br index 6790701765..33cfb41866 100644 --- a/lib/search/indexes/github-docs-3.1-de-records.json.br +++ b/lib/search/indexes/github-docs-3.1-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9b20bacac4ca430828f47155d3611d0a7a2e5b128c39f8b0b6589aadf361664 -size 497228 +oid sha256:269132ef929fb1cce4b086a6643b67237b0cbcf0d1470e4f1e2c2fa1d0e53795 +size 497613 diff --git a/lib/search/indexes/github-docs-3.1-de.json.br b/lib/search/indexes/github-docs-3.1-de.json.br index 87a9f0ca47..7b452e7ac2 100644 --- a/lib/search/indexes/github-docs-3.1-de.json.br +++ b/lib/search/indexes/github-docs-3.1-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7454f93418a689dbfbba316e555057048b021366049f3b5b93fa561066af34c1 -size 2222462 +oid sha256:b758a3048ada038b36a988a693eac354dd7e4ff49e09de392f995c95dc97e4a5 +size 2223335 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 0a50ecf159..dee2dc544a 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:e4e236231e83ac087274d8bb92872e0a819d6cc306cbdb75f55bd5db4857e174 -size 460648 +oid sha256:fa6f0788419408c9e0b839ecca686f4b9c660b4ce5ce12e5542dd0b618a39512 +size 460595 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 59ad77bab5..8863830549 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:a735759faedc88e6d7c34c0fd471a3a0cc2d5be235d001980a703e35adafd0fe -size 1804471 +oid sha256:3924b4926f7b1f4e846515f6fe8af736bf26182ef9f1a6737547436137c35834 +size 1803736 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 96cb06264f..9da23d0177 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:ef10ff815860c9ca23eccefb6ef16129419263b8dba55de427aea6bc0f2b3d5b -size 278777 +oid sha256:7080508ed9a3093b74de85d1744142f084e3f0d1f6bac6f3b6c76fa75b95ee19 +size 278577 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 88b257370a..aeb6f710a3 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:e94b564609d77c1ec0479e90d66f7bf2c8e32893e3696225886e429cdf83b87e -size 1056883 +oid sha256:3f081ad98fcb0ec9b720ea594fe89a86d6b77bdbeaf2e6f8a48626f5df499d7e +size 1057164 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 4a4c102321..c885b64532 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:41f5a8cfc1648832a3380b63933dbb4a54a73c05082abdf41d42c6b5d37edd95 -size 559083 +oid sha256:d254660cff7e3e9c18ce976ca821b0f058cdb7f862a3c8508d703e4abc034cc2 +size 559117 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 1549e4df56..478485f758 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:624be408694999ca26372c4ed5537b96117564c30612d962800e8f377e4cc9d1 -size 2966093 +oid sha256:dafd27ae832a3856ce1a9a0dd37d190096e9cc7f1d8b27873de72480f9f8ec82 +size 2964901 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 d72cc2a541..6005e471b1 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:6af33f394e40cd17396b82eefb50b3a13289ab3f069f2c0825214786971bfb94 -size 472253 +oid sha256:8b3fa6d8660058ce8a1a2174a2e7125234f4ecc3140034fc56fb6c4a2d99a34d +size 472488 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 1209efe63e..33985357a0 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:708bfcad6d281885c75ab6959b9ecb4bb24a607d406365bf85d746c10fa7ef6d -size 1972222 +oid sha256:841a3d18022bd3e494d34d513559598bcd5505eb5222eb500bbd757ce367ed27 +size 1973282 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 3cd768732b..d81533aa42 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:95762f638bcf3f40a325b6716e0df6377bb3d1dc14a396de9f5e6afd701eacfb -size 709673 +oid sha256:16fb6bc813daa795188298cd316b91be64f94f29c1859e2daa90606cbac9982d +size 710089 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index ff1ea0b70d..2a5d84766c 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:784b9b8449dbb9f69456577013b62de8c4be233edb00f87cde81a0d5150656ea -size 968841 +oid sha256:2b99f80c8e2811b86e4f0de63ef18cc136a9fd5b26473080a7f728ca4379bb88 +size 969201 diff --git a/lib/search/indexes/github-docs-dotcom-de-records.json.br b/lib/search/indexes/github-docs-dotcom-de-records.json.br index da5bcc5df9..868a2b5e90 100644 --- a/lib/search/indexes/github-docs-dotcom-de-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d2336f4ea426bdc705a7152b806719280d4df12061c0803fd4ce571d704169a -size 647810 +oid sha256:5b3d4a83025171abc2e822ff960dab47740923f604a48efd9c3dd4ee77989e05 +size 647860 diff --git a/lib/search/indexes/github-docs-dotcom-de.json.br b/lib/search/indexes/github-docs-dotcom-de.json.br index 2004d47383..5c1399c699 100644 --- a/lib/search/indexes/github-docs-dotcom-de.json.br +++ b/lib/search/indexes/github-docs-dotcom-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e73c8aaaa0e50d5ac1a063efa8de638eeefe38711e5fa95f076f77cb9ff22594 -size 2901151 +oid sha256:1f3d6985a7c51dee26da932bdfe1b419dcb48e19d1c337435d9808ce85843e00 +size 2901390 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 08eea02a8e..720143cb36 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:51ea59e57018fa7c0347d72182097da5541d0e9ca8e131dd200665fbed4994da -size 624206 +oid sha256:77d6ee679f9d16aad200490dc4670f4d4622f1941827e269996b8baacc6267af +size 624053 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index 9845eefa4b..abacb55904 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:4e71042943f7e51978a7d9dbd3b401fa6e0a2dd0e30abae0df27aae3e5f9e788 -size 2378705 +oid sha256:444ec768a065dce7213cc37b64550fbf277899b7e82de1c69a6cce9601456744 +size 2378280 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 331a995615..eaa20bad99 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:d01de8a670bf371312b6665179844dcfe92235ba50f305687c2c935776f49393 -size 306532 +oid sha256:cdc46f89f55ce61512126f16b897a811b7792cec4415a69476051e9f1f13d108 +size 306503 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 16a219ea82..5720a1c687 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:ea4e072296e408942843534eb7af308cffa18b042cafe704e460bd5841cfacaa -size 1088700 +oid sha256:72e1ebf3b1c864b8db3cb7d60a57bc62bdd1a37a3424e9e099c714b67d484c40 +size 1089241 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 5911f6712d..be0479a346 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:40d249a01fa4a5275f4cff1417b0ae60cbd9b0f7b33bc4fe4b958fb459869d15 -size 738368 +oid sha256:134653957d968c73a4c9b4636407bbc7a26fd741fb642aed600d7df9a7f24cd1 +size 738596 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index 9f4c18088a..75848bea96 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:851dff2ff62693e4e0443b94ecb294ece9a53d0cf85ebc094d7572e1e1faa42a -size 3851685 +oid sha256:79d92b46d022121497dbe8cfb8ce34736a9df64d883ab87f74dc4bdcb1aa2b6f +size 3851072 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 c5c3cc59a8..b3496fe93b 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:cbdcf57db7460ed12124cfa81b790bb463fcea0230b4ca106f0e995b939da5ef -size 621108 +oid sha256:4f9682432b8ddedc4e0d8bbee9f78cf0032b3fca604bbd8afc23377e412a5918 +size 621427 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index aa4ec8b408..2144225767 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:5f013919185a467042d6e8e5f12e16cc8cd4f493d2924bec8f35bb1b3a01c46c -size 2551350 +oid sha256:d9146fc1f02c5ca2a277f51c608cfc360af0b26f9ef6851770d9dd9ff9b8a08f +size 2552444 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 6265f20cde..972a005506 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:7daf069e2f5fb7fa06d12fa56c0d17a0f95822250072223853592be9421c08eb -size 414248 +oid sha256:31416726a5babab20f844b14faa5b69aaf0cc178e888452356628ccade26e1fa +size 414359 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index bf1241437f..20dfb56a7a 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:4c72c523aa704c94944e1a25a86bfd3f2de5de55c9ae0aca4a05920b1616011a -size 630716 +oid sha256:c10dd5faab8d0f2e4bbb4570ba3fe55403d72f3cf309609dbb0b324ecb452661 +size 630754 diff --git a/lib/search/indexes/github-docs-ghae-de-records.json.br b/lib/search/indexes/github-docs-ghae-de-records.json.br index 113700f778..a579af52b6 100644 --- a/lib/search/indexes/github-docs-ghae-de-records.json.br +++ b/lib/search/indexes/github-docs-ghae-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c837ecbdbca70e2cd5b8021b0fc114d8b54a820f5dcdbb4402fab4d6ba36c3f -size 390905 +oid sha256:58d5cad6690cd400e282cea0d48291bba814122620ecb6e905c3932ce2e83b14 +size 391109 diff --git a/lib/search/indexes/github-docs-ghae-de.json.br b/lib/search/indexes/github-docs-ghae-de.json.br index 8774326eeb..26babff5e2 100644 --- a/lib/search/indexes/github-docs-ghae-de.json.br +++ b/lib/search/indexes/github-docs-ghae-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dabd757f6efb4abbbf66ac25051d77a424babcfd246195861026b72363ce81b9 -size 1699197 +oid sha256:2bf1814110e86e2c079fd846bb0b53676fdebdaa48a6e21a8ba988052454678f +size 1700109 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 444aa72dae..073627a3e4 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:8e82a18837a808464ff518e897c59ad71e388f7fdcfd5974f27c8c87bfa9a98c -size 360818 +oid sha256:5b95eaaf5feb831447855b37e880251c2a24fcf682bcc57187432d384e8ede33 +size 360572 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index f4eb744619..d228e66085 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:fd625f217e21113e20e2f34957e7460454752ae3560c69ac2a07941f836848f2 -size 1353894 +oid sha256:e21f022938f99624972af4cd1eb111bbdadc031674765cbf8e4bbdea98532eba +size 1353029 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 66dcf132cb..df1b9dd041 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:f6c5c647ad6d13eff856acea8e4b09063acc817dadde232d19913b470f92b613 -size 200837 +oid sha256:630a981324cfa950d4c29edc5f4e926e10d594e70eaf171e3d2842987dc0b3a2 +size 200734 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index 8095aa8617..636e6b6a51 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:b1d812aa39ea757823517df6185dcf6003b3b2b6ea50718551f28fbae5e54545 -size 718718 +oid sha256:be6f9bcaa04cbe60851a870663678c50b7a1dead11209d8d253203d05716eaf2 +size 718234 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 69b564e8aa..a22c7515f0 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:5160a14e3829954cd730b15c609fe16e9b008c5562096ed62b16af062ba954b0 -size 435233 +oid sha256:087f9027451375fcb99cd7ac337d05ed7d6d9930ddc3118bc7a241abab67b017 +size 435611 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index eb5ac7edb6..bb96c2e4a1 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:f00f4d1fe588ac84ef69c3fc0247380204410dc8c0dc2bac2f61353a9928ee86 -size 2216676 +oid sha256:95d703f0db12d9a0d046f5b7fd55f8636735ceb553f4145f822c897d237fe39b +size 2217236 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 088da05937..ad3ed7da3e 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:fdabb310f7b09d37d355471030c9ac0a9fedbcccf1bb7f00d1896cc8f105fc13 -size 371742 +oid sha256:21f3868471ae6eee53cb0ea4ff4eb8f98059aa1fdca7ae9df04d4716f0da0198 +size 371947 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index 96de41f45f..451f90bb2f 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:e60dfae77f336a266b1e15d81713180fc6094da0fb4b9630d20d6859bd1338e8 -size 1496543 +oid sha256:12a00d29e671071462043d95ca64c2501258951771989eb4ceb94536d90174d9 +size 1497329 From 6380038b0a28ccffb624020bd02ebe06bf5c39c4 Mon Sep 17 00:00:00 2001 From: Matt Cooper Date: Wed, 1 Sep 2021 10:00:12 -0400 Subject: [PATCH 12/24] [Sept 1] Changes to SSH security (#21088) --- assets/images/help/settings/ssh-key-paste.png | Bin 20542 -> 28756 bytes ...ng-a-new-ssh-key-to-your-github-account.md | 2 +- .../checking-for-existing-ssh-keys.md | 2 +- .../githubs-ssh-key-fingerprints.md | 8 ++++++++ data/reusables/ssh/dsa-support.md | 5 ----- data/reusables/ssh/key-type-support.md | 9 +++++++++ 6 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 data/reusables/ssh/dsa-support.md create mode 100644 data/reusables/ssh/key-type-support.md diff --git a/assets/images/help/settings/ssh-key-paste.png b/assets/images/help/settings/ssh-key-paste.png index 481e35029f6d6ea78ca730b6e53444fd954876ec..92c34a178861a33eb18a353436931d56db46e49c 100644 GIT binary patch literal 28756 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 LN2&b5qnG~!0$7jK literal 20542 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 ZxoYpk*A*_1E<{tny*sA*<+@HW{{|g|39|qI diff --git a/content/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md b/content/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md index afa78383cc..13039f3b44 100644 --- a/content/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md +++ b/content/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account.md @@ -18,7 +18,7 @@ Before adding a new SSH key to your {% data variables.product.product_name %} ac After adding a new SSH key to your {% data variables.product.product_name %} account, you can reconfigure any local repositories to use SSH. For more information, see "[Switching remote URLs from HTTPS to SSH](/github/getting-started-with-github/managing-remote-repositories/#switching-remote-urls-from-https-to-ssh)." -{% data reusables.ssh.dsa-support %} +{% data reusables.ssh.key-type-support %} {% mac %} diff --git a/content/github/authenticating-to-github/connecting-to-github-with-ssh/checking-for-existing-ssh-keys.md b/content/github/authenticating-to-github/connecting-to-github-with-ssh/checking-for-existing-ssh-keys.md index 9d503c7803..bd70338782 100644 --- a/content/github/authenticating-to-github/connecting-to-github-with-ssh/checking-for-existing-ssh-keys.md +++ b/content/github/authenticating-to-github/connecting-to-github-with-ssh/checking-for-existing-ssh-keys.md @@ -12,7 +12,7 @@ topics: - SSH shortTitle: Check for existing SSH key --- -{% data reusables.ssh.dsa-support %} +{% data reusables.ssh.key-type-support %} {% data reusables.command_line.open_the_multi_os_terminal %} 2. Enter `ls -al ~/.ssh` to see if existing SSH keys are present: diff --git a/content/github/authenticating-to-github/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints.md b/content/github/authenticating-to-github/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints.md index fc8d5c0858..f3341f067f 100644 --- a/content/github/authenticating-to-github/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints.md +++ b/content/github/authenticating-to-github/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints.md @@ -16,4 +16,12 @@ shortTitle: SSH key fingerprints These are {% data variables.product.prodname_dotcom %}'s public key fingerprints: - `SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8` (RSA) + +These keys will be supported beginning September 14, 2021: + +- `SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM` (ECDSA) +- `SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU` (Ed25519) + +This key will be sunset on November 16, 2021: + - `SHA256:br9IjFspm1vxR3iA35FWE+4VTyz1hYVLIE2t1/CeyWQ` (DSA) diff --git a/data/reusables/ssh/dsa-support.md b/data/reusables/ssh/dsa-support.md deleted file mode 100644 index 7f6f3c22f4..0000000000 --- a/data/reusables/ssh/dsa-support.md +++ /dev/null @@ -1,5 +0,0 @@ -{% note %} - -**Note:** DSA keys (SSH-DSS) are no longer supported. Existing keys will continue to function, but you cannot add new DSA keys to your {% data variables.product.product_name %} account. - -{% endnote %} diff --git a/data/reusables/ssh/key-type-support.md b/data/reusables/ssh/key-type-support.md new file mode 100644 index 0000000000..c844af9547 --- /dev/null +++ b/data/reusables/ssh/key-type-support.md @@ -0,0 +1,9 @@ +{% note %} + +**Note:** {% data variables.product.company_short %} is improving security by dropping older, insecure key types. + +DSA keys (`ssh-dss`) are no longer supported. Existing keys will continue to function through March 15, 2022. You cannot add new DSA keys to your user account on {% data variables.product.product_name %}. + +RSA keys (`ssh-rsa`) with a `valid_after` before November 2, 2021 may continue to use any signature algorithm. RSA keys generated after that date must use a SHA-2 signature algorithm. Some older clients may need to be upgraded in order to use SHA-2 signatures. + +{% endnote %} From 5b55f5cac3efee9c8c11ddd65eb35c04b8e4dde3 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Wed, 1 Sep 2021 08:05:15 -0700 Subject: [PATCH 13/24] Update sync-search-indices.yml (#21125) --- .github/workflows/sync-search-indices.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-search-indices.yml b/.github/workflows/sync-search-indices.yml index d8a11101b9..2435d32590 100644 --- a/.github/workflows/sync-search-indices.yml +++ b/.github/workflows/sync-search-indices.yml @@ -22,7 +22,7 @@ name: Sync search indexes on: workflow_dispatch: schedule: - - cron: '53 0/4 * * *' # Run every four hours at 53 minutes past the hour + - cron: '53 0/8 * * *' # Run every eight hours at 53 minutes past the hour jobs: updateIndexes: From 6eec2703352a5ddc74e2a7e90e0d19a36c092b00 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Wed, 1 Sep 2021 08:10:47 -0700 Subject: [PATCH 14/24] Add MarkdownContent to storybook (#21222) * Add MarkdownContent to storybook * Update MarkdownContent.tsx * Update storybook.tsx --- .../ui/MarkdownContent/MarkdownContent.tsx | 5 +- pages/storybook.tsx | 100 +++++++++++++++++- 2 files changed, 100 insertions(+), 5 deletions(-) diff --git a/components/ui/MarkdownContent/MarkdownContent.tsx b/components/ui/MarkdownContent/MarkdownContent.tsx index e032272ef7..93b67dda73 100644 --- a/components/ui/MarkdownContent/MarkdownContent.tsx +++ b/components/ui/MarkdownContent/MarkdownContent.tsx @@ -3,17 +3,18 @@ import cx from 'classnames' import styles from './MarkdownContent.module.scss' -type Props = { +export type MarkdownContentPropsT = { children: string | ReactNode className?: string as?: keyof JSX.IntrinsicElements } + export const MarkdownContent = ({ children, as: Component = 'div', className, ...restProps -}: Props) => { +}: MarkdownContentPropsT) => { return ( +

Header Level 1: Steps example

+
    +
  1. Start with step 1
  2. +
  3. Continue with step 2
  4. +
  5. Finish with step 3
  6. +
+

Header Level 2: Highlighted code example

+
+      
+        steps:
+        {'\n'}
+        - uses:{' '}
+        actions/checkout@v2
+        {'\n'}
+        - uses:{' '}
+        actions/setup-java@v2
+        {'\n  '}
+        with:
+        {'\n    '}
+        java-version: '11'
+        {'\n    '}
+        distribution:{' '}
+        'adopt'
+      
+    
+

Header Level 3: Table example

+ + + + + + + + + + + + + + + + + +
QualifierExample
+ sort:interactions or sort:interactions-desc + + + org:github sort:interactions + {' '} + matches issues in repositories owned by GitHub, sorted by the highest combined number of + reactions and comments. +
+ sort:interactions-asc + + + org:github sort:interactions-asc + {' '} + matches issues in repositories owned by GitHub, sorted by the lowest combined number of + reactions and comments. +
+

Header Level 4: Procedural image example

+ Group assignment + +) const stories = [ { @@ -31,8 +107,23 @@ const stories = [ { variant: 'success', children: 'I am a little font', className: 'f6' } as CalloutPropsT, ], }, + { + name: 'MarkdownContent', + component: MarkdownContent, + variants: [{ children: markdownExample } as MarkdownContentPropsT], + }, ] +function displayProps(props: Object) { + const xprops = Object.fromEntries( + Object.entries(props).map(([key, value]) => [ + key, + key === 'children' ? ReactDomServer.renderToString(value) : value, + ]) + ) + return JSON.stringify(xprops, null, 2) +} + export default function Storybook() { return (
@@ -51,13 +142,16 @@ export default function Storybook() {
{stories.map(({ name, component, variants }) => (
-

{name}

+

{name}

{variants.map((props) => (
{/* @ts-ignore */} {React.createElement(component, props)} -
-                    {JSON.stringify(props, null, 2)}
+                  
+                    {displayProps(props)}
                   
))} From 23f4ea59d5a3dd5b8a1a4031a23504af85e2c789 Mon Sep 17 00:00:00 2001 From: Grace Park Date: Wed, 1 Sep 2021 08:55:39 -0700 Subject: [PATCH 15/24] Updating Content Changes Table (#21130) * Updating table * Update .github/workflows/content-changes-table-comment.yml Co-authored-by: James M. Greene * Update .github/workflows/content-changes-table-comment.yml Co-authored-by: James M. Greene * Update .github/workflows/content-changes-table-comment.yml Co-authored-by: Felicity Chapman * Update .github/workflows/content-changes-table-comment.yml Co-authored-by: Kevin Heis * Update .github/workflows/content-changes-table-comment.yml Co-authored-by: James M. Greene * updating links Co-authored-by: James M. Greene Co-authored-by: Felicity Chapman Co-authored-by: Kevin Heis --- .../content-changes-table-comment.yml | 38 +++++++++++-------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/.github/workflows/content-changes-table-comment.yml b/.github/workflows/content-changes-table-comment.yml index 695632ea47..dd4f0d5745 100644 --- a/.github/workflows/content-changes-table-comment.yml +++ b/.github/workflows/content-changes-table-comment.yml @@ -71,20 +71,25 @@ jobs: head: context.payload.pull_request.head.sha }) - let changedFiles = response.data.files - .map(e => e.filename) - .filter(file => file.startsWith('content/') && !file.includes('index')) + const files = response.data.files - let markdownTable = '| **Article in Staging** | **Live Article** | **Source** | **Changes** |\n| ----------- | ----------- | ----------- | ----------- |\n' - for (let file of changedFiles) { - file = file.split('content')[1] - const fileURL = file.substring(0, file.length-3) - const stagingLink = `https://${stagingPrefix}.herokuapp.com${fileURL}` - let fileTitle = file.split('/').pop() - fileTitle = fileTitle.substring(0, fileTitle.length - 3) - const markdownLine = '| [' + fileTitle + '](' + stagingLink + ') | [' + fileTitle + '](https://docs.github.com' + fileURL + ') | | |\n' - markdownTable += markdownLine - } + let markdownTable = '| **Source** | **Staging** | **Production** | **What Changed** |\n|:----------- |:----------- |:----------- |:----------- |\n' + + files.filter(({ filename }) => filename.startsWith('content/') && !filename.endsWith('/index.md')) + .forEach(file => { + const fileName = file.filename.split('content/')[1] + const sourceUrl = file.blob_url + const fileUrl = fileName.substring(0, fileName.split('.')[0]) + const stagingLink = `https://${stagingPrefix}.herokuapp.com/${fileUrl}` + let markdownLine = '' + + if (file.status == 'modified') { + markdownLine = '| [content/' + fileName + '](' + sourceUrl + ') | [Modified](' + stagingLink + ') | [Original](https://docs.github.com/' + fileUrl + ') | | |\n' + } else if (file.status == 'added') { + markdownLine = '| New file: [content/' + fileName + '](' + sourceUrl + ') | [Modified](' + stagingLink + ') | | | |\n' + } + markdownTable += markdownLine + }) function getStagingPrefix (prefix, prNumber, branch) { // Added a - in front of prNumber @@ -102,7 +107,7 @@ jobs: with: issue-number: ${{ github.event.pull_request.number }} comment-author: 'github-actions[bot]' - body-includes: '## ⚠️ Automatically generated comment ⚠️' + body-includes: '' - name: Update comment uses: peter-evans/create-or-update-comment@5221bf4aa615e5c6e95bb142f9673a9c791be2cd @@ -110,8 +115,9 @@ jobs: comment-id: ${{ steps.findComment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} body: | - ## ⚠️ Automatically generated comment ⚠️ - **This comment is automatically generated and will be overwritten the every time changes are committed to this branch.** + + ## Automatically generated comment ℹ️ + **This comment is automatically generated and will be overwritten every time changes are committed to this branch.** The table contains an overview of files in the `content` directory that have been changed in this pull request. It's provided to make it easy to review your changes on the staging site. Please note that changes to the `data` directory will not show up in this table. From 78ee3ff9d4946d804ff81327aa63a926c8320761 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Wed, 1 Sep 2021 09:32:29 -0700 Subject: [PATCH 16/24] Fix broken links (#21225) * fix broken links * fix versioning * other versioning fix * fix broken tests * fix broken links --- .../about-monitoring-and-troubleshooting.md | 6 +++++- content/rest/guides/traversing-with-pagination.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/content/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting.md b/content/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting.md index 0f7bc98d3e..1b397182b4 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting.md @@ -16,13 +16,17 @@ miniTocMaxHeadingLevel: 3 ## Monitoring your workflows +{% ifversion fpt or ghae or ghes > 3.0 %} + ### Using the visualization graph Every workflow run generates a real-time graph that illustrates the run progress. You can use this graph to monitor and debug workflows. For example: ![Workflow graph](/assets/images/help/images/workflow-graph.png) -For more information, see "[Using the visualization graph](/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph)." +For more information, see "[Using the visualization graph](/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph)." + +{% endif %} ### Adding a workflow status badge diff --git a/content/rest/guides/traversing-with-pagination.md b/content/rest/guides/traversing-with-pagination.md index 58b4fb6df1..bccb94af9a 100644 --- a/content/rest/guides/traversing-with-pagination.md +++ b/content/rest/guides/traversing-with-pagination.md @@ -36,7 +36,7 @@ provides items in sets of 100 [events](/rest/reference/activity#events) won't let you set a maximum for items to receive. Be sure to read the documentation on how to handle paginated results for specific endpoints. -Information about pagination is provided in [the Link header](http://tools.ietf.org/html/rfc5988) +Information about pagination is provided in [the Link header](https://datatracker.ietf.org/doc/html/rfc5988) of an API call. For example, let's make a curl request to the search API, to find out how many times Mozilla projects use the phrase `addClass`: From 1d97c125f0d55e5533b59316b92db0705a356213 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Wed, 1 Sep 2021 10:40:28 -0700 Subject: [PATCH 17/24] fix sha ref and Unexpected identifier (#21228) * fix sha ref and Unexpected identifier * Update .github/workflows/staging-deploy-pr.yml Co-authored-by: James M. Greene --- .github/workflows/staging-deploy-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index ad0d7d2eb2..5f33a6c852 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -51,7 +51,7 @@ jobs: const CHECK_NAME = '${{ github.workflow }} / ${{ github.job }} (${{ github.event_name }})' const { data } = await github.checks.create({ name: CHECK_NAME, - head_sha: '${{github.sha}}', + head_sha: '${{ github.event.workflow_run.head_sha }}', owner: 'github', repo: 'docs-internal', status: 'in_progress', @@ -198,7 +198,7 @@ jobs: PR_URL: ${{ env.PR_URL }} SOURCE_BLOB_URL: ${{ needs.prepare.outputs.source_blob_url }} CHECK_RUN_ID: ${{ needs.prepare.outputs.check_run_id }} - CHECK_RUN_NAME: ${{ needs.prepare.outputs.check_run_name }} + CHECK_RUN_NAME: '${{ needs.prepare.outputs.check_run_name }}' with: script: | const { GITHUB_TOKEN, HEROKU_API_TOKEN } = process.env From 1e9cc9bd22e3588fca3255863603362ff1317253 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 1 Sep 2021 17:43:38 +0000 Subject: [PATCH 18/24] update search indexes --- lib/search/indexes/github-docs-2.22-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-cn.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-de.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-en.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-es.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-ja.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-pt.json.br | 4 ++-- 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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-de.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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-de.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-dotcom-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-de.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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-de.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 ++-- 60 files changed, 120 insertions(+), 120 deletions(-) diff --git a/lib/search/indexes/github-docs-2.22-cn-records.json.br b/lib/search/indexes/github-docs-2.22-cn-records.json.br index d5e74a098a..948edc66b9 100644 --- a/lib/search/indexes/github-docs-2.22-cn-records.json.br +++ b/lib/search/indexes/github-docs-2.22-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7217700dfece309348b94cba7ede91db2199e49cc021b9e2455b74716e939a63 -size 507019 +oid sha256:542aacbd8b3be6368a489bf875f92a2d9d8ded6be7b7cd62e1fd4a2874f5f6c5 +size 506964 diff --git a/lib/search/indexes/github-docs-2.22-cn.json.br b/lib/search/indexes/github-docs-2.22-cn.json.br index 4047adb6e4..aeaa04aee3 100644 --- a/lib/search/indexes/github-docs-2.22-cn.json.br +++ b/lib/search/indexes/github-docs-2.22-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbcf4b312769a629c678971ec20ae538378154e5276bb482a44f12fc7d3b15ac -size 802980 +oid sha256:40d58984d9015cc74c22493c674831a919b8734e27ab5abaa601c2ae4f25a3c6 +size 802870 diff --git a/lib/search/indexes/github-docs-2.22-de-records.json.br b/lib/search/indexes/github-docs-2.22-de-records.json.br index 575d8dcd16..22b2025387 100644 --- a/lib/search/indexes/github-docs-2.22-de-records.json.br +++ b/lib/search/indexes/github-docs-2.22-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64212be95fb1aae6d0047a82e2b2c5c883cf3ee436559684d8111f54211de61e -size 469365 +oid sha256:2bc8030672d1345a17696c55d093d9c72fc085df4fc125b013ddf74ff2c70564 +size 469474 diff --git a/lib/search/indexes/github-docs-2.22-de.json.br b/lib/search/indexes/github-docs-2.22-de.json.br index cc3bcb6c85..a0e28babdf 100644 --- a/lib/search/indexes/github-docs-2.22-de.json.br +++ b/lib/search/indexes/github-docs-2.22-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:085342f9813d7fa0bb6064fc71b61dc7a4ada57edcb9009ad47f28a10c37cc88 -size 2077837 +oid sha256:e99c35348b2abee1291af0a0a0db3b7c40282b7a04e2607a32d2f64c025c7c6b +size 2076788 diff --git a/lib/search/indexes/github-docs-2.22-en-records.json.br b/lib/search/indexes/github-docs-2.22-en-records.json.br index a46b113c02..4df3f69f31 100644 --- a/lib/search/indexes/github-docs-2.22-en-records.json.br +++ b/lib/search/indexes/github-docs-2.22-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c478323a9bdb99e1cfbd191eed461e1ecc553a1ce01429d4445a724c48113f80 -size 431890 +oid sha256:f34d2074e2b5bce9106aa503385e01197592e02a37634601b49462d6464ec94f +size 431760 diff --git a/lib/search/indexes/github-docs-2.22-en.json.br b/lib/search/indexes/github-docs-2.22-en.json.br index cc67619b6f..e30eeaa7b4 100644 --- a/lib/search/indexes/github-docs-2.22-en.json.br +++ b/lib/search/indexes/github-docs-2.22-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:224b5bb9882d5bd301253d3e0cdd6f9161a01646e549d6252c204fa17d88a871 -size 1696127 +oid sha256:95f801a9109da0c7e990c0650cc1a7aa0aa5b719e4329adffdcdd9f6dd6cbc81 +size 1696080 diff --git a/lib/search/indexes/github-docs-2.22-es-records.json.br b/lib/search/indexes/github-docs-2.22-es-records.json.br index 9e1cb7fe6b..3eccf91cda 100644 --- a/lib/search/indexes/github-docs-2.22-es-records.json.br +++ b/lib/search/indexes/github-docs-2.22-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:736c844a16a394b0e7a7cc23c0b6339252dc68ed9ef81becb40d288dbefbe3c3 -size 280141 +oid sha256:86368b5e49f209f60c37b9a1b78aaa1385093ce3aadbccb0fc4c122040f316b5 +size 280018 diff --git a/lib/search/indexes/github-docs-2.22-es.json.br b/lib/search/indexes/github-docs-2.22-es.json.br index b9c9b01c2d..3f02455f96 100644 --- a/lib/search/indexes/github-docs-2.22-es.json.br +++ b/lib/search/indexes/github-docs-2.22-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85fac63f408f4bb20597724f7beea3ea8572be4d4b68136201376fcab5e77999 -size 1068533 +oid sha256:228f4f47eb10955ea26a0ed47f4e4a53c63995e1e6e300da683070651334794a +size 1067596 diff --git a/lib/search/indexes/github-docs-2.22-ja-records.json.br b/lib/search/indexes/github-docs-2.22-ja-records.json.br index 223963c6dd..689c1960b2 100644 --- a/lib/search/indexes/github-docs-2.22-ja-records.json.br +++ b/lib/search/indexes/github-docs-2.22-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c003673c176dead446142111dea09ca0cdcbe6bdbd28a8bde2628434e8c92d6 -size 529066 +oid sha256:a1e6c4ce15be6b6c6726e333a1038d7e6242b8184d9152d7b302d452c4d79add +size 528847 diff --git a/lib/search/indexes/github-docs-2.22-ja.json.br b/lib/search/indexes/github-docs-2.22-ja.json.br index cb7a639782..bee2edd6fd 100644 --- a/lib/search/indexes/github-docs-2.22-ja.json.br +++ b/lib/search/indexes/github-docs-2.22-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:331188f45c313487cd329b80491e849251766dc16ad6f255ada36f9ac30535a7 -size 2797094 +oid sha256:c4658aa1422231eb6019ec7cb92927852914e6849af51d3d1b4fc983d8388fb6 +size 2796267 diff --git a/lib/search/indexes/github-docs-2.22-pt-records.json.br b/lib/search/indexes/github-docs-2.22-pt-records.json.br index 54cd1289bc..f0236ff336 100644 --- a/lib/search/indexes/github-docs-2.22-pt-records.json.br +++ b/lib/search/indexes/github-docs-2.22-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:336e6a58218190b6794745a1ed323166b45d52d2c66e9ec088356e3075478466 -size 443350 +oid sha256:d10b02f197064a39f1c35d0b777da72d214d8743370315b1258cdb3aa6775d02 +size 443451 diff --git a/lib/search/indexes/github-docs-2.22-pt.json.br b/lib/search/indexes/github-docs-2.22-pt.json.br index 0a82acb423..58bd94ddda 100644 --- a/lib/search/indexes/github-docs-2.22-pt.json.br +++ b/lib/search/indexes/github-docs-2.22-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b723cb8b7d06f8d4868692d1d7145f4cf9b7dd696d46cb1d73be4c6f6941af6 -size 1850845 +oid sha256:c1c80e7399e16aade5538096299e673781ecf54c028a16bfd57bff2a990623e6 +size 1851266 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 36a596c5c6..05805dfc8d 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:4215113297b88180fc7f887023e8c30428beb81c131695d8f713601464945908 -size 524922 +oid sha256:3ec24e207bd9b6b114aae4207c914ead7a4f2dc19b580b46f67b3d93ed55fe7e +size 525201 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 3787bdb185..ec9a4ae251 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:08456ff02a0301e0673baa30a5017edc231bc60d87666450f7991bc27530e1ed -size 835027 +oid sha256:29819c66625b2fed656adae7d42054a1fd8de2acec77a852b637980bc997d3dd +size 834659 diff --git a/lib/search/indexes/github-docs-3.0-de-records.json.br b/lib/search/indexes/github-docs-3.0-de-records.json.br index 600bc67b2b..908063644b 100644 --- a/lib/search/indexes/github-docs-3.0-de-records.json.br +++ b/lib/search/indexes/github-docs-3.0-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9c83ec19e5b5911778f377264b82dda4a832e428437c88a49cbbdc53d2101b7 -size 490500 +oid sha256:f3220af9ffbd590f4b1c649bf28da36f683513eb7bc3a3e4c7c69c685e1b8ec9 +size 490382 diff --git a/lib/search/indexes/github-docs-3.0-de.json.br b/lib/search/indexes/github-docs-3.0-de.json.br index 28a2ea83f4..cc7ee8462e 100644 --- a/lib/search/indexes/github-docs-3.0-de.json.br +++ b/lib/search/indexes/github-docs-3.0-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1af8da3cfaa5a842f182dcf84490d3f0d3cf12ee399b4e5a7e7c5083b1c7e82d -size 2179367 +oid sha256:53e08e1cbd6dae184275b9bfd1b9c3d3176a5bdd5406590f58f8a1946cf107eb +size 2178807 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 32944e3300..7c74e24621 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:011ae7d968630ff7bd051927cbe5247445a51976085feec40edb7638b5472d9d -size 452267 +oid sha256:ffb1d055212dcabf5c6bef62210415dc2f25ff01adce06496f5f0be0d0f335d8 +size 451670 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 26661c199c..451183c779 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:b600acf6e70839c546b9799d1f0eb3d9e81ca7f0033b2e4aae46bf401bb9f8c9 -size 1769928 +oid sha256:6e6adc5954946211edbf6239379db0bf38f6cb6a9f2573e554ecf8c1f4a4fa93 +size 1770659 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 279202c9cc..5d87af9aad 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:2414ee9033782747b8285cb26b5557eaa91cc31d1c74b9733e9e139e97cda13d -size 278003 +oid sha256:db71d4f1b7a8e453bfbb7426aa6fa44d7688cfc4548060fc71a53464fd281819 +size 278116 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 319c055f4f..2c8e10add3 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:21881c5c5a0da0fa81a1f1bd30e6f086f20f278f1b45874e79ba02bb21d86898 -size 1055629 +oid sha256:03985c6e4d04e74686e7435d0a48b6e5da942de4eb980e20e33eb1a3ac15b93a +size 1054965 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 3930870da9..ff068a9c2b 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:64485dd00a2f9c67cfd61bf9ef619f9c6e94b419f31ed0d8ff6b6054f594aa88 -size 550460 +oid sha256:555042bbdfff1cecf2326b499b8e979721ab94fe0cec53f7706b785a7af0e964 +size 550271 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 15cda4e822..d6ab21470a 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:84fdfca1f6bebe0361d86571a5ba65fa4896899a622c872c39285176175573fb -size 2914766 +oid sha256:d377d8df313024c0083893f6fda342a7aa7d8e01e4018a4ba11c7855599ffa2f +size 2913687 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 5c96a00e91..cb47cf9b12 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:2fd01b297864c100f19f6c7dc4cfd5627771fc62620c75513df81d5e1a1a9f0f -size 464406 +oid sha256:291d59f115a7a9183c12fdf1e45c5d4577d7e0d06c4343a9d90313e2cf54aa7b +size 464893 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 e8193a8b86..391b33f18b 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:479e2aa08cd75791f8b61f7389dfccd421c0d7b4bd12bb89da0d95cb9c53f8da -size 1936633 +oid sha256:46583c52d93c5ca9b06dcb18e8c2b39432932dbb99d95df0ee77ef33fef84b65 +size 1937872 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 ecdb5b8738..a0c7bca349 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:5edf6c72d5357055492778c3c9310d8540f37285d37f8d3a7856cf6e331e69fa -size 534440 +oid sha256:e9b6c5b0950d84916e638b947985cbce07c776da662976b852165efc58a449de +size 534238 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 d3ef2e2efa..e2a4e80da2 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:9a4e1ca8c78a301c70d5f2493a319708b49cecd2c1d5250fb805ca969d443dba -size 846413 +oid sha256:efdcef0652d8b6c2bbd5a6d5fb88ef1357eac4d412141eb3fba2f39b1b8dc32d +size 845395 diff --git a/lib/search/indexes/github-docs-3.1-de-records.json.br b/lib/search/indexes/github-docs-3.1-de-records.json.br index 33cfb41866..3cedcfdffe 100644 --- a/lib/search/indexes/github-docs-3.1-de-records.json.br +++ b/lib/search/indexes/github-docs-3.1-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:269132ef929fb1cce4b086a6643b67237b0cbcf0d1470e4f1e2c2fa1d0e53795 -size 497613 +oid sha256:854736205b014f3bdbb683451cfeecacac915affdbd5558e7124d4a6cabe628d +size 497070 diff --git a/lib/search/indexes/github-docs-3.1-de.json.br b/lib/search/indexes/github-docs-3.1-de.json.br index 7b452e7ac2..0c7e925852 100644 --- a/lib/search/indexes/github-docs-3.1-de.json.br +++ b/lib/search/indexes/github-docs-3.1-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b758a3048ada038b36a988a693eac354dd7e4ff49e09de392f995c95dc97e4a5 -size 2223335 +oid sha256:1ce39a8736a1ce47282da8c8e8b5eeea00dba137c3cb41c8dcfb2c3a91c993a8 +size 2220853 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 dee2dc544a..e6c04e76ca 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:fa6f0788419408c9e0b839ecca686f4b9c660b4ce5ce12e5542dd0b618a39512 -size 460595 +oid sha256:4bbf6137ca8120b4fa10b16e01b2929411bbe5c0aa1e33211eae7396c598fe91 +size 460588 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 8863830549..36c4665a93 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:3924b4926f7b1f4e846515f6fe8af736bf26182ef9f1a6737547436137c35834 -size 1803736 +oid sha256:c1ba81b93db4d4c233d5d3918987267e54360ba75b73eada4524035191d5119b +size 1805309 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 9da23d0177..e3ae4b89f6 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:7080508ed9a3093b74de85d1744142f084e3f0d1f6bac6f3b6c76fa75b95ee19 -size 278577 +oid sha256:ade721ce8e1a67f1f9707756c4f940b36644b944e442cb42d6702ff0f340b246 +size 278591 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 aeb6f710a3..0bc329fbc5 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:3f081ad98fcb0ec9b720ea594fe89a86d6b77bdbeaf2e6f8a48626f5df499d7e -size 1057164 +oid sha256:5143cdb8d19ae9fdc372d25235e2974714b583bcbff0a5505f2f9e6dc6434ebc +size 1056815 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 c885b64532..7690113e26 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:d254660cff7e3e9c18ce976ca821b0f058cdb7f862a3c8508d703e4abc034cc2 -size 559117 +oid sha256:66558f98df234a8b5b3baef056ff15cdf27ed00ff5897f52e4df6a0742f69a49 +size 559220 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 478485f758..edb10c767f 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:dafd27ae832a3856ce1a9a0dd37d190096e9cc7f1d8b27873de72480f9f8ec82 -size 2964901 +oid sha256:3752749ab30a31193df50ecb19bd9aa311e040735f6369a7b83fe5195da46674 +size 2965551 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 6005e471b1..e3aae5c5ee 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:8b3fa6d8660058ce8a1a2174a2e7125234f4ecc3140034fc56fb6c4a2d99a34d -size 472488 +oid sha256:0819ba81cd8bf08267119945d953dcee4e63efd49b58ccdf8492d77c4bfc9412 +size 472339 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 33985357a0..63ee97727c 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:841a3d18022bd3e494d34d513559598bcd5505eb5222eb500bbd757ce367ed27 -size 1973282 +oid sha256:a9497e87b58df80b8ee7e58be1456f83e2e05bdb875f39c46879115c9c8aff3c +size 1971742 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 d81533aa42..37cf64509e 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:16fb6bc813daa795188298cd316b91be64f94f29c1859e2daa90606cbac9982d -size 710089 +oid sha256:e48b538661c9de7aa59ff809289fa4a3f6f07ea178d5a21b8d890bf1da011acd +size 710106 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index 2a5d84766c..9d4d0c7f39 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:2b99f80c8e2811b86e4f0de63ef18cc136a9fd5b26473080a7f728ca4379bb88 -size 969201 +oid sha256:ada6a192f170356416e5b6b4453834e59c8665def507c85006fbbbbf6ef797cf +size 969509 diff --git a/lib/search/indexes/github-docs-dotcom-de-records.json.br b/lib/search/indexes/github-docs-dotcom-de-records.json.br index 868a2b5e90..2ebb71614d 100644 --- a/lib/search/indexes/github-docs-dotcom-de-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b3d4a83025171abc2e822ff960dab47740923f604a48efd9c3dd4ee77989e05 -size 647860 +oid sha256:80af6004e877e07146468114e33be9577720e20666684e898b186c6a38328292 +size 647307 diff --git a/lib/search/indexes/github-docs-dotcom-de.json.br b/lib/search/indexes/github-docs-dotcom-de.json.br index 5c1399c699..b268c5bad7 100644 --- a/lib/search/indexes/github-docs-dotcom-de.json.br +++ b/lib/search/indexes/github-docs-dotcom-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f3d6985a7c51dee26da932bdfe1b419dcb48e19d1c337435d9808ce85843e00 -size 2901390 +oid sha256:b338ce898a7b5cb67127c9a2405622d82d4982fc4061484ce49a9c79d491041d +size 2900996 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 720143cb36..6eeaed999c 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:77d6ee679f9d16aad200490dc4670f4d4622f1941827e269996b8baacc6267af -size 624053 +oid sha256:789db3153aff567015b35792b5876fc0f2ed7cfa83bc481c1b24b5fc394ef0aa +size 624585 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index abacb55904..2d9375adef 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:444ec768a065dce7213cc37b64550fbf277899b7e82de1c69a6cce9601456744 -size 2378280 +oid sha256:28d4f877d41e4325ada8881bc865de82007333a63ff40d682398236b268abd95 +size 2380114 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 eaa20bad99..ccc085e59c 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:cdc46f89f55ce61512126f16b897a811b7792cec4415a69476051e9f1f13d108 -size 306503 +oid sha256:68b2ec8401efd9eb944747567b31fee328961f5bf1a222fea66cede5d2973dd4 +size 306493 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 5720a1c687..3e2f7f841d 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:72e1ebf3b1c864b8db3cb7d60a57bc62bdd1a37a3424e9e099c714b67d484c40 -size 1089241 +oid sha256:fc4276e963156d2687a21569b12ed3d93281beb130953090758c18afe2fb0400 +size 1088756 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 be0479a346..94979c8745 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:134653957d968c73a4c9b4636407bbc7a26fd741fb642aed600d7df9a7f24cd1 -size 738596 +oid sha256:b30d54b17e68504d380c5e2c82543f0e158401da7dc833c240e181d1d240686d +size 738549 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index 75848bea96..d5793a3987 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:79d92b46d022121497dbe8cfb8ce34736a9df64d883ab87f74dc4bdcb1aa2b6f -size 3851072 +oid sha256:15ddda7bb5aef13f610ada8ace97e04f19cb06481ff3b40528c3cad1f9e65003 +size 3850755 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 b3496fe93b..9213c7efb5 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:4f9682432b8ddedc4e0d8bbee9f78cf0032b3fca604bbd8afc23377e412a5918 -size 621427 +oid sha256:9de943c4908745ccab8f83263445124d2b53368603886ac9dcf7316a62f287ad +size 621101 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index 2144225767..d9cf549df1 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:d9146fc1f02c5ca2a277f51c608cfc360af0b26f9ef6851770d9dd9ff9b8a08f -size 2552444 +oid sha256:981ef8200de44cd4c13f944c3497e645294605fb0f4644df3b10f00057187e3e +size 2551126 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 972a005506..79fb48e960 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:31416726a5babab20f844b14faa5b69aaf0cc178e888452356628ccade26e1fa -size 414359 +oid sha256:d3812774e809d52b5d3785a6b181b0841d58dea0aeb54d40014cf18a2a315a5e +size 414001 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index 20dfb56a7a..a0cbd94cf8 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:c10dd5faab8d0f2e4bbb4570ba3fe55403d72f3cf309609dbb0b324ecb452661 -size 630754 +oid sha256:d2980536e6aa52e56b3b121b6d5bf9d6725fd93696209e292cd367c73cfcf8e2 +size 629863 diff --git a/lib/search/indexes/github-docs-ghae-de-records.json.br b/lib/search/indexes/github-docs-ghae-de-records.json.br index a579af52b6..d5efacfbb9 100644 --- a/lib/search/indexes/github-docs-ghae-de-records.json.br +++ b/lib/search/indexes/github-docs-ghae-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58d5cad6690cd400e282cea0d48291bba814122620ecb6e905c3932ce2e83b14 -size 391109 +oid sha256:1fb4d3a57f7da08dd6598a450cdfd7dbb15b83379946c33c13d18c55cca03471 +size 391090 diff --git a/lib/search/indexes/github-docs-ghae-de.json.br b/lib/search/indexes/github-docs-ghae-de.json.br index 26babff5e2..df37a1f444 100644 --- a/lib/search/indexes/github-docs-ghae-de.json.br +++ b/lib/search/indexes/github-docs-ghae-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bf1814110e86e2c079fd846bb0b53676fdebdaa48a6e21a8ba988052454678f -size 1700109 +oid sha256:e27486b362fa6420d7aa5d7004f4ee88ee6d0a87071b3abf9e57b8315e7eccca +size 1699805 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 073627a3e4..16cca5ed31 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:5b95eaaf5feb831447855b37e880251c2a24fcf682bcc57187432d384e8ede33 -size 360572 +oid sha256:748f4c3155a707637ff7f8e873edeeff600213c5260de97ce2f58f537b1808f7 +size 360584 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index d228e66085..ade8eaf47c 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:e21f022938f99624972af4cd1eb111bbdadc031674765cbf8e4bbdea98532eba -size 1353029 +oid sha256:5820babd4245ba3fcc8b9b4c356e66cd3a6d3a6f61d2d69fef8287d23bea4d4f +size 1353124 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 df1b9dd041..1d90156506 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:630a981324cfa950d4c29edc5f4e926e10d594e70eaf171e3d2842987dc0b3a2 -size 200734 +oid sha256:449ef6a6a8bb94d1068d707f7b2cb394c315b9aa67344e39f37f15919c307f96 +size 200707 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index 636e6b6a51..5088122c67 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:be6f9bcaa04cbe60851a870663678c50b7a1dead11209d8d253203d05716eaf2 -size 718234 +oid sha256:a861133f69e944b0720873f33da997f3a89649777c3b80a048593f4553055c84 +size 717918 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 a22c7515f0..cf570f46ab 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:087f9027451375fcb99cd7ac337d05ed7d6d9930ddc3118bc7a241abab67b017 -size 435611 +oid sha256:ec56870ea19ee352b08b6ddb681b8194cf36db37736d3b7c12537e32e87a1a64 +size 435512 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index bb96c2e4a1..7a9e0e0edf 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:95d703f0db12d9a0d046f5b7fd55f8636735ceb553f4145f822c897d237fe39b -size 2217236 +oid sha256:be49bc952f1b19a41f4b87a22e946a9437bd4c3234ba9dbc041ff89f5b15ad5c +size 2218186 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 ad3ed7da3e..401b703a9e 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:21f3868471ae6eee53cb0ea4ff4eb8f98059aa1fdca7ae9df04d4716f0da0198 -size 371947 +oid sha256:0c26c1437c6de11ff11bae896b66a7310e76522ff8d4a14cc0bb150253e9b173 +size 371632 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index 451f90bb2f..e7c49a8541 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:12a00d29e671071462043d95ca64c2501258951771989eb4ceb94536d90174d9 -size 1497329 +oid sha256:f0425ca4e0cc765113cbad33842603f23c6c26228bd8d21f9c740d19d5c8cf4c +size 1496504 From 57621df550b30cdb450f0a900ed2ccf4197a771c Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Wed, 1 Sep 2021 11:20:42 -0700 Subject: [PATCH 19/24] Rm print button (#21237) * Remove print button * Found another print button --- components/PrintAction.tsx | 16 --------------- components/article/ArticleTitle.tsx | 14 ------------- components/article/PrinterIcon.tsx | 20 ------------------- .../release-notes/GHESReleaseNotePatch.tsx | 5 ----- 4 files changed, 55 deletions(-) delete mode 100644 components/PrintAction.tsx delete mode 100644 components/article/PrinterIcon.tsx diff --git a/components/PrintAction.tsx b/components/PrintAction.tsx deleted file mode 100644 index fd324b0f8c..0000000000 --- a/components/PrintAction.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import React from 'react' - -type Props = { - children: React.ReactElement -} -export function PrintAction({ children }: Props) { - const onClick = () => { - try { - document.execCommand('print', false) - } catch (e) { - window.print() - } - } - - return React.cloneElement(React.Children.only(children), { onClick }) -} diff --git a/components/article/ArticleTitle.tsx b/components/article/ArticleTitle.tsx index 813616657a..f04e938da1 100644 --- a/components/article/ArticleTitle.tsx +++ b/components/article/ArticleTitle.tsx @@ -1,8 +1,3 @@ -import { Tooltip } from '@primer/components' -import { PrinterIcon } from './PrinterIcon' - -import { PrintAction } from 'components/PrintAction' - type Props = { children: React.ReactNode } @@ -10,15 +5,6 @@ export const ArticleTitle = ({ children }: Props) => { return (

{children}

-
- - - - - -
) } diff --git a/components/article/PrinterIcon.tsx b/components/article/PrinterIcon.tsx deleted file mode 100644 index ee5a9206c4..0000000000 --- a/components/article/PrinterIcon.tsx +++ /dev/null @@ -1,20 +0,0 @@ -// From https://heroicons.com -export const PrinterIcon = () => { - return ( - - - - ) -} diff --git a/components/release-notes/GHESReleaseNotePatch.tsx b/components/release-notes/GHESReleaseNotePatch.tsx index 16e95680ec..0912fcdd7f 100644 --- a/components/release-notes/GHESReleaseNotePatch.tsx +++ b/components/release-notes/GHESReleaseNotePatch.tsx @@ -6,7 +6,6 @@ import { PatchNotes } from './PatchNotes' import { Link } from 'components/Link' import { CurrentVersion, ReleaseNotePatch, GHESMessage } from './types' import { useOnScreen } from 'components/hooks/useOnScreen' -import { PrintAction } from 'components/PrintAction' type Props = { patch: ReleaseNotePatch @@ -65,10 +64,6 @@ export function GHESReleaseNotePatch({ Download )} - - - -

{dayjs(patch.date).format('MMMM, DD, YYYY')}

From cd1f56005d886f48903baed6fc40e627b56bf20b Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 1 Sep 2021 15:19:04 -0500 Subject: [PATCH 20/24] Small tidying up of Actions deployment for staging (#21221) --- .github/workflows/staging-build-pr.yml | 1 - .github/workflows/staging-deploy-pr.yml | 11 ----------- 2 files changed, 12 deletions(-) diff --git a/.github/workflows/staging-build-pr.yml b/.github/workflows/staging-build-pr.yml index 864f71aabe..355bef09cb 100644 --- a/.github/workflows/staging-build-pr.yml +++ b/.github/workflows/staging-build-pr.yml @@ -15,7 +15,6 @@ on: jobs: build: if: ${{ github.repository == 'github/docs-internal' || github.repository == 'github/docs' }} - name: Build runs-on: ubuntu-latest timeout-minutes: 5 concurrency: diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index 5f33a6c852..791add8c10 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -37,11 +37,6 @@ jobs: check_run_id: ${{ steps.create-check-run.outputs.check_run_id }} check_run_name: ${{ steps.create-check-run.outputs.check_run_name }} steps: - - name: Dump event context - env: - GITHUB_EVENT_CONTEXT: ${{ toJSON(github.event) }} - run: echo "$GITHUB_EVENT_CONTEXT" - - name: Create check run id: create-check-run uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d @@ -68,17 +63,11 @@ jobs: name: pr_build path: ./ - - name: Show contents - run: ls -l - - name: Extract the archive run: | tar -xf app.tar -C ./ rm app.tar - - name: Show contents again - run: ls -l - - if: ${{ github.repository == 'github/docs-internal' }} name: Setup node to clone early access uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f From 581bf4529e31e4a8d24129851823e8b0c43ffdc8 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 1 Sep 2021 16:40:58 -0500 Subject: [PATCH 21/24] Un-hard-code repo in deployment Checks API calls (#21246) --- .github/workflows/staging-deploy-pr.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index 791add8c10..9f0d1c1e16 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -42,13 +42,15 @@ jobs: uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d with: script: | + const { owner, repo } = context.repo + // Create a check run const CHECK_NAME = '${{ github.workflow }} / ${{ github.job }} (${{ github.event_name }})' const { data } = await github.checks.create({ name: CHECK_NAME, head_sha: '${{ github.event.workflow_run.head_sha }}', - owner: 'github', - repo: 'docs-internal', + owner, + repo, status: 'in_progress', started_at: new Date() }) @@ -238,8 +240,8 @@ jobs: }) await octokit.checks.update({ - owner: 'github', - repo: 'docs-internal', + owner, + repo, conclusion: 'success', status: 'completed', name: CHECK_RUN_NAME, @@ -253,8 +255,8 @@ jobs: }) } catch (error) { await octokit.checks.update({ - owner: 'github', - repo: 'docs-internal', + owner, + repo, conclusion: 'failure', status: 'completed', name: CHECK_RUN_NAME, From b1a3250686993f92fbfbc174cfca0944acbd6246 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Wed, 1 Sep 2021 15:44:14 -0700 Subject: [PATCH 22/24] Update staging-deploy-pr.yml (#21250) --- .github/workflows/staging-deploy-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index 9f0d1c1e16..4b6044e626 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -45,7 +45,7 @@ jobs: const { owner, repo } = context.repo // Create a check run - const CHECK_NAME = '${{ github.workflow }} / ${{ github.job }} (${{ github.event_name }})' + const CHECK_NAME = '${{ github.workflow }} check run' const { data } = await github.checks.create({ name: CHECK_NAME, head_sha: '${{ github.event.workflow_run.head_sha }}', From eb8cdb8f66e950448faa9e4bb0a42badaa1151fb Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 2 Sep 2021 02:02:24 +0000 Subject: [PATCH 23/24] update search indexes --- lib/search/indexes/github-docs-2.22-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-cn.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-de.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-en.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-es.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-ja.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-2.22-pt.json.br | 4 ++-- 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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.0-de.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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-de.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-dotcom-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-de.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-de-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-de.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 ++-- 60 files changed, 120 insertions(+), 120 deletions(-) diff --git a/lib/search/indexes/github-docs-2.22-cn-records.json.br b/lib/search/indexes/github-docs-2.22-cn-records.json.br index 948edc66b9..c92ad05aa9 100644 --- a/lib/search/indexes/github-docs-2.22-cn-records.json.br +++ b/lib/search/indexes/github-docs-2.22-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:542aacbd8b3be6368a489bf875f92a2d9d8ded6be7b7cd62e1fd4a2874f5f6c5 -size 506964 +oid sha256:99aece4ccd1d66d548a2699706f50d4e2c737c25398706f8cc747b7e969426f7 +size 506784 diff --git a/lib/search/indexes/github-docs-2.22-cn.json.br b/lib/search/indexes/github-docs-2.22-cn.json.br index aeaa04aee3..5dec7bef71 100644 --- a/lib/search/indexes/github-docs-2.22-cn.json.br +++ b/lib/search/indexes/github-docs-2.22-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40d58984d9015cc74c22493c674831a919b8734e27ab5abaa601c2ae4f25a3c6 -size 802870 +oid sha256:8e9b654516737ab886be3c1bc0b2c42609bf76f5632ecee0c10859b1dd7477f9 +size 802840 diff --git a/lib/search/indexes/github-docs-2.22-de-records.json.br b/lib/search/indexes/github-docs-2.22-de-records.json.br index 22b2025387..efd9fc1c95 100644 --- a/lib/search/indexes/github-docs-2.22-de-records.json.br +++ b/lib/search/indexes/github-docs-2.22-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bc8030672d1345a17696c55d093d9c72fc085df4fc125b013ddf74ff2c70564 -size 469474 +oid sha256:0ba5a88a73144a42ca66f843f4f9d126296e4c9111f113fa96fb1b47127e22e3 +size 469359 diff --git a/lib/search/indexes/github-docs-2.22-de.json.br b/lib/search/indexes/github-docs-2.22-de.json.br index a0e28babdf..64e70cf71e 100644 --- a/lib/search/indexes/github-docs-2.22-de.json.br +++ b/lib/search/indexes/github-docs-2.22-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e99c35348b2abee1291af0a0a0db3b7c40282b7a04e2607a32d2f64c025c7c6b -size 2076788 +oid sha256:5f386ef7853c38ac90cc58d541e34a4a80bd177ac33ae5a5b682e781d4f7c5bc +size 2077220 diff --git a/lib/search/indexes/github-docs-2.22-en-records.json.br b/lib/search/indexes/github-docs-2.22-en-records.json.br index 4df3f69f31..dca3a0e557 100644 --- a/lib/search/indexes/github-docs-2.22-en-records.json.br +++ b/lib/search/indexes/github-docs-2.22-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f34d2074e2b5bce9106aa503385e01197592e02a37634601b49462d6464ec94f -size 431760 +oid sha256:b43b069594b5f4e294aa4e47de913d05d72fc4e83c5cf43eca53918b1199b455 +size 432328 diff --git a/lib/search/indexes/github-docs-2.22-en.json.br b/lib/search/indexes/github-docs-2.22-en.json.br index e30eeaa7b4..0db4794d65 100644 --- a/lib/search/indexes/github-docs-2.22-en.json.br +++ b/lib/search/indexes/github-docs-2.22-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95f801a9109da0c7e990c0650cc1a7aa0aa5b719e4329adffdcdd9f6dd6cbc81 -size 1696080 +oid sha256:88d2aff1cfcde5c7118471899d853789bfaba1f52c052ebd4f7ec35f7cf12153 +size 1695654 diff --git a/lib/search/indexes/github-docs-2.22-es-records.json.br b/lib/search/indexes/github-docs-2.22-es-records.json.br index 3eccf91cda..0b47ae41b1 100644 --- a/lib/search/indexes/github-docs-2.22-es-records.json.br +++ b/lib/search/indexes/github-docs-2.22-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86368b5e49f209f60c37b9a1b78aaa1385093ce3aadbccb0fc4c122040f316b5 -size 280018 +oid sha256:0a14f36bd486ef2868b1740915195bf1b9e22bb2461428271c5ea3882e8bc164 +size 280234 diff --git a/lib/search/indexes/github-docs-2.22-es.json.br b/lib/search/indexes/github-docs-2.22-es.json.br index 3f02455f96..05b7421d5d 100644 --- a/lib/search/indexes/github-docs-2.22-es.json.br +++ b/lib/search/indexes/github-docs-2.22-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:228f4f47eb10955ea26a0ed47f4e4a53c63995e1e6e300da683070651334794a -size 1067596 +oid sha256:043d8ca1b98a4c24b01dd86f4e547b667c27af9252b692301278691a2fd93bfc +size 1067402 diff --git a/lib/search/indexes/github-docs-2.22-ja-records.json.br b/lib/search/indexes/github-docs-2.22-ja-records.json.br index 689c1960b2..b286dfb166 100644 --- a/lib/search/indexes/github-docs-2.22-ja-records.json.br +++ b/lib/search/indexes/github-docs-2.22-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1e6c4ce15be6b6c6726e333a1038d7e6242b8184d9152d7b302d452c4d79add -size 528847 +oid sha256:06842dad4c5881b0bc545c0bfb40a6c7fb9f78027a6236dc2964fdcb1ebf1368 +size 528482 diff --git a/lib/search/indexes/github-docs-2.22-ja.json.br b/lib/search/indexes/github-docs-2.22-ja.json.br index bee2edd6fd..6b13a32072 100644 --- a/lib/search/indexes/github-docs-2.22-ja.json.br +++ b/lib/search/indexes/github-docs-2.22-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4658aa1422231eb6019ec7cb92927852914e6849af51d3d1b4fc983d8388fb6 -size 2796267 +oid sha256:9d35e420b8410837d51e9f3b76e6a870aa6551f9a30eefea314cbf12ee184fbf +size 2795198 diff --git a/lib/search/indexes/github-docs-2.22-pt-records.json.br b/lib/search/indexes/github-docs-2.22-pt-records.json.br index f0236ff336..36c9a231cc 100644 --- a/lib/search/indexes/github-docs-2.22-pt-records.json.br +++ b/lib/search/indexes/github-docs-2.22-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d10b02f197064a39f1c35d0b777da72d214d8743370315b1258cdb3aa6775d02 -size 443451 +oid sha256:3c3a5e079826867c97908cc0c1fa6a3e0f4acc6ff96f68dcbae43c959ca0bdf8 +size 443366 diff --git a/lib/search/indexes/github-docs-2.22-pt.json.br b/lib/search/indexes/github-docs-2.22-pt.json.br index 58bd94ddda..80aae2c838 100644 --- a/lib/search/indexes/github-docs-2.22-pt.json.br +++ b/lib/search/indexes/github-docs-2.22-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1c80e7399e16aade5538096299e673781ecf54c028a16bfd57bff2a990623e6 -size 1851266 +oid sha256:b26c2d0a1ead1da53e618000fcfd170367bd4f92395629181400fb7a8ec5d09f +size 1851070 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 05805dfc8d..db3c901cd0 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:3ec24e207bd9b6b114aae4207c914ead7a4f2dc19b580b46f67b3d93ed55fe7e -size 525201 +oid sha256:5c63a00444fc413129fc9f1986acd18e0d69489ffbd3a8ec5b238ccac90702e0 +size 524461 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 ec9a4ae251..d7726494ed 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:29819c66625b2fed656adae7d42054a1fd8de2acec77a852b637980bc997d3dd -size 834659 +oid sha256:a272e4fe4108c5597c376920705d6a83488a56eb86c6ec34952f1544dad8b6af +size 833715 diff --git a/lib/search/indexes/github-docs-3.0-de-records.json.br b/lib/search/indexes/github-docs-3.0-de-records.json.br index 908063644b..b7b3827d1c 100644 --- a/lib/search/indexes/github-docs-3.0-de-records.json.br +++ b/lib/search/indexes/github-docs-3.0-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3220af9ffbd590f4b1c649bf28da36f683513eb7bc3a3e4c7c69c685e1b8ec9 -size 490382 +oid sha256:95cfc762084bdb15e50fd9976bd530ab77b26937eb6c3cbd88788f14155b4d0a +size 490207 diff --git a/lib/search/indexes/github-docs-3.0-de.json.br b/lib/search/indexes/github-docs-3.0-de.json.br index cc7ee8462e..5cd5c514d5 100644 --- a/lib/search/indexes/github-docs-3.0-de.json.br +++ b/lib/search/indexes/github-docs-3.0-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53e08e1cbd6dae184275b9bfd1b9c3d3176a5bdd5406590f58f8a1946cf107eb -size 2178807 +oid sha256:da7c6a87445c146a9c5d317abf352ce0314bfe93e1f9734ed74a47d16970c326 +size 2178972 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 7c74e24621..dfbebfff2c 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:ffb1d055212dcabf5c6bef62210415dc2f25ff01adce06496f5f0be0d0f335d8 -size 451670 +oid sha256:938d978f048e7bb25f9456afadd6eff5f3a3dd1af72ed7c215829ba2214823ec +size 452296 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 451183c779..3f58f89df2 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:6e6adc5954946211edbf6239379db0bf38f6cb6a9f2573e554ecf8c1f4a4fa93 -size 1770659 +oid sha256:3ca0b5afca34df23e6b791581d3ecef8e78e84c81a61a7add9da01d24498334e +size 1769643 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 5d87af9aad..9c662edcac 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:db71d4f1b7a8e453bfbb7426aa6fa44d7688cfc4548060fc71a53464fd281819 -size 278116 +oid sha256:b9389723e6e3afd36ef184c64783699f65b493e6924bc00a2bf90bad519af75f +size 278150 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 2c8e10add3..35f0c9265d 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:03985c6e4d04e74686e7435d0a48b6e5da942de4eb980e20e33eb1a3ac15b93a -size 1054965 +oid sha256:aa44d0a937ad972df8548a81a7a104f3c7ccac0d43abc4d809aae08d17633cca +size 1055118 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 ff068a9c2b..ce894cb136 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:555042bbdfff1cecf2326b499b8e979721ab94fe0cec53f7706b785a7af0e964 -size 550271 +oid sha256:11e8515787859fb49f379da3d289413a3a5c5a341a200a471d6a42bcdf2a0be6 +size 550220 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 d6ab21470a..9c0ab93349 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:d377d8df313024c0083893f6fda342a7aa7d8e01e4018a4ba11c7855599ffa2f -size 2913687 +oid sha256:8cd5cb13df11a05dfda45196187ea6be7917606b933c2aa8a399fc9cc2fa3d18 +size 2910819 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 cb47cf9b12..e8f00db085 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:291d59f115a7a9183c12fdf1e45c5d4577d7e0d06c4343a9d90313e2cf54aa7b -size 464893 +oid sha256:2ee8d56ccb9beb4f4c7c500b780888c06b039f06be97ba862ac1de26df9e5a78 +size 464698 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 391b33f18b..759e571eb5 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:46583c52d93c5ca9b06dcb18e8c2b39432932dbb99d95df0ee77ef33fef84b65 -size 1937872 +oid sha256:a23cab13e34587a93c86dd6cd49345955c5fe64683268257ed06ad4c00130224 +size 1937650 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 a0c7bca349..6ef6f40919 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:e9b6c5b0950d84916e638b947985cbce07c776da662976b852165efc58a449de -size 534238 +oid sha256:ee3e7957ec4d098dd2e4836ab8ab7c3fccd68e3176c7a61c6aca17013b3294ea +size 534265 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 e2a4e80da2..1a035ce3c5 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:efdcef0652d8b6c2bbd5a6d5fb88ef1357eac4d412141eb3fba2f39b1b8dc32d -size 845395 +oid sha256:0bc7bfe564c73c34e5574026d0aeb31a00349aaa079906d4cec54bb8047e21db +size 845804 diff --git a/lib/search/indexes/github-docs-3.1-de-records.json.br b/lib/search/indexes/github-docs-3.1-de-records.json.br index 3cedcfdffe..c727fd0106 100644 --- a/lib/search/indexes/github-docs-3.1-de-records.json.br +++ b/lib/search/indexes/github-docs-3.1-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:854736205b014f3bdbb683451cfeecacac915affdbd5558e7124d4a6cabe628d -size 497070 +oid sha256:ef53abc93b8a5b4d95e237a63bea9bb1f454cadfc51781acd9d7ecedf40d14d4 +size 497075 diff --git a/lib/search/indexes/github-docs-3.1-de.json.br b/lib/search/indexes/github-docs-3.1-de.json.br index 0c7e925852..5fb1e53f6b 100644 --- a/lib/search/indexes/github-docs-3.1-de.json.br +++ b/lib/search/indexes/github-docs-3.1-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ce39a8736a1ce47282da8c8e8b5eeea00dba137c3cb41c8dcfb2c3a91c993a8 -size 2220853 +oid sha256:a37f498aeb8334d08c93fc6af7ea433eebff32d375ae5a95788b3a327550e874 +size 2221467 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 e6c04e76ca..f356f165a1 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:4bbf6137ca8120b4fa10b16e01b2929411bbe5c0aa1e33211eae7396c598fe91 -size 460588 +oid sha256:e030f5fecb3443fc09794e72e69716dba58ed38cb5398bcf65c59301d3fd080c +size 460672 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 36c4665a93..32560c55de 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:c1ba81b93db4d4c233d5d3918987267e54360ba75b73eada4524035191d5119b -size 1805309 +oid sha256:39c6476cde5cf6c494b236721a0358d95562daf58a0a289542328b17d08ee12f +size 1805197 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 e3ae4b89f6..b4491eb41b 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:ade721ce8e1a67f1f9707756c4f940b36644b944e442cb42d6702ff0f340b246 -size 278591 +oid sha256:7801aecd05533fd0c7c26ab66bfae73675e0e4b1f2224c1b9d246343feb1dc0f +size 278293 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 0bc329fbc5..616a6ccf11 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:5143cdb8d19ae9fdc372d25235e2974714b583bcbff0a5505f2f9e6dc6434ebc -size 1056815 +oid sha256:27f9040ced5bc5ab4bd56247374c0193b6582309623372c6154f5d5631cd5d4e +size 1057436 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 7690113e26..321e26ff1c 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:66558f98df234a8b5b3baef056ff15cdf27ed00ff5897f52e4df6a0742f69a49 -size 559220 +oid sha256:dc5099bd3981028c0f28a58846cc3294b0304545421653b052a1ff091b46f6b3 +size 559388 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 edb10c767f..53488e5adb 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:3752749ab30a31193df50ecb19bd9aa311e040735f6369a7b83fe5195da46674 -size 2965551 +oid sha256:8e5455de692f68a419c1bb0f1b727c5b6691c36927c1fb19ac0bdcde16be40d6 +size 2966287 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 e3aae5c5ee..4f044ce40e 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:0819ba81cd8bf08267119945d953dcee4e63efd49b58ccdf8492d77c4bfc9412 -size 472339 +oid sha256:647d129f6fb0d5d0160c91180f0defb3eaa73eda81b09a1e563a669581515f24 +size 472136 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 63ee97727c..1819bc2e2f 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:a9497e87b58df80b8ee7e58be1456f83e2e05bdb875f39c46879115c9c8aff3c -size 1971742 +oid sha256:b198b3a03cc55bd15085bd10aedf2b09350d412fb73aea858caf04cfaecd6f21 +size 1971481 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 37cf64509e..94401a4f29 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:e48b538661c9de7aa59ff809289fa4a3f6f07ea178d5a21b8d890bf1da011acd -size 710106 +oid sha256:715393b4190f57d3d49351ccd0014a28ad4e149ea247dd7a0d637db293e03979 +size 709780 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index 9d4d0c7f39..bb3e6059e1 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:ada6a192f170356416e5b6b4453834e59c8665def507c85006fbbbbf6ef797cf -size 969509 +oid sha256:b8ba04d09e4633fa8d18336ac76e0afd7d078c4331f3737b6c21811cfc629a06 +size 969378 diff --git a/lib/search/indexes/github-docs-dotcom-de-records.json.br b/lib/search/indexes/github-docs-dotcom-de-records.json.br index 2ebb71614d..12cae544a3 100644 --- a/lib/search/indexes/github-docs-dotcom-de-records.json.br +++ b/lib/search/indexes/github-docs-dotcom-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80af6004e877e07146468114e33be9577720e20666684e898b186c6a38328292 -size 647307 +oid sha256:3e4d04878ed338155fb943ff5740f774b873d69c24ba9ddf2db4a0a488075d03 +size 647625 diff --git a/lib/search/indexes/github-docs-dotcom-de.json.br b/lib/search/indexes/github-docs-dotcom-de.json.br index b268c5bad7..b6fcc87534 100644 --- a/lib/search/indexes/github-docs-dotcom-de.json.br +++ b/lib/search/indexes/github-docs-dotcom-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b338ce898a7b5cb67127c9a2405622d82d4982fc4061484ce49a9c79d491041d -size 2900996 +oid sha256:b5ef83fe3eb62f2b9d41b45129f615c2489f9c2eeee72cbe70cbf3a719a23731 +size 2901634 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 6eeaed999c..990cc7e9e8 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:789db3153aff567015b35792b5876fc0f2ed7cfa83bc481c1b24b5fc394ef0aa -size 624585 +oid sha256:b4ff87723b86bd73a1521dc85ce7255c0a502c22b2619b84844b6b8e28ea7710 +size 624808 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index 2d9375adef..72f92a83cd 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:28d4f877d41e4325ada8881bc865de82007333a63ff40d682398236b268abd95 -size 2380114 +oid sha256:45a90eb7a03300055183a60d1e33482eb5f639f486606ee75f422ef644f5f348 +size 2380267 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 ccc085e59c..6659e37ff3 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:68b2ec8401efd9eb944747567b31fee328961f5bf1a222fea66cede5d2973dd4 -size 306493 +oid sha256:ce28158cf9072f19cb4fbcad7ee24793e300caa20054a6e8613152f2394716c5 +size 306360 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 3e2f7f841d..c04bce7bf6 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:fc4276e963156d2687a21569b12ed3d93281beb130953090758c18afe2fb0400 -size 1088756 +oid sha256:35e5e79e37482bc5effebc0011ac7ec63e0dde6180a1dda52ddf4c5402885367 +size 1088377 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 94979c8745..a2accdf26d 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:b30d54b17e68504d380c5e2c82543f0e158401da7dc833c240e181d1d240686d -size 738549 +oid sha256:1652750908113e1637265fc31fc7d5d39b6f8392769fa3d7c15a891503cca3ce +size 738148 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index d5793a3987..9e6c4a99ec 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:15ddda7bb5aef13f610ada8ace97e04f19cb06481ff3b40528c3cad1f9e65003 -size 3850755 +oid sha256:430ac8b273506371659ebf9cb8d63d8e37d9134cfe59c4ab849e20c0f6c73c46 +size 3851760 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 9213c7efb5..23a78c4921 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:9de943c4908745ccab8f83263445124d2b53368603886ac9dcf7316a62f287ad -size 621101 +oid sha256:e1b12556151fde21d72303f1251e451fc719ca251870ecc307db5ccf465bf126 +size 621397 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index d9cf549df1..b414ac9ce9 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:981ef8200de44cd4c13f944c3497e645294605fb0f4644df3b10f00057187e3e -size 2551126 +oid sha256:fed7de97147808a85d3db0aa0c35e8b845625383c13cf4cd4a540f3ea8cf20b5 +size 2551989 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 79fb48e960..82382e4c44 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:d3812774e809d52b5d3785a6b181b0841d58dea0aeb54d40014cf18a2a315a5e -size 414001 +oid sha256:28a06c68c81a9ddeeb580d8370d53221448580ec77c34c2bc898c8c1638ed09b +size 414050 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index a0cbd94cf8..f2732a094b 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:d2980536e6aa52e56b3b121b6d5bf9d6725fd93696209e292cd367c73cfcf8e2 -size 629863 +oid sha256:b7993b21d0739c89c456c324304ab2b6c886aeb57390004d29b3bd23f2d1b3c3 +size 630918 diff --git a/lib/search/indexes/github-docs-ghae-de-records.json.br b/lib/search/indexes/github-docs-ghae-de-records.json.br index d5efacfbb9..b8d92a09af 100644 --- a/lib/search/indexes/github-docs-ghae-de-records.json.br +++ b/lib/search/indexes/github-docs-ghae-de-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fb4d3a57f7da08dd6598a450cdfd7dbb15b83379946c33c13d18c55cca03471 -size 391090 +oid sha256:979e33dceeda8695e3dde0a51ee4bf7313ad20455d461a1e8a14053501d7b876 +size 390662 diff --git a/lib/search/indexes/github-docs-ghae-de.json.br b/lib/search/indexes/github-docs-ghae-de.json.br index df37a1f444..a42376c384 100644 --- a/lib/search/indexes/github-docs-ghae-de.json.br +++ b/lib/search/indexes/github-docs-ghae-de.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e27486b362fa6420d7aa5d7004f4ee88ee6d0a87071b3abf9e57b8315e7eccca -size 1699805 +oid sha256:5ce29cb109d3e235e372deee31d6f75d38363b5fdb4128efbe416ded4d791b18 +size 1698254 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 16cca5ed31..3486483422 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:748f4c3155a707637ff7f8e873edeeff600213c5260de97ce2f58f537b1808f7 -size 360584 +oid sha256:9ded2731f7340acf7e4e0f16a64ce642be7ac8035da8b5750f8fb2a2102691f5 +size 360865 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index ade8eaf47c..3b6e3cf502 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:5820babd4245ba3fcc8b9b4c356e66cd3a6d3a6f61d2d69fef8287d23bea4d4f -size 1353124 +oid sha256:ffb17247d70f3a0d310b759fe7a8f8244469763ae8d76142f01b48b84bbaa1bd +size 1354428 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 1d90156506..d1f9fb64b5 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:449ef6a6a8bb94d1068d707f7b2cb394c315b9aa67344e39f37f15919c307f96 -size 200707 +oid sha256:9346544c184ae5b38898ff0d38bb1885e0f12900904be431c81a3c9e29e9b1cd +size 200765 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index 5088122c67..88eb2ba238 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:a861133f69e944b0720873f33da997f3a89649777c3b80a048593f4553055c84 -size 717918 +oid sha256:3a8996ca046908ded6d826f5280a107113236dff6db905e49ac56189b3cb80bf +size 718000 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 cf570f46ab..38b296129f 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:ec56870ea19ee352b08b6ddb681b8194cf36db37736d3b7c12537e32e87a1a64 -size 435512 +oid sha256:822d7937ea78357b062bf8cf228fd15b95625fb296626d2e159ca660b7ad65a5 +size 435386 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index 7a9e0e0edf..734b877ced 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:be49bc952f1b19a41f4b87a22e946a9437bd4c3234ba9dbc041ff89f5b15ad5c -size 2218186 +oid sha256:0b83b02fc81a10efcc89242040c2a301170a03a3b9626c014151d1ae6377339b +size 2215891 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 401b703a9e..78557fe67c 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:0c26c1437c6de11ff11bae896b66a7310e76522ff8d4a14cc0bb150253e9b173 -size 371632 +oid sha256:d699ad873129577531f2038ec1c30a89214b26744eb77f9c42ce8fddb680ca3a +size 371556 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index e7c49a8541..5a54972b9f 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:f0425ca4e0cc765113cbad33842603f23c6c26228bd8d21f9c740d19d5c8cf4c -size 1496504 +oid sha256:d31bcf60f9cc8aae504fbddfd470267a2677e79cd8079995facdbd8a19f9836f +size 1496099 From 60fb734c63f66c95a9f5bf0b05f103a4cdb6ba94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 04:49:55 +0000 Subject: [PATCH 24/24] Bump next from 11.1.0 to 11.1.1 (#21242) Bumps [next](https://github.com/vercel/next.js) from 11.1.0 to 11.1.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v11.1.0...v11.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James M. Greene --- package-lock.json | 208 +++++++++++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 144 insertions(+), 66 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6259c3792..a7bd0de261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "mdast-util-from-markdown": "^1.0.0", "mdast-util-to-string": "^3.1.0", "morgan": "^1.10.0", - "next": "^11.1.0", + "next": "^11.1.1", "node-fetch": "^2.6.1", "parse5": "^6.0.1", "port-used": "^2.0.8", @@ -3241,19 +3241,19 @@ "integrity": "sha512-jDJTpta+P4p1NZTFVLHJ/TLFVYVcOqv6l8xwOeBKNPMgY/zDYH/YH7SJbvrr/h1RcS9GzbPcLKGzpuK9cV56UA==" }, "node_modules/@next/env": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@next/env/-/env-11.1.0.tgz", - "integrity": "sha512-zPJkMFRenSf7BLlVee8987G0qQXAhxy7k+Lb/5hLAGkPVHAHm+oFFeL+2ipbI2KTEFlazdmGY0M+AlLQn7pWaw==" + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/env/-/env-11.1.1.tgz", + "integrity": "sha512-UEAzlfKofotLmj9LIgNixAfXpRck9rt/1CU9Q4ZtNDueGBJQP3HUzPHlrLChltWY2TA5MOzDQGL82H0a3+i5Ag==" }, "node_modules/@next/polyfill-module": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@next/polyfill-module/-/polyfill-module-11.1.0.tgz", - "integrity": "sha512-64EgW8SzJRQls2yJ5DkuljRxgE24o2kYtX/ghTkPUJYsfidHMWzQGwg26IgRbb/uHqTd1G0W5UkKag+Nt8TWaQ==" + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/polyfill-module/-/polyfill-module-11.1.1.tgz", + "integrity": "sha512-9FyVSnz00WGdlLsgc2w1xL1Lm/Q25y6FYIyA+1WlJvT6LA2lbR78GKiHgedzUvrAatVGAcg/Og+d0d7B4tsJOg==" }, "node_modules/@next/react-dev-overlay": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@next/react-dev-overlay/-/react-dev-overlay-11.1.0.tgz", - "integrity": "sha512-h+ry0sTk1W3mJw+TwEf91aqLbBJ5oqAsxfx+QryqEItNtfW6zLSSjxkyTYTqX8DkgSssQQutQfATkzBVgOR+qQ==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/react-dev-overlay/-/react-dev-overlay-11.1.1.tgz", + "integrity": "sha512-CXc/A0DbSk5VXYu4+zr0fHm52Zh/LhPlLyVPEctJOZL64ccxkls5xGoXvgolJCku9L0pLjJzvdfAmhNLOp5dyw==", "dependencies": { "@babel/code-frame": "7.12.11", "anser": "1.4.9", @@ -3395,9 +3395,9 @@ } }, "node_modules/@next/react-refresh-utils": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@next/react-refresh-utils/-/react-refresh-utils-11.1.0.tgz", - "integrity": "sha512-g5DtFTpLTGa36iy9DuZawtJeitI11gysFGKPQQqy+mNbSFazguArcJ10gAYFlbqpIi4boUamWNI5mAoSPx3kog==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/react-refresh-utils/-/react-refresh-utils-11.1.1.tgz", + "integrity": "sha512-j186y+lWc8BHAuysAWvlOqO9Bp7E3BLK/d/Ju3W2sP5BCH5ZLyLG/p308zSy/O0MGTag0B038ZA1dCy/msouRQ==", "peerDependencies": { "react-refresh": "0.8.3", "webpack": "^4 || ^5" @@ -3408,6 +3408,66 @@ } } }, + "node_modules/@next/swc-darwin-arm64": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-11.1.1.tgz", + "integrity": "sha512-KyB0aLpfQ+B2dsyGYpkM0ZwK3PV0t4C4b9yjgQc1VoTVnIjzXdDPnNOuVvmD849ZNOHfj3x8e2rlbxkj0lPm3A==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-darwin-x64": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-11.1.1.tgz", + "integrity": "sha512-B3ZXgrGx0bQplbrk2oggPjKPPsmyg8Fl0PJLMTVQ+erQ8g1m5QzyS9P6tB3SiIZa180JgENuguTHlVK5qEj4UA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-x64-gnu": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-11.1.1.tgz", + "integrity": "sha512-qvZL7gSKF+E+GZ3L1XiTnE3cOh9rk0wkqimT/q+wwcZA4E720Lu4lrT79I3HPuj6i/JPgGvmNskcnYrDeaoFaw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-win32-x64-msvc": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-11.1.1.tgz", + "integrity": "sha512-jhnCiA1De1L+kA0gmHG1AJijHoxOcrETWziDWy8fcqSrM1NlC4aJ5Mnu6k0QMcM9MnmXTA4TQZOEv3kF7vhJUQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, "node_modules/@node-rs/helper": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@node-rs/helper/-/helper-1.2.1.tgz", @@ -17390,16 +17450,16 @@ "peer": true }, "node_modules/next": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/next/-/next-11.1.0.tgz", - "integrity": "sha512-GHBk/c7Wyr6YbFRFZF37I0X7HKzkHHI8pur/loyXo5AIE8wdkbGPGO0ds3vNAO6f8AxZAKGCRYtAzoGlVLoifA==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/next/-/next-11.1.1.tgz", + "integrity": "sha512-vfLJDkwAHsZUho5R1K4w49nfYhftUMWNmeNSjCtulOvnRBuEFb7ROyRZOQk7f29rMz02eLQrPZ9yiAmPsexL2g==", "dependencies": { - "@babel/runtime": "7.12.5", + "@babel/runtime": "7.15.3", "@hapi/accept": "5.0.2", - "@next/env": "11.1.0", - "@next/polyfill-module": "11.1.0", - "@next/react-dev-overlay": "11.1.0", - "@next/react-refresh-utils": "11.1.0", + "@next/env": "11.1.1", + "@next/polyfill-module": "11.1.1", + "@next/react-dev-overlay": "11.1.1", + "@next/react-refresh-utils": "11.1.1", "@node-rs/helper": "1.2.1", "assert": "2.0.0", "ast-types": "0.13.2", @@ -17441,7 +17501,7 @@ "timers-browserify": "2.0.12", "tty-browserify": "0.0.1", "use-subscription": "1.5.1", - "util": "0.12.3", + "util": "0.12.4", "vm-browserify": "1.1.2", "watchpack": "2.1.1" }, @@ -17451,6 +17511,12 @@ "engines": { "node": ">=12.0.0" }, + "optionalDependencies": { + "@next/swc-darwin-arm64": "11.1.1", + "@next/swc-darwin-x64": "11.1.1", + "@next/swc-linux-x64-gnu": "11.1.1", + "@next/swc-win32-x64-msvc": "11.1.1" + }, "peerDependencies": { "fibers": ">= 3.1.0", "node-sass": "^4.0.0 || ^5.0.0", @@ -17470,14 +17536,6 @@ } } }, - "node_modules/next/node_modules/@babel/runtime": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", - "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", - "dependencies": { - "regenerator-runtime": "^0.13.4" - } - }, "node_modules/next/node_modules/ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", @@ -24229,9 +24287,9 @@ } }, "node_modules/util": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/util/-/util-0.12.3.tgz", - "integrity": "sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.12.4.tgz", + "integrity": "sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==", "dependencies": { "inherits": "^2.0.3", "is-arguments": "^1.0.4", @@ -27809,19 +27867,19 @@ "integrity": "sha512-jDJTpta+P4p1NZTFVLHJ/TLFVYVcOqv6l8xwOeBKNPMgY/zDYH/YH7SJbvrr/h1RcS9GzbPcLKGzpuK9cV56UA==" }, "@next/env": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@next/env/-/env-11.1.0.tgz", - "integrity": "sha512-zPJkMFRenSf7BLlVee8987G0qQXAhxy7k+Lb/5hLAGkPVHAHm+oFFeL+2ipbI2KTEFlazdmGY0M+AlLQn7pWaw==" + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/env/-/env-11.1.1.tgz", + "integrity": "sha512-UEAzlfKofotLmj9LIgNixAfXpRck9rt/1CU9Q4ZtNDueGBJQP3HUzPHlrLChltWY2TA5MOzDQGL82H0a3+i5Ag==" }, "@next/polyfill-module": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@next/polyfill-module/-/polyfill-module-11.1.0.tgz", - "integrity": "sha512-64EgW8SzJRQls2yJ5DkuljRxgE24o2kYtX/ghTkPUJYsfidHMWzQGwg26IgRbb/uHqTd1G0W5UkKag+Nt8TWaQ==" + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/polyfill-module/-/polyfill-module-11.1.1.tgz", + "integrity": "sha512-9FyVSnz00WGdlLsgc2w1xL1Lm/Q25y6FYIyA+1WlJvT6LA2lbR78GKiHgedzUvrAatVGAcg/Og+d0d7B4tsJOg==" }, "@next/react-dev-overlay": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@next/react-dev-overlay/-/react-dev-overlay-11.1.0.tgz", - "integrity": "sha512-h+ry0sTk1W3mJw+TwEf91aqLbBJ5oqAsxfx+QryqEItNtfW6zLSSjxkyTYTqX8DkgSssQQutQfATkzBVgOR+qQ==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/react-dev-overlay/-/react-dev-overlay-11.1.1.tgz", + "integrity": "sha512-CXc/A0DbSk5VXYu4+zr0fHm52Zh/LhPlLyVPEctJOZL64ccxkls5xGoXvgolJCku9L0pLjJzvdfAmhNLOp5dyw==", "requires": { "@babel/code-frame": "7.12.11", "anser": "1.4.9", @@ -27931,11 +27989,35 @@ } }, "@next/react-refresh-utils": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@next/react-refresh-utils/-/react-refresh-utils-11.1.0.tgz", - "integrity": "sha512-g5DtFTpLTGa36iy9DuZawtJeitI11gysFGKPQQqy+mNbSFazguArcJ10gAYFlbqpIi4boUamWNI5mAoSPx3kog==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/react-refresh-utils/-/react-refresh-utils-11.1.1.tgz", + "integrity": "sha512-j186y+lWc8BHAuysAWvlOqO9Bp7E3BLK/d/Ju3W2sP5BCH5ZLyLG/p308zSy/O0MGTag0B038ZA1dCy/msouRQ==", "requires": {} }, + "@next/swc-darwin-arm64": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-11.1.1.tgz", + "integrity": "sha512-KyB0aLpfQ+B2dsyGYpkM0ZwK3PV0t4C4b9yjgQc1VoTVnIjzXdDPnNOuVvmD849ZNOHfj3x8e2rlbxkj0lPm3A==", + "optional": true + }, + "@next/swc-darwin-x64": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-11.1.1.tgz", + "integrity": "sha512-B3ZXgrGx0bQplbrk2oggPjKPPsmyg8Fl0PJLMTVQ+erQ8g1m5QzyS9P6tB3SiIZa180JgENuguTHlVK5qEj4UA==", + "optional": true + }, + "@next/swc-linux-x64-gnu": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-11.1.1.tgz", + "integrity": "sha512-qvZL7gSKF+E+GZ3L1XiTnE3cOh9rk0wkqimT/q+wwcZA4E720Lu4lrT79I3HPuj6i/JPgGvmNskcnYrDeaoFaw==", + "optional": true + }, + "@next/swc-win32-x64-msvc": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-11.1.1.tgz", + "integrity": "sha512-jhnCiA1De1L+kA0gmHG1AJijHoxOcrETWziDWy8fcqSrM1NlC4aJ5Mnu6k0QMcM9MnmXTA4TQZOEv3kF7vhJUQ==", + "optional": true + }, "@node-rs/helper": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@node-rs/helper/-/helper-1.2.1.tgz", @@ -38928,16 +39010,20 @@ "peer": true }, "next": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/next/-/next-11.1.0.tgz", - "integrity": "sha512-GHBk/c7Wyr6YbFRFZF37I0X7HKzkHHI8pur/loyXo5AIE8wdkbGPGO0ds3vNAO6f8AxZAKGCRYtAzoGlVLoifA==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/next/-/next-11.1.1.tgz", + "integrity": "sha512-vfLJDkwAHsZUho5R1K4w49nfYhftUMWNmeNSjCtulOvnRBuEFb7ROyRZOQk7f29rMz02eLQrPZ9yiAmPsexL2g==", "requires": { - "@babel/runtime": "7.12.5", + "@babel/runtime": "7.15.3", "@hapi/accept": "5.0.2", - "@next/env": "11.1.0", - "@next/polyfill-module": "11.1.0", - "@next/react-dev-overlay": "11.1.0", - "@next/react-refresh-utils": "11.1.0", + "@next/env": "11.1.1", + "@next/polyfill-module": "11.1.1", + "@next/react-dev-overlay": "11.1.1", + "@next/react-refresh-utils": "11.1.1", + "@next/swc-darwin-arm64": "11.1.1", + "@next/swc-darwin-x64": "11.1.1", + "@next/swc-linux-x64-gnu": "11.1.1", + "@next/swc-win32-x64-msvc": "11.1.1", "@node-rs/helper": "1.2.1", "assert": "2.0.0", "ast-types": "0.13.2", @@ -38979,19 +39065,11 @@ "timers-browserify": "2.0.12", "tty-browserify": "0.0.1", "use-subscription": "1.5.1", - "util": "0.12.3", + "util": "0.12.4", "vm-browserify": "1.1.2", "watchpack": "2.1.1" }, "dependencies": { - "@babel/runtime": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", - "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, "ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", @@ -44358,9 +44436,9 @@ } }, "util": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/util/-/util-0.12.3.tgz", - "integrity": "sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.12.4.tgz", + "integrity": "sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==", "requires": { "inherits": "^2.0.3", "is-arguments": "^1.0.4", diff --git a/package.json b/package.json index cd79f2897b..e20922f4ff 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "mdast-util-from-markdown": "^1.0.0", "mdast-util-to-string": "^3.1.0", "morgan": "^1.10.0", - "next": "^11.1.0", + "next": "^11.1.1", "node-fetch": "^2.6.1", "parse5": "^6.0.1", "port-used": "^2.0.8",