diff --git a/content/actions/managing-workflow-runs/skipping-workflow-runs.md b/content/actions/managing-workflow-runs/skipping-workflow-runs.md index b52a646066..8aeccc68e8 100644 --- a/content/actions/managing-workflow-runs/skipping-workflow-runs.md +++ b/content/actions/managing-workflow-runs/skipping-workflow-runs.md @@ -26,7 +26,9 @@ Workflows that would otherwise be triggered using `on: push` or `on: pull_reques * `[skip actions]` * `[actions skip]` -Alternatively, you can end the commit message with two empty lines followed by either `skip-checks: true` or `skip-checks:true`. +Alternatively, you can end the commit message with two empty lines followed by either: +- `skip-checks:true` +- `skip-checks: true` You won't be able to merge the pull request if your repository is configured to require specific checks to pass first. To allow the pull request to be merged you can push a new commit to the pull request without the skip instruction in the commit message. diff --git a/content/admin/configuration/configuring-network-settings/enabling-subdomain-isolation.md b/content/admin/configuration/configuring-network-settings/enabling-subdomain-isolation.md index 21b53b2b2a..d8a36f5d3b 100644 --- a/content/admin/configuration/configuring-network-settings/enabling-subdomain-isolation.md +++ b/content/admin/configuration/configuring-network-settings/enabling-subdomain-isolation.md @@ -35,7 +35,7 @@ When subdomain isolation is enabled, {% data variables.product.prodname_ghe_serv | `http(s)://HOSTNAME/render/` | `http(s)://render.HOSTNAME/` | | `http(s)://HOSTNAME/reply/` | `http(s)://reply.HOSTNAME/` | | `http(s)://HOSTNAME/uploads/` | `http(s)://uploads.HOSTNAME/` | {% ifversion ghes %} -| `https://HOSTNAME/_registry/docker/` | `http(s)://docker.HOSTNAME/`{% endif %}{% ifversion ghes %} +| `https://HOSTNAME/` | `http(s)://docker.HOSTNAME/`{% endif %}{% ifversion ghes %} | `https://HOSTNAME/_registry/npm/` | `https://npm.HOSTNAME/` | `https://HOSTNAME/_registry/rubygems/` | `https://rubygems.HOSTNAME/` | `https://HOSTNAME/_registry/maven/` | `https://maven.HOSTNAME/` diff --git a/content/admin/packages/getting-started-with-github-packages-for-your-enterprise.md b/content/admin/packages/getting-started-with-github-packages-for-your-enterprise.md index 82600b15c7..86480eb524 100644 --- a/content/admin/packages/getting-started-with-github-packages-for-your-enterprise.md +++ b/content/admin/packages/getting-started-with-github-packages-for-your-enterprise.md @@ -44,3 +44,9 @@ Choose which package ecosystems you'd like to enable, disable, or set to read-on If subdomain isolation is enabled for {% data variables.product.product_location %}, you will need to create and upload a TLS certificate that allows the package host URL for each ecosystem you want to use, such as `{% data reusables.package_registry.container-registry-hostname %}`. Make sure each package host URL includes `https://`. You can create the certificate manually, or you can use _Let's Encrypt_. If you already use _Let's Encrypt_, you must request a new TLS certificate after enabling {% data variables.product.prodname_registry %}. For more information about package host URLs, see "[Enabling subdomain isolation](/enterprise/admin/configuration/enabling-subdomain-isolation)." For more information about uploading TLS certificates to {% data variables.product.product_name %}, see "[Configuring TLS](/enterprise/admin/configuration/configuring-tls)." + +## Step 5: Check for and rename reserved names + +If you want to use the Docker ecosystem with subdomain isolation disabled, you **must** first rename any user or organization named `v2` on {% data variables.product.product_location %}, prior to enabling Docker ecosystem support in the {% data variables.enterprise.management_console %}. Docker uses a `v2` account name to manage path conflicts with the Docker API, and once Docker registry support is enabled, you won't be able to use this name anymore. + +You can view a full list of logins reserved for internal use by navigating to the "Reserved logins" page in the Site admin dashboard. For more information, see "[Reserved logins](/admin/configuration/configuring-your-enterprise/site-admin-dashboard#reserved-logins)." diff --git a/content/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository.md b/content/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository.md index a668538533..6b50ba142a 100644 --- a/content/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository.md +++ b/content/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository.md @@ -1,6 +1,7 @@ --- title: Restoring a deleted repository -intro: Site administrators can restore deleted repositories to recover their contents. +intro: You can restore deleted repositories to recover their contents. +permissions: Enterprise owners can restore a deleted repository. versions: ghes: '*' ghae: '*' @@ -10,10 +11,13 @@ topics: - Repositories shortTitle: Restore a deleted repository --- -Usually, if someone deletes a repository, it will be available on disk for 90 days and can be restored via the site admin dashboard. Unless a legal hold is in effect on a user or organization, after 90 days the repository is purged and deleted forever. ## About repository restoration +Usually, if someone deletes a repository, it will be available on disk for 90 days and can be restored via the site admin dashboard. For more information, see "[Site admin dashboard](/admin/configuration/configuring-your-enterprise/site-admin-dashboard)." + +Unless a legal hold is in effect on a user or organization, after 90 days the repository is purged and deleted forever. + If a repository was part of a fork network when it was deleted, the restored repository will be detached from the original fork network. It can take up to an hour after a repository is deleted before that repository is available for restoration. diff --git a/content/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization.md b/content/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization.md index 8e57ff3a1d..e86f74fafc 100644 --- a/content/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization.md +++ b/content/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization.md @@ -16,6 +16,7 @@ topics: - User account shortTitle: Place a legal hold --- + Usually, if someone deletes a repository, it will be available on disk for 90 days and can be restored via the site admin dashboard. After 90 days the repository is purged and deleted forever. If you place a legal hold on a user or organization, repositories they own are available for restore indefinitely. {% data reusables.enterprise_site_admin_settings.sign-in %} diff --git a/content/packages/learn-github-packages/introduction-to-github-packages.md b/content/packages/learn-github-packages/introduction-to-github-packages.md index f4716e5ca3..85a6cae85d 100644 --- a/content/packages/learn-github-packages/introduction-to-github-packages.md +++ b/content/packages/learn-github-packages/introduction-to-github-packages.md @@ -75,12 +75,10 @@ For more information, see "[About permissions for {% data variables.product.prod {% ifversion ghes %} {% note %} -**Note:** Docker is not supported when subdomain isolation is disabled. +**Note:** When enabling the Docker registry, we highly recommend also enabling subdomain isolation. For more information, see "[Enabling subdomain isolation](/admin/configuration/configuring-network-settings/enabling-subdomain-isolation)." {% endnote %} -For more information about subdomain isolation, see "[Enabling subdomain isolation](/enterprise/admin/configuration/enabling-subdomain-isolation)." - {% endif %} For more information about configuring your package client for use with {% data variables.product.prodname_registry %}, see "[Working with a {% data variables.product.prodname_registry %} registry](/packages/working-with-a-github-packages-registry)." diff --git a/content/repositories/creating-and-managing-repositories/restoring-a-deleted-repository.md b/content/repositories/creating-and-managing-repositories/restoring-a-deleted-repository.md index 33fc1cbfe5..69235d7d9b 100644 --- a/content/repositories/creating-and-managing-repositories/restoring-a-deleted-repository.md +++ b/content/repositories/creating-and-managing-repositories/restoring-a-deleted-repository.md @@ -1,6 +1,7 @@ --- title: Restoring a deleted repository -intro: You can restore some deleted repositories to recover their contents. +intro: '{% ifversion ghes or ghae %}An enterprise owner{% elsif fpt or ghec %}You{% endif %} can restore some deleted repositories to recover their contents.' +permissions: '{% ifversion ghes or ghae %}{% elsif fpt or ghec %}Anyone can restore deleted repositories that were owned by their own personal account. Organization owners can restore deleted repositories that were owned by the organization.{% endif %}' redirect_from: - /articles/restoring-a-deleted-repository - /github/administering-a-repository/restoring-a-deleted-repository @@ -14,8 +15,12 @@ topics: - Repositories shortTitle: Restore deleted repository --- -{% ifversion fpt or ghec %} -Anyone can restore deleted repositories that were owned by their own personal account. Organization owners can restore deleted repositories that were owned by the organization. + +{% ifversion ghes or ghae %} + +Usually, deleted repositories can be restored within 90 days by an enterprise owner{% ifversion ghes %} on {% data variables.product.product_location %}{% endif %}. For more information, see "[Restoring a deleted repository](/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository)." + +{% else %} ## About repository restoration @@ -48,6 +53,4 @@ Restoring a repository will not restore release attachments or team permissions. - "[Deleting a repository](/articles/deleting-a-repository)" -{% else %} -Usually, deleted repositories can be restored within 90 days by a {% data variables.product.prodname_enterprise %} site administrator. For more information, see "[Restoring a deleted repository](/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository)." {% endif %} diff --git a/data/features/actions-inherit-secrets-reusable-workflows.yml b/data/features/actions-inherit-secrets-reusable-workflows.yml index f7fbe416d6..23f0487364 100644 --- a/data/features/actions-inherit-secrets-reusable-workflows.yml +++ b/data/features/actions-inherit-secrets-reusable-workflows.yml @@ -4,3 +4,4 @@ versions: fpt: '*' ghec: '*' ghes: '>= 3.6' + ghae: 'issue-6920' diff --git a/data/release-notes/enterprise-server/3-5/0.yml b/data/release-notes/enterprise-server/3-5/0.yml index ba210dcb85..aa88c45749 100644 --- a/data/release-notes/enterprise-server/3-5/0.yml +++ b/data/release-notes/enterprise-server/3-5/0.yml @@ -416,3 +416,4 @@ sections: - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues. - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail. - Actions services need to be restarted after restoring an appliance from a backup taken on a different host. + - 'Deleted repositories will not be purged from disk automatically after the 90-day retention period ends. [Updated: 2022-06-08]' \ No newline at end of file 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 cfe67bc175..831e0f75cf 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:1b2fc7c1b6876c6f83172c7b6e825a643358bb5fd59bba1a0396126c55f5eb88 -size 740533 +oid sha256:0254bc19f14a5f4b21bd716eafa1551044165c61597cc6cdf3a3573821fd2ba9 +size 740815 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 055961ac0b..376454de3f 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:a7163d04a4d78b562d9a6de5e9bc8fde21284df857e25cd29cde78c2f47ebc7a -size 1564197 +oid sha256:eeb41156fc047f2404dc2f534de84006fcbae9acd848b4a04630b7399d5df468 +size 1564343 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 603c28cf39..5660ac6bf1 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:46636ed9066d97e67b8e75674e2f2f251d2d5c190d0bbef77114c8edba78a105 -size 992016 +oid sha256:82c73cfccbaabbbc049d6a411c0b384a0e4d3de301352e972625b005cf616518 +size 997794 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 7fc178d110..25c2728470 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:389a94423f28714ed165f1ce03c0df264980d4fa5d4501abdee2009f99300b0e -size 3997925 +oid sha256:556a8d61b4e7b21c3071e31d286bfe4f84b0d1419ddb05c57232217df9c68c84 +size 3999703 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 8f85e3c3f2..c837839e44 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:9e479575252617a1e9d65c5c98648cbe991a7f3d8b681cbada82e56df6318dad -size 683856 +oid sha256:9989ff56ed994baacb6e9f97a57b483420d5d0d2bc5f0da5877aa96e96dfcaaf +size 683588 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 3b11ffae97..5075917029 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:3bcf96142fa383b23f0601f9fbf1270afa04865ccbdc15a25b332d7d0ca3abe4 -size 2975501 +oid sha256:cce715b229659e2ee1c7b75616325fc4b6e26d66bd9f8355d43edb9025815684 +size 2975682 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 14cba35831..80f5574d33 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:c75230d994bf060f9f28d03b275ba9f5e06abf673924f9f109bf42b406d40531 -size 750201 +oid sha256:bb8b3fd2f87a55f754e6ed1ed42d5bcaa8eeea8fa5a80a58f92bbb5872d5d9e8 +size 750397 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 584b175ef7..2fdd7f22d4 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:cc67aabf3c1cd694ceb5ced93e7f31b0fad3dff77adada696b1ffc4d45e7ee98 -size 4132496 +oid sha256:3d8e6d1337c8311606a31ed07b59a2676cd16fb4ca046785f673af2ff0d6ccc8 +size 4131474 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 3dd6860852..2f478bcd4b 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:de8c810c4a7b64a1f87ea439bceea60602cdcc3fd5454e71ad344df079b5b785 -size 674501 +oid sha256:88701ef19995a6e76e9c2ecbfa0f0019add1bc7f480ee6ac6ebbecb4a1ee17a6 +size 674392 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 cd2bf0f452..199eb2ca4c 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:f5e0ab43a4b4c458ac0e39048212568781d30b9f89d4e6015ada1e59cf641a25 -size 2877239 +oid sha256:d4f6aa08e396bdf66542edd9a966cead9a20e4d24255c37c38176b511f21a9f1 +size 2876966 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 fcaa64c518..caf18c86d0 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:df4fa1a8bb76a574dbfe224cbee705af186dee9431379ca35a5bae12f512319f -size 762364 +oid sha256:1ca6d2956084fbdd1c591ef0b3a18745605498010bdee7609afc89981262478f +size 762020 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 234d4fbdbd..41a801b040 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:41c4b6f7db48f318e941ef5b64dbd4e9bab8497afe324591db0a175c648c28ce -size 1602781 +oid sha256:34707832ecfd8d11401c50b097e0cf7e593155a47352c16ad754b85552252748 +size 1603502 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 6af10bebbb..046a0f2394 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:d62f90f088c7861bbe01e49c88e1fde889dfc587f263dfd1e7a8a80497a806b0 -size 1034024 +oid sha256:277bf486f6b4284e6af26b8242cc47a046620a72307cbf01461503ad7ab848bf +size 1034413 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 1d97c86be3..d3873c34a2 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:e89b17cec04afda7af918478e5604b234e377e19a41d8986153d3355f371eeab -size 4151496 +oid sha256:c2e768550f0e29a8320bac000818174ea646b19f0e5614eff82208b1fff6403d +size 4152283 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 bb8665b445..6161fdc92d 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:e14ca097f3b90879c6a7317e54fd43bfe62ca08123d0d2e4ec983c59ece0719f -size 703834 +oid sha256:6d47bccf39c620d3285b9d8186e727187f1a8dc363e0251910b8a3527040f745 +size 703882 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 3eb74aae41..0bf7454f6e 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:d9184a8a5e29ba256af32f237cd3a9a5bf573586702c07624d9896440a6429b4 -size 3062618 +oid sha256:e963a3c55966a50fe35fd1cfc2053924f648b6fde8c50f7c1591a1f96ea70cf6 +size 3062591 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 55ead0a0c8..7db11587ac 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:c74b78b610aded65bb87b6191565f6b8d1c8140eb142477d2c97c3c6ea9493d5 -size 771148 +oid sha256:7d66dacf4bdb410f024754c56f3d410f510dda92927da44d7271cad9727e5a3d +size 771164 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 da0e6eed8a..c68336a613 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:1d3a4adb083b296450130631aed30c97c99ec076f23f31185dc66368b154aa12 -size 4249563 +oid sha256:bc7cce3764c2b206f1729be157193aee4747fa0a8ac3746c564ea8ae98bb4b90 +size 4249469 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 19425e221a..bf7087892f 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:0ba486060c84193f4dfe5ec5f875e4996366934375e1b1c54ced657b5254b1d2 -size 693868 +oid sha256:2ecb7bba3ca0eb778adc4cac992880d2b197682f77339030707e0636ef2b0b4a +size 693992 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 86fff70ea2..e4a3059416 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:b52cad32f9b9c0ff59657ce60fc5b575c488e2b987c3a720918896769d609d52 -size 2958025 +oid sha256:165a21f1863b14a5a8967c4b944ea4d387f717bb8f2e37b23fe9b4cc55ccd323 +size 2958127 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 94e014690c..1f4197072b 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:7feeea1a796fd7b0ec9a61834b2dea1a702e95eebc4e5983bd5cc6ea1b772a1b -size 785801 +oid sha256:46c0f8824fffe446b3f8950b3bc68d8b9eb5ba9cfc7d42d14529fe8c3aad6d14 +size 785672 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 3404d784d7..6f92a8718f 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:3ad3cd26038a36b9d6e1f5c4b77532ea68c3aa0d7b101bed224f0856ef6c444d -size 1644860 +oid sha256:18cecf51143a398b30a449f39eb840b903b22d922bdfd7677c9a70fc52a66656 +size 1644682 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 0661e45e56..81bdf824d5 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:c3a4aa90fa430a1da65b811fd7c281732e9e511778bf8b24bf117c8a81f11207 -size 1068867 +oid sha256:52798925b3abff2e1b706b6b411c2b80f8f5d2f1d8edf3616a30f4d39d6dd2cf +size 1069443 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 8465eba643..b273794a64 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:5cfb836c3a6a1351980bf40489dcc4b951932e5a617602634fb94aaffdb14381 -size 4248063 +oid sha256:8ea155656e3b7c35de14371ee7b8824aca7da4731c3be64fbe03c897debcb15b +size 4247083 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 1b6b175b2b..6c9a10150a 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:ce9238b096d0abd051bfe2486f078b1efe4701f7fe1ed811d8d6cd6034780122 -size 723404 +oid sha256:53faa0d7be4b704f2f906444b3dd062cc80c7bfa20ff5fa99d1092d551fa31fb +size 723367 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 d0e9ab7f92..7c5af21330 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:5445c309f1963bc3ecd44dfc89cf08470ee7da29c286e96fd5b555b289238b6a -size 3142353 +oid sha256:7d594172772820cd66461874c750d10145cab4a7578bb7f33af43c54aca3a127 +size 3142347 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 1e2a53affb..e16ff81a6d 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:707348e7e17e0a2c4197b4119375db4cc770060231c8d93f0aed15c9e8bfafe9 -size 794750 +oid sha256:171f89cf539365c8f5a12d80fa8aaa3b7128d3437804178edf0e06baf4d21eca +size 794805 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 3fd06308f2..a9f858ce68 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:735e548eb3d2340c0f813cee6347a215b3581b13b4b627adc85fc761fbbb626c -size 4368047 +oid sha256:7cbb9f346185fd51c037b81a67a8868dc940518e2c2fd015cb9f7d9422d31c27 +size 4368605 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 ee9d3c6bb7..845bbba8b1 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:24e182f61e320fe218d361604d04480b23fa1567fbcb00e6809f2716b820552b -size 713373 +oid sha256:05b6078cd035aff1a8aba4e4c40f399114e8a0822b9b0ef43ae4fd7585c4d117 +size 713395 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 bcb8404f49..ec1ceec930 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:cd71defaf47ccec9b77c1d88c07887d25e200abe24eafb46fc069e547fdcbde4 -size 3036622 +oid sha256:5c390c6e4e1f02eb5f5bd1ed50815d3d3c37fab516629fd8b6595466d1b89e4f +size 3035715 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 b624d869e5..9c339b17a7 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:0e228d79b2436df65a69172b3a50a060d1ce47e90d03ff9d4e2dbdcc8e7ec234 -size 787417 +oid sha256:e4cbb6c6985fa99160890cf2c7eea3b04d704c48ae1528804a61bef341eb3af3 +size 787578 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 5b64d24348..5cb03ae968 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:ea002e70d8efbdb3d8c092b07e0737488f44705a0eb454f81e962d30f89a43b1 -size 1655713 +oid sha256:4402e160f36f9b997745830b1f78a6314644d062dbf62185d85f977649566fb8 +size 1655878 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 504d3b4a05..9c691d4782 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:b261b57929b01a0283a767fbdcd3ead31f805c764588ced787e3ef7f9e351b81 -size 1077671 +oid sha256:aa91077997defbccd287bb1afd6d0ba1b148ecd6263d3d8dc802c1629fa50649 +size 1078183 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 3fd21aaecb..3f743633b3 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:890949d2d981bc73a41ff63d3f6412400aedebc419561080672fb060627ee8d1 -size 4286940 +oid sha256:165bea7de687c26e90d47feb39ee0a543f8da6ef60787d3cebd0e2af13bbe70b +size 4289107 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 07a69700da..2a370d5e92 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:c4b846afa2d3ab5cf34d30f02b5506b9375198b23a3f167cead30dd1d74ca7e9 -size 726692 +oid sha256:bcd6cf6708ba7a70812f871f3eac9136ab49535c5c1ee7c7071f6832d60cb2b8 +size 726701 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 215d512c27..b7bde09cfb 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:746b3f5e84f2c3454c3bba1b94a18149fbe4020c0bf3a671ac8d04722bd1b678 -size 3160511 +oid sha256:3ba194694c059a059a7a73ecf6c6c05b22a980652d2411d2c019218424a4b229 +size 3160627 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 4ec3179651..6939cfbc90 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:bdc0f79f8e811ef6aa79809c276686cf55f4d9590ff73aad0bffba5dbd552c19 -size 797256 +oid sha256:ca31bc768aae975d5683009315a09715d54d8339988d187b2cbc119e48d53e36 +size 797247 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 84ccac9828..4f504c0ae5 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:e6df0224d7e71dbf29ed1e98230b0a1afdabe6244e2f3bb1edf566b7d0584383 -size 4391426 +oid sha256:338a6b4811facd961b8f7fa87c09a68836c2d6e34469c5817b8ffcf6f41c9616 +size 4392329 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 ece204c855..d57c6e7787 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:dcbcd8d082dd07f650453bc5ec922d53a95b178ed5079dd7a149c6db848a768d -size 716641 +oid sha256:d34a517a1142a67c6cd14a6d7488316d155ed39526b54b9b80122f9f32e4bdf2 +size 716673 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 2e04f9afb1..61d301fea2 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:318b29036acdb21f69423a69d44d931b456498a3a151b5ff2ea7b4f1320c441d -size 3055697 +oid sha256:e717aa9ad4acaf91abbfb6bc1b5bbee3a8849e199de85515dc4851a4379adec8 +size 3056096 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 da39c11132..b03318ed12 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:452c6199417fe76c70cfaf60df210848af28d00b00d486b8a60c97357f3355ef -size 815538 +oid sha256:6e7305d64a46e277bbfa0a57d89fd76e892864d7fab780f5084fee919ca4eb81 +size 815978 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 c6d2213153..6a5fb87498 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:67abc06b2dd4021b4086a5079f1acdd48ab494a8f8262357e8522a7ba7a7b820 -size 1723142 +oid sha256:07ca1013cfbd606d4bd9c767c9ef5dd29b885d753fd7db84526a8d335a5473c4 +size 1723128 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 756f058779..db80e77c3b 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:43cfdba07e0d4a550c369c6399d1ebb9f86bb7eebc83324ea53d3a67fc493da9 -size 1116578 +oid sha256:369c90dedec204e0e8e0eff1e1524a13e051450e9e73f8afa2b21b0794f5d753 +size 1116119 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 4cfe08193b..bf9c3ca782 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:cbbf7ab4986dbacac89d70efa2c0bb0ee1ab5ee38c1683d37ce0f83aa5a3c5b7 -size 4445754 +oid sha256:d2d8b37254bcee1e688f97f63cf0df4bea1365b33c79f2ac167f4255df102071 +size 4447289 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 c7f241ed75..b349d50a26 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:a19091d27f129df6b79e5912c41eddab3ec11c2e55467b8ea01e3446015960b3 -size 749422 +oid sha256:a5ffb22d988a07f77c64ef8563480e000836512f6a4c03fe54d12911dd49c50b +size 749449 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 1033644f9f..582dc4713e 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:3e646f81ad59a5c6173111ae9eed2df5035da1586bd3a75cdd799740495e66fa -size 3273935 +oid sha256:75347069269de7e2ec0c702f71663d8c1825e737e26e47c94de557fa065af276 +size 3274519 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 8434a9fddd..cd1697ae6d 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:66e762ddba53d299095f90b29ef83dc29cbebc24bcb55e0a56ba828f867b0ce1 -size 822461 +oid sha256:0f8f952c5d1c332e428fece40114c01caabee0c5c5a81c9fdc9200d027c33600 +size 822644 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 bba641e2c4..c17d3f7b9d 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:08a0953ccb9bdfcaad024d45239ce59e0d143738c6a9cbd6da7752c0e328a73f -size 4549167 +oid sha256:236772bb286a463d54b6ee9ad24e58bada557bb9ff2d285013fd121527e74598 +size 4549576 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 fe4e4a38dc..44e19d9805 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:65cd1d2ff21efd075f4bf3514b3b9075e3b67037412834432e4de9b3c356ef84 -size 738760 +oid sha256:7d2d4aa576b15fc4554fbafbd42350a54cf83c8c270a127e2e18315ed69978a1 +size 738729 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 92585af50f..0b04bde33f 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:c2b81ce1158304173c6420ef84c3c153b51c42de2c16b31953833a30354753a3 -size 3162410 +oid sha256:b7fb2ebafdb2ffef78f251a734cbcff4b04b3bff766fbc8772d1cd2f5fb84185 +size 3161673 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 e496328299..602530b8b3 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:8f9c8964eccd0d67936eeb4e711d558d680369fdefdba45a110194de8158fbd9 -size 981937 +oid sha256:65957bc331d0353e2995e5a94b7aa9cdeaabf80065dc8d245febb373e7e91901 +size 981774 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index 1c9dd86dea..ac0bde0a46 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:164a52be408e97596d09e7408f959867e665a22124d861351ecb883279774de9 -size 1714384 +oid sha256:74aa9244bec1dcc45679f5e7d80f43dc79f952fff1ea49e6dd2d05e4131d4d0e +size 1714740 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 09f2f085ab..3d39281b07 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:8da6904a35908cf547651b08edfb95bbf1d032cfb4ccacb92e88a77205d94eca -size 1344188 +oid sha256:155347d4ffb003bde7f9b54f9df98eec704d7affa48d3fa8ecc4ac71ab4f7f3b +size 1345481 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index 04d4b1f901..d304fa63d3 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:53720f38275c8bd10c8065a894f6c31fa2a59e7cb54fff2acceb99e87bb504b7 -size 5075255 +oid sha256:da4c827c0171e5fa4ac7a876e459456f38556cf1108b91dbaac54f8c41b88c99 +size 5074145 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 1edcacc896..53d0ae45dc 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:f808d67314d69504314652f5500320e3edea76c83780228c7c75eda7aaa46375 -size 885892 +oid sha256:728c015c3ec2dd691a1ce05075b28b7498e64fdee321bf29c06534cb7bff3573 +size 885928 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 5c711708f3..75ccc672b4 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:e301410643580e672bb27b599b0a9a0a483d3ab97230839874253f1c8a729687 -size 3677934 +oid sha256:76be3fcf9c2a36fafd00b23ccf1f6f9fc9e47cdc28223e5b05371ed59a377507 +size 3678180 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 f725d41031..a92dc6622a 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:a0e14844c5447c64e679ee549d7a29915574a8a355ef490e1249215f40e518a5 -size 984800 +oid sha256:e7c7254aca73a0cc00cd468452ecd505c9e0f0b14385731fb26872c03416e9b9 +size 984773 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index ad3b6acd0a..1048c2ae66 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:49b89e9fa294d719dafa069a438682139dd763dc90e5a7c209e3f241c04d8fd1 -size 5219884 +oid sha256:b4359ea0827472f119d7828b1cebd70e138856e318ac22b7c139eaf544446beb +size 5220711 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 4cd4e1875a..da2829ef84 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:34dbd0a6d0c058bddeecd0b4599234586fa6f05690e7d06f9b9545b6233d5c77 -size 873411 +oid sha256:90d046d71e8342e9076824718901acd040aed66922925ef6dfaad4bba29014ea +size 873464 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index 0688e0858d..5ee5875498 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:6a12f5c9169fe204d924c8c013dd76a401ffd0d7ab6d8f834934ecfb75d8896e -size 3570920 +oid sha256:0492f8d6c1f01b4612b9f7bcd7fd1be6bc21d8a5aec3cbdb901b3ef3c92147f3 +size 3570834 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 6a1e0910e3..cfd03a7a4d 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:c13f1b125d91388a13648f883576a7e28c82c8c55a812c70f4843e0de7362efc -size 625315 +oid sha256:1d7a10a6b1539baf9926da52ce61de4b180b7ff3a9323c335fba43f7561779eb +size 625312 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index 33d9e113be..579e5c1417 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:305ec212ea01662971f74836d24020d359c2145b074c46b1293ac0a8a01e6442 -size 1267443 +oid sha256:057d8e61529da14b89768d4931189373e20f49a2e4964bbec8b53e5fbeff150c +size 1267258 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 18bb74cf46..9a7109c6b1 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:2d007b1bc2b71865ae16bca7f2a9fc37555f751abb4c4694e53a5df2ddccb269 -size 867496 +oid sha256:6232bcc7a5d6572a4610bef50df617170ec97cdc0f0c0f54e657bfd12eb177cc +size 867712 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index fe8a902f46..3e026e7fed 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:06b09bc6fa5ff0492736a2611438662a1ae2dbd494ae6b7455faa46148423ae8 -size 3405184 +oid sha256:2a9fa8f5e56dbfe72897a379c054528ba12734889550fc5c57b86b9adae99b85 +size 3405048 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 4c518cc9bd..46c65029f4 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:72da70ffb043ff379d2ecda12dc4a77027b9f8bc4413a4138257d01d8dcf8dad -size 582549 +oid sha256:1a752f3325a0da5ada8aef966cdd4c660de91e04e2377ce0e5123af4a6a37824 +size 582569 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index e9bd0b8185..3a34b409d0 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:7995414a6357318dfbfa5e599b5ca0c1d0a85596da1f0d6fc8fe0c5cebf940bd -size 2460956 +oid sha256:b80ecb3005926b9849a6d38afedb085fb37c769c6122fd1a641836db32f63e94 +size 2461315 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 dc0fd9bb97..b92ae874dc 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:5aed64efc6d9223128dd5a470310bb81240b0de51836fb4116971d778166082e -size 635172 +oid sha256:b97652b8208230bcf40e7d39315e51964376824b77aab99d20c4c325e3b7303b +size 635163 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index b81136680d..fc5d31faed 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:c612410f413ea4ffc36069930c62a4ffb40802e4ef0932ca787836ab6cb2bf4b -size 3375125 +oid sha256:45b9e6fdf330902243baa5c0cbd107ca14dbed1fe57d2b40e458ee37fdb8168f +size 3375431 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 ccf2d7ca3b..9010e864d9 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:521c9e70a245b1bdbfc334a1fc4bff8f6f15f2607de519cc7dc987bcc89444d3 -size 574902 +oid sha256:559707c5404a788d6e17ff9cc676f6dfe3a0f4ef9a3012410ccb1214add06ad2 +size 574798 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index 527e4d270e..b9bfe4a980 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:29eae8895fdb3c045767a040dc1ee2b3524311ccd30d1a9a8512346816c0e675 -size 2358463 +oid sha256:7ec93a29b51cc8692142c7660f6158e4a100b70d90e6f510c0cd1e44bd1bc4cd +size 2358575 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 94f7c2684b..ac48fefc78 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:f4ea1830921c5e55d38710414872812a9baff294233f854a1bf4f2ac2d93f5e7 -size 946429 +oid sha256:c56357f05e45e9d86f84cb05fe28d0aaa1f87784d3e4a8f74470c531516eca21 +size 946517 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index aea7cc12fc..bbac70062b 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:4d9931e226a13d87d841c407ff35e2a397c853577940f152f1d5fa3f3be398a1 -size 1840924 +oid sha256:b337e65d2858a606e84c4115169fc39c8fccfa7c2e97cd7406b42ebfb956b88c +size 1841527 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 068260e176..d29dee2a32 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:1279170fc8b2e7107017a932592c4d8c565c80fe7d15514a9861fe28319ba648 -size 1273914 +oid sha256:d747dce3907657ce5a989dd9c24cfb17cfd91860c8ff6f714d2d8416ac6d9206 +size 1273702 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index 81c0bf1dc4..c3820a276e 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:dc853af47fed7f278c8aece61d3e0686cfe596a9cd156f0d6f6ecc3952846d93 -size 5052192 +oid sha256:28bb3e27b9d1ed4ef448cd3dd6ef560f1e40d4f847d7e2c2af67c6f0047cf413 +size 5051795 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 c6a49f009a..8c5dbc8c1b 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:da844b2da80aa799fb1b31de0b3b303a8d4fde8942496e09396baa5ce8831cad -size 873951 +oid sha256:81338253036d0ba0cf05fb69df62087faef3d7482e7dddd6c02b9f33cc0d0b18 +size 874061 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index 93465875f9..265833f8b7 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:ecff87864adb604e35dbb26d0155eb0558c6a7715585aa1a128954dccf70633b -size 3775405 +oid sha256:1555958b410efb59a4895ce7cd968c3df067eca989df60a121e4439afe48a366 +size 3775417 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 796f1e4993..0dab3f5b18 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:976c23a6de1665e84879ebf5b1513f173149c2fba583ab751bd915a9e26c278b -size 953052 +oid sha256:8095404b8095db757401739aebc4d47ba4750690cabc9eb09ef24f419c9b8118 +size 953221 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index 4942e1b22e..f3446d8d60 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:8368652aa5865ccd5daf94fc487d669fdfc6a83f58b54d5d37a825307114314b -size 5264400 +oid sha256:35e9b46f2c66a1ce7c2f625d1460185aee7f2b4582d1747851ed2ddc554e4c01 +size 5264501 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 5ad4f3460a..4e7bcc7aad 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:3ce0517c8026aba148e75fd69cb18f7d8e5550ce68f3c22d4ed42c3ba5e043e3 -size 862287 +oid sha256:479949c2f70fc5ce12800cc0a665647b3e491fbdcdabbbc0a32381ded41a0c4a +size 862285 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index 32fa0be344..aa927355e7 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:5577b7f8749501600f6ced2c42778552f10539076c7a9a4c60df130e50d3a644 -size 3668489 +oid sha256:dd9f170198f4eef5ed7e0c4d511b17529960b4ead95e5830db4cc5fcf417355b +size 3669075 diff --git a/translations/ja-JP/data/variables/product.yml b/translations/ja-JP/data/variables/product.yml index 3698f89ef9..e5afda0054 100644 --- a/translations/ja-JP/data/variables/product.yml +++ b/translations/ja-JP/data/variables/product.yml @@ -20,7 +20,7 @@ prodname_ghe_one: 'GitHub One' prodname_docs: 'GitHub Docs' ## Use these variables when referring specifically to a location within a product product_location: >- - {% ifversion ghes %}your GitHub Enterprise Server instance{% elsif ghae %}your enterprise{% else %}GitHub.com{% endif %} + {% ifversion ghes %}GitHub Enterprise Server インスタンス{% elsif ghae %}enterprise{% else %}GitHub.com{% endif %} #Used ONLY when you need to refer to a GHES instance in an article that is versioned for non-GHES versions. #Do not use in other situations! product_location_enterprise: 'GitHub Enterprise Server インスタンス' diff --git a/translations/pt-BR/data/variables/product.yml b/translations/pt-BR/data/variables/product.yml index 5acd8f3748..503eca7f1f 100644 --- a/translations/pt-BR/data/variables/product.yml +++ b/translations/pt-BR/data/variables/product.yml @@ -20,7 +20,7 @@ prodname_ghe_one: 'GitHub One' prodname_docs: 'GitHub Docs' ## Use these variables when referring specifically to a location within a product product_location: >- - {% ifversion ghes %}your GitHub Enterprise Server instance{% elsif ghae %}your enterprise{% else %}GitHub.com{% endif %} + {% ifversion ghes %}sua instância do GitHub Enterprise Server{% elsif ghae %}enterprise{% else %}GitHub.com{% endif %} #Used ONLY when you need to refer to a GHES instance in an article that is versioned for non-GHES versions. #Do not use in other situations! product_location_enterprise: 'sua instância do GitHub Enterprise Server'