diff --git a/assets/images/help/repository/dependabot-alerts-development-label.png b/assets/images/help/repository/dependabot-alerts-development-label.png new file mode 100644 index 0000000000..0c61db8358 Binary files /dev/null and b/assets/images/help/repository/dependabot-alerts-development-label.png differ diff --git a/assets/images/help/repository/dependabot-alerts-tags-section.png b/assets/images/help/repository/dependabot-alerts-tags-section.png new file mode 100644 index 0000000000..860fee9d9e Binary files /dev/null and b/assets/images/help/repository/dependabot-alerts-tags-section.png differ diff --git a/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md b/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md index 0e46dc434c..d7a21e36ad 100644 --- a/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md +++ b/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md @@ -37,9 +37,23 @@ You can enable automatic security updates for any repository that uses {% data v {% data variables.product.product_name %} generates {% data variables.product.prodname_dependabot_alerts %} when we detect that your codebase is using dependencies with known security risks. For repositories where {% data variables.product.prodname_dependabot_security_updates %} are enabled, when {% data variables.product.product_name %} detects a vulnerable dependency in the default branch, {% data variables.product.prodname_dependabot %} creates a pull request to fix it. The pull request will upgrade the dependency to the minimum possible secure version needed to avoid the vulnerability. -{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5638 %}You can sort and filter {% data variables.product.prodname_dependabot_alerts %} with the dropdown menus in the {% data variables.product.prodname_dependabot_alerts %} tab or by typing filters as `key:value` pairs into the search bar. The available filters are repository (for example, `repo:my-repository`), package (for example, `package:django`), ecosystem (for example, `ecosystem:npm`), manifest (for example, `manifest:webwolf/pom.xml`), state (for example, `is:open`), and whether an advisory has a patch (for example, `has: patch`). +{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5638 %}You can sort and filter {% data variables.product.prodname_dependabot_alerts %} with the dropdown menus in the {% data variables.product.prodname_dependabot_alerts %} tab or by typing filters as `key:value` pairs into the search bar. The available filters are repository (for example, `repo:my-repository`), package (for example, `package:django`), ecosystem (for example, `ecosystem:npm`), manifest (for example, `manifest:webwolf/pom.xml`), state (for example, `is:open`), and whether an advisory has a patch (for example, `has: patch`).{% ifversion dependabot-alerts-development-label %} You can also filter alerts with dependency scope data using `scope`, for example: `scope:development` or `scope:runtime`. With `scope:development`, the list of alerts will only show dependencies used during development, not production.{% endif %} + +Each {% data variables.product.prodname_dependabot %} alert has a unique numeric identifier and the {% data variables.product.prodname_dependabot_alerts %} tab lists an alert for every detected vulnerability. Legacy {% data variables.product.prodname_dependabot_alerts %} grouped vulnerabilities by dependency and generated a single alert per dependency. If you navigate to a legacy {% data variables.product.prodname_dependabot %} alert, you will be redirected to a {% data variables.product.prodname_dependabot_alerts %} tab filtered for that package. {% endif %} +{% endif %} + +{% ifversion dependabot-alerts-development-label %} +## Supported ecosystems and manifests for dependency scope + + +{% data reusables.dependabot.dependabot-alerts-dependency-scope %} + +Alerts for packages listed as development dependencies are marked with the `Development` label on the {% data variables.product.prodname_dependabot_alerts %} page and are also available for filtering via the `scope` filter. +![Screenshot showing the "Development" label in the list of alerts](/assets/images/help/repository/dependabot-alerts-development-label.png) + +The alert details page of alerts on development-scoped packages shows a "Tags" section containing a `Development` label. +![Screenshot showing the "Tags" section in the alert details page](/assets/images/help/repository/dependabot-alerts-tags-section.png) -Each {% data variables.product.prodname_dependabot %} alert has a unique numeric identifier and the {% data variables.product.prodname_dependabot_alerts %} tab lists an alert for every detected vulnerability{% ifversion GH-advisory-db-supports-malware %} or malware{% endif %}. Legacy {% data variables.product.prodname_dependabot_alerts %} grouped vulnerabilities by dependency and generated a single alert per dependency. If you navigate to a legacy {% data variables.product.prodname_dependabot %} alert, you will be redirected to a {% data variables.product.prodname_dependabot_alerts %} tab filtered for that package. {% endif %} {% endif %} {% ifversion dependabot-alerts-vulnerable-calls %} @@ -78,10 +92,15 @@ For more information, see "[Reviewing and fixing alerts](#reviewing-and-fixing-a {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-security %} {% data reusables.repositories.sidebar-dependabot-alerts %} -1. Optionally, to filter alerts, select the **Repository**, **Package**, **Ecosystem**, or **Manifest** dropdown menu then click the filter that you would like to apply. You can also type filters into the search bar. For example, `ecosystem:npm` or `has:patch`. To sort alerts, select the **Sort** dropdown menu then click the option that you would like to sort by.{% ifversion dependabot-bulk-alerts %} +1. Optionally, to filter alerts, select the **Repository**, **Package**, **Ecosystem**, or **Manifest** dropdown menu then click the filter that you would like to apply. You can also type filters into the search bar. For example, `ecosystem:npm`{% ifversion ghes < 3.7 or ghae-issue-5638 %} or `has:patch`{% endif %}{% ifversion dependabot-alerts-development-label %}, `has:patch` or `scope:development`{% endif %}. To sort alerts, select the **Sort** dropdown menu then click the option that you would like to sort by. + + You can also click a label on an alert to only show alerts of that type.{% ifversion dependabot-alerts-development-label %} For example, clicking the `Development` label in the list of alerts will only show alerts relating to dependencies used in development, not production. For information about the list of ecosystems supported, see "[Supported ecosystems and manifests for dependency scope ](#supported-ecosystems-and-manifests-for-dependency-scope)." + +{% endif %} +{%- ifversion dependabot-bulk-alerts %} ![Screenshot of the filter and sort menus in the {% data variables.product.prodname_dependabot_alerts %} tab](/assets/images/help/graphs/dependabot-alerts-filters-checkbox.png){% else %} ![Screenshot of the filter and sort menus in the {% data variables.product.prodname_dependabot_alerts %} tab](/assets/images/enterprise/3.5/dependabot/dependabot-alerts-filters.png){% endif %} -2. Click the alert that you would like to view.{% ifversion dependabot-bulk-alerts %} +1. Click the alert that you would like to view.{% ifversion dependabot-bulk-alerts %} ![Alert selected in list of alerts](/assets/images/help/graphs/click-alert-in-alerts-list-checkbox.png){% else %} ![Alert selected in list of alerts](/assets/images/enterprise/3.5/dependabot/click-alert-in-alerts-list-ungrouped.png){% endif %} diff --git a/content/codespaces/codespaces-reference/security-in-codespaces.md b/content/codespaces/codespaces-reference/security-in-codespaces.md index 7ddc954391..45e408f662 100644 --- a/content/codespaces/codespaces-reference/security-in-codespaces.md +++ b/content/codespaces/codespaces-reference/security-in-codespaces.md @@ -81,7 +81,9 @@ Codespaces are designed to be security hardened by default. To help maintain thi Always use encrypted secrets when you want to use sensitive information (such as access tokens) in a codespace. You can access your secrets as environment variables in the codespace, including from the terminal. For example, you can launch a terminal within your codespace and use `echo $SECRET_NAME ` to see the value of a secret. -The secret values are copied to environment variables whenever the codespace is resumed or created, so if you update a secret value while the codespace is running, you’ll need to suspend and resume to pick up the updated value. +The secret values are copied to environment variables whenever the codespace is resumed or created and are also synced when they are changed. + +Secrets are not copied into the environment if you don't have write access to the codespace's repository. For more information on secrets, see: - "[Managing encrypted secrets for your codespaces](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces)" @@ -93,6 +95,8 @@ When you create a codespace from a PR branch from a fork, the token in the codes - For a private repository, the codespace is granted access to both the fork and parent. - For a public repository, the codespace will only have access to the fork and opening PRs on the parent. +We also further protect you in these scenarios by not injecting any of your [codespace secrets](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces) into the environment. + ### Additional good practices There are some additional good practices and risks that you should be aware of when using {% data variables.product.prodname_codespaces %}. diff --git a/data/features/dependabot-alerts-development-label.yml b/data/features/dependabot-alerts-development-label.yml new file mode 100644 index 0000000000..6ebf9611d3 --- /dev/null +++ b/data/features/dependabot-alerts-development-label.yml @@ -0,0 +1,7 @@ +# Reference: Issue #6631 - Dependabot alerts: surface information about development dependencies - [GA] + +versions: + fpt: '*' + ghec: '*' + ghes: '>3.6' + ghae: 'issue-6631' diff --git a/data/reusables/dependabot/dependabot-alerts-dependency-scope.md b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md new file mode 100644 index 0000000000..6c36269be0 --- /dev/null +++ b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md @@ -0,0 +1,25 @@ +The table below summarizes whether dependency scope is supported for various ecosystems and manifests, that is, whether {% data variables.product.prodname_dependabot %} can identify if a dependency is used for development or production. + +| **Language** | **Ecosystem** | **Manifest file** | **Dependency scope supported** | +|:---|:---:|:---:|:---| +| Go | Go modules | go.mod | No, defaults to runtime | +| Go | Go modules | go.sum | No, defaults to runtime | +| Java | Maven | pom.xml | ✔ `test` maps to development, else scope defaults to runtime | +| JavaScript | npm | package.json | ✔ | +| JavaScript | npm | package-lock.json | ✔ | +| JavaScript | yarn v1 | yarn.lock | No, defaults to runtime | +| PHP | Composer | composer.json | ✔ | +| PHP | Composer | composer.lock | ✔ | +| Python | Poetry | poetry.lock | ✔ | +| Python | Poetry | pyproject.toml | ✔ | +| Python | pip | requirements.txt | ✔ Scope is development if the filename contains `test` or `dev`, else it is runtime | +| Python | pip | pipfile.lock | ✔ | +| Python | pip | pipfile | ✔ | +| Ruby | RubyGems | Gemfile | ✔ | +| Ruby | RubyGems | Gemfile.lock | No, defaults to runtime | +| Rust | Cargo | Cargo.toml | ✔ | +| Rust | Cargo | Cargo.lock | No, defaults to runtime | +| YAML | GitHub Actions | - | No, defaults to runtime | +| .NET (C#, F#, VB, etc.) | NuGet | .csproj / .vbproj .vcxproj / .fsproj | No, defaults to runtime | +| .NET | NuGet | packages.config | No, defaults to runtime | +| .NET | NuGet | .nuspec | ✔ When the tag != runtime | 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 9971f2959e..5a4a52c465 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:a4ee64a412fab9d8b14c3a31f68dc4d34028819baed5dd88977a422e842565fb -size 744041 +oid sha256:72d8732ec4d189481fa9bff17e6d60f6b4748b0bf0b7a421b5e1b4d8237babe1 +size 744007 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 e2fa676f25..157cf22e6c 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:e5e9090d71f74781aa97cb09bc367877d8ecd3d7fe57e2cb1f0cb009b4cd1573 -size 1568060 +oid sha256:8f76a1d0c276c3a31aa9cde10da2fa3788f1548f5752f71ac53de676ca2d1d64 +size 1568116 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 7b41bf8345..abe4946d65 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:de364994effdb0b003afbfbfa4cb904197f428a75930f654775560ee12f37a17 -size 1002129 +oid sha256:bd9f234fa676b1b41078463c7134303d9c8bc461376b88c2e16405ab8a868d47 +size 1002962 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 d057444c3b..22cfd3a00d 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:e00ae498085f6519f91b09c92b2bfd13b357853b0751498093b5cb303431fccb -size 4022276 +oid sha256:2eb0bf8e359cce29010b210b324e56295c37b5f4c80093abc5202f7e2c9dfba5 +size 4022096 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 284f0d4788..790a6236bc 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:d9eec99caa322b6cfaabb33c8fce2d53c2b54f6a02e27a074d5047a9b38c3f24 -size 684497 +oid sha256:6f2c73ec648c7abd66bf86167b246378bad405f56b0230654dd7600430a3fa88 +size 684468 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 931d25ce5b..ea5dd6f3f7 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:2d8f808d207e564391777ffac64258a8430003f122174021f4da010bb4697014 -size 2980110 +oid sha256:b6aa955ff1dd97d368d3f503fa0a5343aaa57ad8e8cff617cb732f7480828d25 +size 2980045 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 84c64cd1d1..0916a9962e 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:142ca4bd2082f28f22f254e655fb58a197e34ded3355d4fae1d101aabafd7dbb -size 753046 +oid sha256:f011bdf68aace2adf21da6d1b37c6cfd82bcd5013f93ad34304f045ab2d0886d +size 753208 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 fcb3394653..bd314eacce 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:f5a0a3b80f93f3257200f4dd17e771560f4d2a116eb44f27f2872639e0ddc0be -size 4140627 +oid sha256:aee2cf4e70428d3aa1ec6bffd880cfb210d69a66408f804f4fc55042456b31eb +size 4139905 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 9966b1de8b..0d0d108c60 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:52f933f658eb57a3c00de9d52d2c8f3226ae9ed4291298cc296351aab43f4459 -size 675797 +oid sha256:6e710d6fdd9bf85db92bfa5569857e5675948e43fe1aa1989fbec14499f58b03 +size 675815 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 007d230153..edf66c9ea1 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:160d0bb9a08c23b0cc9a1ba0fffd24718ff09d4bc93bf3cffcc604bb7290bcf0 -size 2881292 +oid sha256:58efd3f00a9446cfff9ee0d9cf2c683be55661aa973a73ed86919fc44599b1fb +size 2881601 diff --git a/lib/search/indexes/github-docs-3.2-cn-records.json.br b/lib/search/indexes/github-docs-3.2-cn-records.json.br index ad7e64e14f..5b4b9a6acc 100644 --- a/lib/search/indexes/github-docs-3.2-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.2-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e01eb398098c68dc490a5fc86c5e79716554d80216c400b063805f109f4b86c1 -size 765460 +oid sha256:ef208351937f2a12930f809f69ad77991539c11cda347b292d35d25cb697b23e +size 765454 diff --git a/lib/search/indexes/github-docs-3.2-cn.json.br b/lib/search/indexes/github-docs-3.2-cn.json.br index db4c1846bf..c974fdb666 100644 --- a/lib/search/indexes/github-docs-3.2-cn.json.br +++ b/lib/search/indexes/github-docs-3.2-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0f2db8f5a1f310a2a441fe01a2168d89af10b7276426d9a65908168c582060e -size 1607952 +oid sha256:95fe113ce09b8ce91a160424d3dcd23ca0e6cdb8fcab107bde440896605048e7 +size 1607725 diff --git a/lib/search/indexes/github-docs-3.2-en-records.json.br b/lib/search/indexes/github-docs-3.2-en-records.json.br index c7cdaab3a9..4791730aaa 100644 --- a/lib/search/indexes/github-docs-3.2-en-records.json.br +++ b/lib/search/indexes/github-docs-3.2-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e16330a6cc34333210c11c6c6d8734119467a4f38000537ff9a617a5e8596daf -size 1039011 +oid sha256:a519c95305d7ef224e366e97c27c13d1582d5a1b0b4cf54ee938a91b577a291a +size 1033622 diff --git a/lib/search/indexes/github-docs-3.2-en.json.br b/lib/search/indexes/github-docs-3.2-en.json.br index 0d58ed8bc2..64f17c6fe6 100644 --- a/lib/search/indexes/github-docs-3.2-en.json.br +++ b/lib/search/indexes/github-docs-3.2-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98265ba5db649f2feb5700d467bb42bc735f2ecb4e0bc0a55de97e3ee898b1a1 -size 4175763 +oid sha256:925b1853ed748f72d2f71a8f90dff62b6fc553d0a9ca85526aaafedff01188f2 +size 4176330 diff --git a/lib/search/indexes/github-docs-3.2-es-records.json.br b/lib/search/indexes/github-docs-3.2-es-records.json.br index aa47b9989e..c1b9907724 100644 --- a/lib/search/indexes/github-docs-3.2-es-records.json.br +++ b/lib/search/indexes/github-docs-3.2-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e76178a9e1e1afbbf62718b637db7826c3cd4bfd1349a55016df8d283cf75b8 -size 704501 +oid sha256:835bd362536b6857e807bd2bf63253ec96aacbd1fc0d85c89a0f7f48f63cce08 +size 704484 diff --git a/lib/search/indexes/github-docs-3.2-es.json.br b/lib/search/indexes/github-docs-3.2-es.json.br index c96ae0522a..d2ce731d48 100644 --- a/lib/search/indexes/github-docs-3.2-es.json.br +++ b/lib/search/indexes/github-docs-3.2-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:006213d90a8bc51c0b8a2a3d185cd33143197860783455239dcd351dd13b85f6 -size 3067877 +oid sha256:47ad1813dcf86fc165fbf0870f503c33993c6186df167336365ea6f672fa9138 +size 3067815 diff --git a/lib/search/indexes/github-docs-3.2-ja-records.json.br b/lib/search/indexes/github-docs-3.2-ja-records.json.br index 076d9a0805..ee039fe360 100644 --- a/lib/search/indexes/github-docs-3.2-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.2-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad79667a4af5385d17950877cdf778753814d66f0fa60711d720bc85f632b06e -size 774222 +oid sha256:f8ab2ac81518ac6e2e4f17786cdbe5e8d2b3ddbf5a0d137e588ca468bb71eb64 +size 774200 diff --git a/lib/search/indexes/github-docs-3.2-ja.json.br b/lib/search/indexes/github-docs-3.2-ja.json.br index 0684b59b14..c4f7437dbe 100644 --- a/lib/search/indexes/github-docs-3.2-ja.json.br +++ b/lib/search/indexes/github-docs-3.2-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55c0dafb365b31dd64b57d50cd85102df79c6224937fd43ae803adfcf76f3082 -size 4257091 +oid sha256:a85f105509891acacce2b6c01c1aae95e676e2e932ab8fe9b42ba78ea720a085 +size 4257118 diff --git a/lib/search/indexes/github-docs-3.2-pt-records.json.br b/lib/search/indexes/github-docs-3.2-pt-records.json.br index e2fab1b644..b9516e7dfc 100644 --- a/lib/search/indexes/github-docs-3.2-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.2-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97dd338c92638a1d9d8c747e5e47984731db0e7d80d7e87d324658b78bdb0064 -size 695304 +oid sha256:3597db0571c03c68aac646b166443fe8d19d1046186e414bb40ceca94e2de442 +size 695330 diff --git a/lib/search/indexes/github-docs-3.2-pt.json.br b/lib/search/indexes/github-docs-3.2-pt.json.br index 07495808fa..35cff3d72b 100644 --- a/lib/search/indexes/github-docs-3.2-pt.json.br +++ b/lib/search/indexes/github-docs-3.2-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f6470cbd87128dd7a5b79c6b6cae97619a0f51c8b2637de7610b234703634fb -size 2961953 +oid sha256:f6cf152ae0f0da1f4557f9a0542fb98228526106c5f87a78817d800d88e310f8 +size 2961591 diff --git a/lib/search/indexes/github-docs-3.3-cn-records.json.br b/lib/search/indexes/github-docs-3.3-cn-records.json.br index 141222041a..bc090b7c83 100644 --- a/lib/search/indexes/github-docs-3.3-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.3-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87877c15de9c492f084460e3fc3f989f687d7bbad8d3bc0a2cff16b39446904f -size 789263 +oid sha256:9126282bf66304a8baf3befd9c17fc9e2e4b7acd22a0b5fd9cd25ff98c1ac74e +size 789356 diff --git a/lib/search/indexes/github-docs-3.3-cn.json.br b/lib/search/indexes/github-docs-3.3-cn.json.br index 57a66d1106..a7d9d0bb31 100644 --- a/lib/search/indexes/github-docs-3.3-cn.json.br +++ b/lib/search/indexes/github-docs-3.3-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80826714c60a5588c1e7944988721f8c9c9eeea80d4e16a287c56a889841c4b1 -size 1649562 +oid sha256:f308c5a35db370abfa6b78886c9176ee6fa79a9a0f03d004b7f4f1d5ab667199 +size 1648850 diff --git a/lib/search/indexes/github-docs-3.3-en-records.json.br b/lib/search/indexes/github-docs-3.3-en-records.json.br index fb29771024..1ad08a1a54 100644 --- a/lib/search/indexes/github-docs-3.3-en-records.json.br +++ b/lib/search/indexes/github-docs-3.3-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb8adbf9c02e7e033df5b3359825b950b8e85dd306b180f71ab816fb60bb512d -size 1074103 +oid sha256:94ebc4fc05b63c0eacb1c6096e4fdefc863a96fca9995b97b7176a37c9c98bb4 +size 1074136 diff --git a/lib/search/indexes/github-docs-3.3-en.json.br b/lib/search/indexes/github-docs-3.3-en.json.br index 683cd99f0a..eed85b7359 100644 --- a/lib/search/indexes/github-docs-3.3-en.json.br +++ b/lib/search/indexes/github-docs-3.3-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a67c7f83bad3c2b4996dcb6a23d3e476598526bbc6cf627dad7f04b038ba0e50 -size 4272642 +oid sha256:391761ad2e55968c8a47ed68bfb22a8943df8b7f13635540a5de103a3348e980 +size 4272340 diff --git a/lib/search/indexes/github-docs-3.3-es-records.json.br b/lib/search/indexes/github-docs-3.3-es-records.json.br index d4a378afd0..cf8d92d591 100644 --- a/lib/search/indexes/github-docs-3.3-es-records.json.br +++ b/lib/search/indexes/github-docs-3.3-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25dbfaab1581e0aae050f183c0868a961520556a89d75fe75a61134c26f0cb5e -size 724287 +oid sha256:cb4d6459323eef0926ec0f79c0f41a7589fe5a420bef8140a8456122e5c53163 +size 724363 diff --git a/lib/search/indexes/github-docs-3.3-es.json.br b/lib/search/indexes/github-docs-3.3-es.json.br index fb72835596..1637c1cf05 100644 --- a/lib/search/indexes/github-docs-3.3-es.json.br +++ b/lib/search/indexes/github-docs-3.3-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0829df6a92db66bb7dd6518a7a3320f7210932df0e2481c3a5d786d612bf9a8a -size 3148612 +oid sha256:4e2ba536e8cb57c8016d27d25c1a0ec95dbef25862f19098b51f38a96acaba60 +size 3148756 diff --git a/lib/search/indexes/github-docs-3.3-ja-records.json.br b/lib/search/indexes/github-docs-3.3-ja-records.json.br index 4f38fbab44..f2c6f52633 100644 --- a/lib/search/indexes/github-docs-3.3-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.3-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc9c2cba1bcdacf7b50c261843f1821c48806b6ff8007bac51eba5325e8cd44d -size 797554 +oid sha256:9a2a8c9f7eff6657af5dda9a2168117e9403abb1d44b7dbfc0bc48a0bcb6d7fc +size 797550 diff --git a/lib/search/indexes/github-docs-3.3-ja.json.br b/lib/search/indexes/github-docs-3.3-ja.json.br index 81805a30c2..3c8c05a689 100644 --- a/lib/search/indexes/github-docs-3.3-ja.json.br +++ b/lib/search/indexes/github-docs-3.3-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb0a2223f4a89f62d703ab5fafc63c969af5207e4e2043b444052579c42d1990 -size 4375319 +oid sha256:744fb2ffa8cd1c3254b618888c76278b04189cc8117beeafee14885c3591f472 +size 4375160 diff --git a/lib/search/indexes/github-docs-3.3-pt-records.json.br b/lib/search/indexes/github-docs-3.3-pt-records.json.br index d556443ced..6f10d6c773 100644 --- a/lib/search/indexes/github-docs-3.3-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.3-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39f48ae2eb722f05094287f03e8a5b9d2b3d6216f0ed85ea131525eb8a32bc65 -size 714754 +oid sha256:9fa94588eff61a94932a94703199504064b05e583b5c13497f124339d37aed9a +size 714847 diff --git a/lib/search/indexes/github-docs-3.3-pt.json.br b/lib/search/indexes/github-docs-3.3-pt.json.br index 1c010fce20..83db73e3bc 100644 --- a/lib/search/indexes/github-docs-3.3-pt.json.br +++ b/lib/search/indexes/github-docs-3.3-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3d41f8b3dda60712bcfd39914225d37ee6edf8441565db3997b3afd1b499ce0 -size 3039003 +oid sha256:7b5ce99d40376818d28a3fd081719190b42637eda9007ce8a7403d9b0d1ea3fd +size 3039041 diff --git a/lib/search/indexes/github-docs-3.4-cn-records.json.br b/lib/search/indexes/github-docs-3.4-cn-records.json.br index 797f64a0d8..7ca74e1436 100644 --- a/lib/search/indexes/github-docs-3.4-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.4-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e87bcf68e51e11880acaacce78715a9c5da70be98632efbcb7b9713783514f30 -size 790955 +oid sha256:bbeb3ffb0186188aa0f9d22376521bf12f8d7b85ce6cdb2b058d030ab1920569 +size 791030 diff --git a/lib/search/indexes/github-docs-3.4-cn.json.br b/lib/search/indexes/github-docs-3.4-cn.json.br index ffa7224daa..cdf482496c 100644 --- a/lib/search/indexes/github-docs-3.4-cn.json.br +++ b/lib/search/indexes/github-docs-3.4-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6cda8845c40769d2e53bf19127d794f88bc1930015ee133e52406a1787f1305 -size 1660493 +oid sha256:62efbd63596cd4c39231eaa158a5e6a56b54a235e4d8cd9546af9a483c6f59cf +size 1660189 diff --git a/lib/search/indexes/github-docs-3.4-en-records.json.br b/lib/search/indexes/github-docs-3.4-en-records.json.br index a75da747ef..7b7dabbe7f 100644 --- a/lib/search/indexes/github-docs-3.4-en-records.json.br +++ b/lib/search/indexes/github-docs-3.4-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63412346016bce4a06af927ab353c7eb328b448f04009bbff8948f8f760c2110 -size 1082361 +oid sha256:d5bd6d8c13acdb6752077ef361970ff086c6333da704248436388a90e6abdb44 +size 1082762 diff --git a/lib/search/indexes/github-docs-3.4-en.json.br b/lib/search/indexes/github-docs-3.4-en.json.br index 1b0efae6e7..9d4658ab0a 100644 --- a/lib/search/indexes/github-docs-3.4-en.json.br +++ b/lib/search/indexes/github-docs-3.4-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a372c7e3312d3b2ff2ec16bfdb3180ef599d4b6fb393e3c248ea1b1d9e64f84 -size 4312399 +oid sha256:9222f241d15f097d1b18d40bf9ab8b29e2f4a3dbfad0f225ae90e78bbe69ff56 +size 4312491 diff --git a/lib/search/indexes/github-docs-3.4-es-records.json.br b/lib/search/indexes/github-docs-3.4-es-records.json.br index bc05285841..a137f23678 100644 --- a/lib/search/indexes/github-docs-3.4-es-records.json.br +++ b/lib/search/indexes/github-docs-3.4-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dffd61928bb3543c3c63c713b332ef371716a32c5a531729b8edb8234e69c4cb -size 727892 +oid sha256:f4c9796708f2aa417aa29bfc98aed3a439c63635fe5d850eac77d02529e5e207 +size 727947 diff --git a/lib/search/indexes/github-docs-3.4-es.json.br b/lib/search/indexes/github-docs-3.4-es.json.br index 58adc353cb..0ad6f60928 100644 --- a/lib/search/indexes/github-docs-3.4-es.json.br +++ b/lib/search/indexes/github-docs-3.4-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d907e46cd81bedfdf2019674d026d5ce9395c4fbc5f35e5eb133314bb4525fd0 -size 3166696 +oid sha256:294f8c2e9b7141edeb232bdfed73d5f9bcc2f4a95934b9788d374526933557e6 +size 3166913 diff --git a/lib/search/indexes/github-docs-3.4-ja-records.json.br b/lib/search/indexes/github-docs-3.4-ja-records.json.br index 87ac6cd562..df6f53cbe6 100644 --- a/lib/search/indexes/github-docs-3.4-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.4-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d20a0115250dc4970f743a0976ab6a2f7bb478ce2666193a35425df3ad62ac59 -size 800370 +oid sha256:0969ac0d1349da79a049a2f1972dc02fe13f82fcbbf44d0ec98574c922ef8634 +size 800369 diff --git a/lib/search/indexes/github-docs-3.4-ja.json.br b/lib/search/indexes/github-docs-3.4-ja.json.br index 8a406dfaf3..6776bbbde6 100644 --- a/lib/search/indexes/github-docs-3.4-ja.json.br +++ b/lib/search/indexes/github-docs-3.4-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2df46ed8c1029646b1c875e6dcb78a62d2912dd9ae959ba78bb9b7e5740a485d -size 4400300 +oid sha256:78776a0975c265b2fc8eddcb909b5869fc2236bcba8e692da2ce2dc1cc170f6f +size 4400754 diff --git a/lib/search/indexes/github-docs-3.4-pt-records.json.br b/lib/search/indexes/github-docs-3.4-pt-records.json.br index dcc4ddb36d..0328f3126b 100644 --- a/lib/search/indexes/github-docs-3.4-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.4-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0eb0bb2930c0259aeda05df9ec56650c08b11279da3f1d0131b8db655ef44f7e -size 718160 +oid sha256:2eb90bf16cf8d373b585f679573c29ca3d1feba3e9be6a28624cc33f7425fa0d +size 718172 diff --git a/lib/search/indexes/github-docs-3.4-pt.json.br b/lib/search/indexes/github-docs-3.4-pt.json.br index e93a16f8a9..08a11b27d9 100644 --- a/lib/search/indexes/github-docs-3.4-pt.json.br +++ b/lib/search/indexes/github-docs-3.4-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d721aa70d2e26414ac9c3465a0db236394b74428bfd88046c74130b7d953f23c -size 3059632 +oid sha256:5ecf955affa5a945a9e39f1468d6eca3645b4512b8609d57aefc16493e81e194 +size 3059162 diff --git a/lib/search/indexes/github-docs-3.5-cn-records.json.br b/lib/search/indexes/github-docs-3.5-cn-records.json.br index 69a03806d0..c3da3b73d1 100644 --- a/lib/search/indexes/github-docs-3.5-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.5-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30c5647c9f9446ad7add8db036185648f0a3dfde5fae3c44bb7b64aaec5c4506 -size 819939 +oid sha256:3ce1feb8c54026e9f645a1000ad91ec28124d325b2a785968da0f827a766a8b9 +size 819953 diff --git a/lib/search/indexes/github-docs-3.5-cn.json.br b/lib/search/indexes/github-docs-3.5-cn.json.br index 5fef3a1177..308b4c1b6f 100644 --- a/lib/search/indexes/github-docs-3.5-cn.json.br +++ b/lib/search/indexes/github-docs-3.5-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24106512f1f3b5c5cc84756e1602add9160e03f3bfe3663bac4045f927a3fc45 -size 1728596 +oid sha256:89094ba56a2cb841537c968b79f15de6508b2ae17c11359b98306cd091491aaf +size 1728586 diff --git a/lib/search/indexes/github-docs-3.5-en-records.json.br b/lib/search/indexes/github-docs-3.5-en-records.json.br index dc2423cecd..725f5c1fd1 100644 --- a/lib/search/indexes/github-docs-3.5-en-records.json.br +++ b/lib/search/indexes/github-docs-3.5-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd6394ee6ff9b58577583aadaf077f4fece4ef6bd22a840115763c0c586c1841 -size 1121336 +oid sha256:dfebc9a442d00d5a2c1f8add7529c9f25ac80267b54d6b80816970a4a2a3fb14 +size 1121732 diff --git a/lib/search/indexes/github-docs-3.5-en.json.br b/lib/search/indexes/github-docs-3.5-en.json.br index f374f17c10..741b3d3b52 100644 --- a/lib/search/indexes/github-docs-3.5-en.json.br +++ b/lib/search/indexes/github-docs-3.5-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:851af97d87cfb122bfac6d1b19e21d61424abd5a1b30abb1ce894f89cb01c845 -size 4472166 +oid sha256:d2984867f51d68918a59385115d46ddb7d9484c1fbc3f97dfd052b1faabb4954 +size 4471448 diff --git a/lib/search/indexes/github-docs-3.5-es-records.json.br b/lib/search/indexes/github-docs-3.5-es-records.json.br index 5512641880..e3b0ec8f1f 100644 --- a/lib/search/indexes/github-docs-3.5-es-records.json.br +++ b/lib/search/indexes/github-docs-3.5-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c402a5f2d851fe3c81065e18586f7af46407891d5ea7283dfbeb0526c1011a4d -size 750420 +oid sha256:083c5c98f2697d7235710b669920b16cb06829d1a95b5cd764931325b0fc77fb +size 750500 diff --git a/lib/search/indexes/github-docs-3.5-es.json.br b/lib/search/indexes/github-docs-3.5-es.json.br index 81c3f1557b..daaf1e7b35 100644 --- a/lib/search/indexes/github-docs-3.5-es.json.br +++ b/lib/search/indexes/github-docs-3.5-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:599da86c9f72c95f2ca8088dbd869ba1c99ca9a63f1038c1467fdac646590cbe -size 3280642 +oid sha256:5944197f7520a344cb41988f82a4f2d920363cd532aa6a4132ed9e8a5b8f9734 +size 3280406 diff --git a/lib/search/indexes/github-docs-3.5-ja-records.json.br b/lib/search/indexes/github-docs-3.5-ja-records.json.br index 8b72cc6975..b3c6cbea71 100644 --- a/lib/search/indexes/github-docs-3.5-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.5-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e88e7ad76f2e4c7188644ef7e76279fb6c8cba9621a7d36be8afdbe2d76873f6 -size 825728 +oid sha256:00520f871baff622ab3393404e9920b01a80477384b188d67a1d659faa98b940 +size 825715 diff --git a/lib/search/indexes/github-docs-3.5-ja.json.br b/lib/search/indexes/github-docs-3.5-ja.json.br index 39930a61f6..562726c369 100644 --- a/lib/search/indexes/github-docs-3.5-ja.json.br +++ b/lib/search/indexes/github-docs-3.5-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17f8b7aaaabbc724aa1c86dd5795e93c805aece3e5c1efdd7f14bff543880139 -size 4559301 +oid sha256:b818c70fb408fc412ed3f3c5b925a2ba25b1d4d6cf911ae652cdbac265a737ca +size 4558723 diff --git a/lib/search/indexes/github-docs-3.5-pt-records.json.br b/lib/search/indexes/github-docs-3.5-pt-records.json.br index 7b7d2baebc..4e82ca64d9 100644 --- a/lib/search/indexes/github-docs-3.5-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.5-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea0f2369f92cda9a5eea1b161257c963bd8975f1f777bce10215e734e7a90e30 -size 740146 +oid sha256:c072d641729c4396b596bc59e0c7bedc4e5529fa7aab16f479aadb58f0350518 +size 740421 diff --git a/lib/search/indexes/github-docs-3.5-pt.json.br b/lib/search/indexes/github-docs-3.5-pt.json.br index a06e896749..23a2d2a127 100644 --- a/lib/search/indexes/github-docs-3.5-pt.json.br +++ b/lib/search/indexes/github-docs-3.5-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e891fca7451f20822330c78b744c1cd3675410099fd4521e5dd7e2c840fd92f0 -size 3163445 +oid sha256:3cbc49e8e73d2167bc0a404b501aec48e436d7c8e23b17b53e5d3407345262d3 +size 3163579 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 f84699b1e7..39fe4914b2 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:dcef99e30fdba31c2179055f407ebd84b7a732b243e2d746814b9ec228ec85fe -size 999992 +oid sha256:c20001ea20cc9443da2436e35c2ae3f8e00ece66908e2a516d5c8e98b34e404c +size 1000096 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index 47732297a7..6cd68cf36c 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:24d292343397c0b1c2d776ed2dbbea300fb5ccead1a35e452ce06011cc338ad8 -size 1774654 +oid sha256:99870d71b72582da59afa7acfdd801e1fe472a292d5b87095c00f589478a2f4a +size 1774850 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 49271ab17d..1987601439 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:73a6934d596bffeac8cfc688ef012df5c1dfebc67af2ba184d7781016056ed08 -size 1374943 +oid sha256:0addf38c9825ac6e6f59e80cfebae760cc6e44a97fdab9daa175d4b24264eda0 +size 1375633 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index d5506df5b3..47864e27ef 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:2c6b9b39be3d3dd6ee1c913c5e5179c2a8f0bfea7740381937049bcaecb84b24 -size 5241098 +oid sha256:4636275e6542105a55853abf26fe09f70aba05e03d07b6399e614b9c84016dfa +size 5244129 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 968db5174c..6b2f866c8c 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:f37b9853188b3a02941ee339fa85361bcafde9c651dab5bc4c601e9baacc8b91 -size 890348 +oid sha256:76f159dc4832ebef1e3ae49eabddef0dd7e3459c4bdc27225044b650b40ba1ee +size 890444 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 3a40fc0822..554e6c9439 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:45e8b1252a06573380071381dca8702ac6c60b43a83d1e38615217dece87d5be -size 3705221 +oid sha256:15aded14d16f872b5aa59e1615cc489e93f35b054c8dc08ead72c9698607afbb +size 3704803 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 64de4dccab..7d8db018ae 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:002566da7ab7f3f3aded3d8e1b824210140934a4d3a4e06cf6777d3648e4977b -size 1000643 +oid sha256:dc6f65d62cb64cb46bc00aeb54900fb25281435220fbd4eb8fb87760e23f4098 +size 1000674 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index f2a3c94537..63aaa04fe3 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:6ed7afbf22b432d30398519ead0c93ade138aa5615eb040cc79f3bfc168c1d77 -size 5328688 +oid sha256:d2cfa36f8b3b1a2757f0249cba6296b78ef9084b7fb9b136373450a2ba259d02 +size 5328643 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 5ab4af824d..e08c17f7af 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:cb8f1b25cf381052339728d285c7c5378845d57f5369a723e26cd85629767d41 -size 889836 +oid sha256:9fba35ac36d967bf96ed9ab39b94bb504dab60cbddb93013ada540f04a1d2704 +size 889806 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index e770dd0cf5..469ebb9809 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:57d7b2c3027765544d061b3124631ed3b6e242a73f8e07d55ea9bbf5159fa8b8 -size 3661487 +oid sha256:49caef8764fa2324bbcfd174318b411a172d3623942093e92bb3bb5d54b628ae +size 3661267 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 97fa924574..a7024e5eea 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:b259a76cbf5e223cf1ab0a702233f955aafbe18a8a22f8d1be95b18dbb97837e -size 625839 +oid sha256:e4620def3695e584b81495abfe46ea5eaf6e227e1aae6e9874c6a6558ce1d616 +size 625837 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index c0daa5d7c7..b2da2826b0 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:fbde5f797ab4ab0854b8019dbdbb393cd9edd02aab80ae66556dd346d76f2022 -size 1269831 +oid sha256:4c5bed74e93dabba12fd20eaeb25214e7e85775d0890ac50c1277c51071237c1 +size 1270046 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 0ca38f7646..d948a507b4 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:dff060cd1e0ee9cdb74dd5f01b055c4819d82a8f55872faa65c98c33a2ffc247 -size 871410 +oid sha256:833b5fa7027170fa85e4efc212b9e68372822c15624a86a54427b1d2703c7e30 +size 871597 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 7855428a19..ee58c6131f 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:e326050549d63101f0025f7c37d09ee28d84196415843bf7cf67b554f2a2d364 -size 3427086 +oid sha256:a14bd975f78cb60f3bee915857e08b77484a3189899c83c0b1c846e10fa446ec +size 3426636 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 f87f09748e..35382c51d0 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:a3b885cd142144b5b00129f29a78c3933247bd9337bfac265a5ae397de75bf73 -size 582350 +oid sha256:accbd804b75145d9b5439164656aa12d600d77e75d8efbd4bef2abba4b34a36f +size 582465 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index 97f95529ff..247a3c0ee1 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:cc5b0108bcd5bf3a536732db98fb813272bf45f96ffdba857dd19a6298326c06 -size 2464150 +oid sha256:3aef3bd10cb03c75930205a4a2ac5cfbf60d4a5b080ebc73c11860b2e93f6ced +size 2463870 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 b2e9a2484e..b673abbd11 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:79fb56f11948b7392621710f151aa238600665664dbb9e3494edf47e8a33d700 -size 636201 +oid sha256:c6bbd1940fdbb697a71db4c678303fd48c0dcdcdfd230a63331c54ad03624984 +size 636250 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index 92189258f3..291283abc1 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:269941f83573ace42e2db461e852a2a26d7b52a0ae63132671fd0e10463794ce -size 3380554 +oid sha256:c66e4cda3ac3842a3c85b50d3b7d633fb934ab481c3554ff14c080e6c6ccf179 +size 3380342 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 b38e4a0a2a..09343bdccd 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:1ad56137dfbffbe57c955cb441078e99bf51f0e3ac2c79ebd2e2f3939457af7d -size 575227 +oid sha256:6981223d8959a5b712264df94382a5f07060498e3868bfa55cd10d27fc637a47 +size 575356 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index 6bc1e60f06..9d82c5d91c 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:63744262a485f57e942c061a324b796ef9d8601e29d973f6e9ba939363385696 -size 2356647 +oid sha256:f09d7d5e988412d1ec0b92ec60345b5381e807fa7cfdc53d9a038b4cbf5331d7 +size 2356927 diff --git a/lib/search/indexes/github-docs-ghec-cn-records.json.br b/lib/search/indexes/github-docs-ghec-cn-records.json.br index f2cdecdfb3..b776d02cf6 100644 --- a/lib/search/indexes/github-docs-ghec-cn-records.json.br +++ b/lib/search/indexes/github-docs-ghec-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a361987a34ea430190c1cfd99c757370b792b74f2141921aaba62a3927764eec -size 965851 +oid sha256:f89eb443dc4cf0e5073e6149317e4dd0533a38985430d21f7762c6516518b25c +size 965699 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index bb6f6e205a..ba336cbd9d 100644 --- a/lib/search/indexes/github-docs-ghec-cn.json.br +++ b/lib/search/indexes/github-docs-ghec-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:878c717e48038d23376b4fc9a9153c73d8f55a5fb568d6db571414387678773b -size 1897124 +oid sha256:fd14a785af2c37f0312cb232e0bcf4a3812cf3d78cf1b1bf0a9c0ccce3e5ac6e +size 1897190 diff --git a/lib/search/indexes/github-docs-ghec-en-records.json.br b/lib/search/indexes/github-docs-ghec-en-records.json.br index a1d6dbff22..49bd8dc28e 100644 --- a/lib/search/indexes/github-docs-ghec-en-records.json.br +++ b/lib/search/indexes/github-docs-ghec-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f25161d7ca748bde0e9263ecf430363437afeb07528a2759cead7961e8f3edd6 -size 1306332 +oid sha256:c8b502a15dc119520c9d262c236e8192d7d91d1999e9cbb0d4a09495793b4069 +size 1306886 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index c648ae45ee..cddc1e80f5 100644 --- a/lib/search/indexes/github-docs-ghec-en.json.br +++ b/lib/search/indexes/github-docs-ghec-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49bfe807d4c69e60380221244f38cd2d8de65cbee6b890d595425b7266cdf8f2 -size 5229163 +oid sha256:96c9e27001cfe3d595504eab7bee754e0e86e43f2d16b965b5973fefd614e562 +size 5232143 diff --git a/lib/search/indexes/github-docs-ghec-es-records.json.br b/lib/search/indexes/github-docs-ghec-es-records.json.br index e0e6c13cc5..8217e33cc4 100644 --- a/lib/search/indexes/github-docs-ghec-es-records.json.br +++ b/lib/search/indexes/github-docs-ghec-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38d5b5aa2ceddf3c143ed535a4d473ec6132d92a967cd5cd33e7bc1fbeba887c -size 879119 +oid sha256:65805b8b1cd81731a1058bbe27cd1cbded8c2d31f09cb90f6ade70b76bf1d015 +size 879100 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index 9ff4cd9ab6..25dfdf6854 100644 --- a/lib/search/indexes/github-docs-ghec-es.json.br +++ b/lib/search/indexes/github-docs-ghec-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97b7766979e8b9c465e5192eebee6a432c7bd9d96b6282e1abfc912bac0aadb2 -size 3807127 +oid sha256:ec1c175faba4ab9df7e760d2d4c0d9267caf55ebab56f69eb187822dce2d55b0 +size 3806775 diff --git a/lib/search/indexes/github-docs-ghec-ja-records.json.br b/lib/search/indexes/github-docs-ghec-ja-records.json.br index 2cf0095c0c..1dc033db51 100644 --- a/lib/search/indexes/github-docs-ghec-ja-records.json.br +++ b/lib/search/indexes/github-docs-ghec-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39933d4f302bc491cc5e8a402c886c2dc2b40675c8118b542f609c12e47f9e96 -size 969664 +oid sha256:5586ae3606c15e2b2c03b5b0716bf67b631f0764ead8fb6e8f75bf66c7706ccc +size 969765 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index 1292bc33da..be84f024bc 100644 --- a/lib/search/indexes/github-docs-ghec-ja.json.br +++ b/lib/search/indexes/github-docs-ghec-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d0508fcf02c43a2a62e03e250fd58a601dd007c803d4106105360e73649f2e5 -size 5384266 +oid sha256:837a85cd7d83f4e2bbceae4f71cf99cb77173eff543e1b19b7f08a5ddac62f80 +size 5383732 diff --git a/lib/search/indexes/github-docs-ghec-pt-records.json.br b/lib/search/indexes/github-docs-ghec-pt-records.json.br index b21ffcb48e..2ec4dc4d66 100644 --- a/lib/search/indexes/github-docs-ghec-pt-records.json.br +++ b/lib/search/indexes/github-docs-ghec-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:765aece79eac03577110687a033072b31c1f9f9f913ee00a7f89e094f2ac4d87 -size 879715 +oid sha256:53058e102d80d8e7d5e567bdcf2e478ed87c057888544483b030ace9e6a38257 +size 879651 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index 7268601f38..32c4bfb154 100644 --- a/lib/search/indexes/github-docs-ghec-pt.json.br +++ b/lib/search/indexes/github-docs-ghec-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a7e59e1c23a6eb55148d7afc5072d23836d1b35901f51c749ffb9d786757690 -size 3757846 +oid sha256:9e3273ce28c0cb1424eff84fc054df51aabcaff2e7026adf31af27aac8464f12 +size 3757883