diff --git a/.github/workflows/autoupdate-branch.yml b/.github/workflows/autoupdate-branch.yml index 28307836fb..04347e9995 100644 --- a/.github/workflows/autoupdate-branch.yml +++ b/.github/workflows/autoupdate-branch.yml @@ -45,7 +45,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/browser-test.yml b/.github/workflows/browser-test.yml index e74a88bcfd..0673563f0f 100644 --- a/.github/workflows/browser-test.yml +++ b/.github/workflows/browser-test.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/check-all-english-links.yml b/.github/workflows/check-all-english-links.yml index 5bf001ea16..a405461ff2 100644 --- a/.github/workflows/check-all-english-links.yml +++ b/.github/workflows/check-all-english-links.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: npm ci run: npm ci diff --git a/.github/workflows/check-broken-links-github-github.yml b/.github/workflows/check-broken-links-github-github.yml index fef7273f2d..4a07615b3a 100644 --- a/.github/workflows/check-broken-links-github-github.yml +++ b/.github/workflows/check-broken-links-github-github.yml @@ -44,7 +44,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install Node.js dependencies diff --git a/.github/workflows/code-lint.yml b/.github/workflows/code-lint.yml index 70a5bccd09..ac204f6484 100644 --- a/.github/workflows/code-lint.yml +++ b/.github/workflows/code-lint.yml @@ -39,7 +39,7 @@ jobs: - name: Setup node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/content-changes-table-comment.yml b/.github/workflows/content-changes-table-comment.yml index 798fe8a0da..2584ca9cf9 100644 --- a/.github/workflows/content-changes-table-comment.yml +++ b/.github/workflows/content-changes-table-comment.yml @@ -59,7 +59,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install temporary dependencies diff --git a/.github/workflows/crowdin-cleanup.yml b/.github/workflows/crowdin-cleanup.yml index cd578f263c..26f4b8dc91 100644 --- a/.github/workflows/crowdin-cleanup.yml +++ b/.github/workflows/crowdin-cleanup.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/docs-review-collect.yml b/.github/workflows/docs-review-collect.yml index 917e679a14..ee6733392b 100644 --- a/.github/workflows/docs-review-collect.yml +++ b/.github/workflows/docs-review-collect.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/enterprise-dates.yml b/.github/workflows/enterprise-dates.yml index 75cd487ee0..c4a92b101c 100644 --- a/.github/workflows/enterprise-dates.yml +++ b/.github/workflows/enterprise-dates.yml @@ -41,7 +41,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install Node.js dependencies diff --git a/.github/workflows/enterprise-release-sync-search-index.yml b/.github/workflows/enterprise-release-sync-search-index.yml index 36ceb1d6f8..74e34641e3 100644 --- a/.github/workflows/enterprise-release-sync-search-index.yml +++ b/.github/workflows/enterprise-release-sync-search-index.yml @@ -52,7 +52,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/link-check-all.yml b/.github/workflows/link-check-all.yml index ad35f5f48d..010cafb3f8 100644 --- a/.github/workflows/link-check-all.yml +++ b/.github/workflows/link-check-all.yml @@ -31,7 +31,7 @@ jobs: - name: Setup node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install diff --git a/.github/workflows/open-enterprise-issue.yml b/.github/workflows/open-enterprise-issue.yml index 49c794b259..2e0dcac1cf 100644 --- a/.github/workflows/open-enterprise-issue.yml +++ b/.github/workflows/open-enterprise-issue.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/openapi-decorate.yml b/.github/workflows/openapi-decorate.yml index 089dcb52ae..72432ee3c0 100644 --- a/.github/workflows/openapi-decorate.yml +++ b/.github/workflows/openapi-decorate.yml @@ -41,7 +41,7 @@ jobs: - name: Setup node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/openapi-schema-check.yml b/.github/workflows/openapi-schema-check.yml index e8fad078fc..128adec955 100644 --- a/.github/workflows/openapi-schema-check.yml +++ b/.github/workflows/openapi-schema-check.yml @@ -44,7 +44,7 @@ jobs: - name: Setup node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/optimize-images.yml b/.github/workflows/optimize-images.yml index 7318444b4e..db5ea1b363 100644 --- a/.github/workflows/optimize-images.yml +++ b/.github/workflows/optimize-images.yml @@ -50,6 +50,6 @@ jobs: git push --set-upstream origin $BRANCH echo "Open a pull request" - gh pr create --title "Optimize images" --body "Optimize images" --reviewer "github/docs-engineering" + gh pr create --title "Optimize images" --body "Optimize images" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/orphaned-assets-check.yml b/.github/workflows/orphaned-assets-check.yml index e9419f09a1..7fc0c280a0 100644 --- a/.github/workflows/orphaned-assets-check.yml +++ b/.github/workflows/orphaned-assets-check.yml @@ -20,7 +20,7 @@ jobs: - name: Setup node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml index 97acb7b665..8babbfa8d8 100644 --- a/.github/workflows/pa11y.yml +++ b/.github/workflows/pa11y.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/prod-build-deploy-azure.yml b/.github/workflows/prod-build-deploy-azure.yml index eb53eb61bd..9ef98829f8 100644 --- a/.github/workflows/prod-build-deploy-azure.yml +++ b/.github/workflows/prod-build-deploy-azure.yml @@ -62,7 +62,7 @@ jobs: - name: Setup node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Clone docs-early-access diff --git a/.github/workflows/ready-for-doc-review.yml b/.github/workflows/ready-for-doc-review.yml index 34a4c006fa..416ade5841 100644 --- a/.github/workflows/ready-for-doc-review.yml +++ b/.github/workflows/ready-for-doc-review.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/remove-unused-assets.yml b/.github/workflows/remove-unused-assets.yml index 8fd0f782a7..68469cb2a0 100644 --- a/.github/workflows/remove-unused-assets.yml +++ b/.github/workflows/remove-unused-assets.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: npm ci run: npm ci diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index b89bee7fff..a3f975f356 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -104,7 +104,7 @@ jobs: - name: Setup node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies run: npm ci diff --git a/.github/workflows/sync-search-indices.yml b/.github/workflows/sync-search-indices.yml index 34c004a561..7db2fe1717 100644 --- a/.github/workflows/sync-search-indices.yml +++ b/.github/workflows/sync-search-indices.yml @@ -58,7 +58,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/sync-search-pr.yml b/.github/workflows/sync-search-pr.yml index c258c0143a..339dec8714 100644 --- a/.github/workflows/sync-search-pr.yml +++ b/.github/workflows/sync-search-pr.yml @@ -31,7 +31,7 @@ jobs: - name: Setup node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1db6685fae..93288a482b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -117,7 +117,7 @@ jobs: - name: Setup node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/triage-unallowed-internal-changes.yml b/.github/workflows/triage-unallowed-internal-changes.yml index 4a505b2afc..d30fb29a19 100644 --- a/.github/workflows/triage-unallowed-internal-changes.yml +++ b/.github/workflows/triage-unallowed-internal-changes.yml @@ -60,7 +60,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/update-graphql-files.yml b/.github/workflows/update-graphql-files.yml index fbb5e38c18..454514bfe8 100644 --- a/.github/workflows/update-graphql-files.yml +++ b/.github/workflows/update-graphql-files.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.13.x + node-version: 16.14.x cache: npm - name: Install Node.js dependencies run: npm ci diff --git a/assets/images/commonmark-lists.png b/assets/images/commonmark-lists.png index 2c8739f967..c66a0d202f 100644 Binary files a/assets/images/commonmark-lists.png and b/assets/images/commonmark-lists.png differ diff --git a/assets/images/create_app.png b/assets/images/create_app.png index 3a1dca57f8..57ecf479c6 100644 Binary files a/assets/images/create_app.png and b/assets/images/create_app.png differ diff --git a/assets/images/deploy-key.png b/assets/images/deploy-key.png index 30d2b8c999..f450dc2649 100644 Binary files a/assets/images/deploy-key.png and b/assets/images/deploy-key.png differ diff --git a/assets/images/help/2fa/2fa-password-reset.png b/assets/images/help/2fa/2fa-password-reset.png index 397fa4e296..10137eaed6 100644 Binary files a/assets/images/help/2fa/2fa-password-reset.png and b/assets/images/help/2fa/2fa-password-reset.png differ diff --git a/assets/images/help/2fa/2fa-recovery-code-link.png b/assets/images/help/2fa/2fa-recovery-code-link.png index 02b7bfe6fe..415d308a6a 100644 Binary files a/assets/images/help/2fa/2fa-recovery-code-link.png and b/assets/images/help/2fa/2fa-recovery-code-link.png differ diff --git a/assets/images/help/2fa/2fa-type-verify-recovery-code.png b/assets/images/help/2fa/2fa-type-verify-recovery-code.png index 862e7ffa15..12091b719e 100644 Binary files a/assets/images/help/2fa/2fa-type-verify-recovery-code.png and b/assets/images/help/2fa/2fa-type-verify-recovery-code.png differ diff --git a/assets/images/help/2fa/alt-verifications.png b/assets/images/help/2fa/alt-verifications.png index be89b92267..98c009173a 100644 Binary files a/assets/images/help/2fa/alt-verifications.png and b/assets/images/help/2fa/alt-verifications.png differ diff --git a/assets/images/help/2fa/no-access-link.png b/assets/images/help/2fa/no-access-link.png index efe6927522..57bfe04067 100644 Binary files a/assets/images/help/2fa/no-access-link.png and b/assets/images/help/2fa/no-access-link.png differ diff --git a/assets/images/help/2fa/one-time-password-field.png b/assets/images/help/2fa/one-time-password-field.png index 3944f19f1e..60d2ad6c4a 100644 Binary files a/assets/images/help/2fa/one-time-password-field.png and b/assets/images/help/2fa/one-time-password-field.png differ diff --git a/assets/images/help/2fa/reset-auth-settings.png b/assets/images/help/2fa/reset-auth-settings.png index c1c3d78abf..f9f4587868 100644 Binary files a/assets/images/help/2fa/reset-auth-settings.png and b/assets/images/help/2fa/reset-auth-settings.png differ diff --git a/assets/images/help/2fa/send-one-time-password.png b/assets/images/help/2fa/send-one-time-password.png index 56c1b3fd6b..baa2be0908 100644 Binary files a/assets/images/help/2fa/send-one-time-password.png and b/assets/images/help/2fa/send-one-time-password.png differ diff --git a/assets/images/help/2fa/try-recovering-your-account-link.png b/assets/images/help/2fa/try-recovering-your-account-link.png index 8744a58e2e..ba9e17ee3c 100644 Binary files a/assets/images/help/2fa/try-recovering-your-account-link.png and b/assets/images/help/2fa/try-recovering-your-account-link.png differ diff --git a/assets/images/help/2fa/verify-email-address.png b/assets/images/help/2fa/verify-email-address.png index 83615a8163..caac1f1ac0 100644 Binary files a/assets/images/help/2fa/verify-email-address.png and b/assets/images/help/2fa/verify-email-address.png differ diff --git a/assets/images/help/billing/actions-packages-spending-limit-notifications.png b/assets/images/help/billing/actions-packages-spending-limit-notifications.png index 0cd8f9cb49..14c323df33 100644 Binary files a/assets/images/help/billing/actions-packages-spending-limit-notifications.png and b/assets/images/help/billing/actions-packages-spending-limit-notifications.png differ diff --git a/assets/images/help/billing/codespaces-spending-limit-notifications.png b/assets/images/help/billing/codespaces-spending-limit-notifications.png index 709278c773..62988b57ed 100644 Binary files a/assets/images/help/billing/codespaces-spending-limit-notifications.png and b/assets/images/help/billing/codespaces-spending-limit-notifications.png differ diff --git a/assets/images/help/command-palette/command-palette-keyboard-shortcut-settings.png b/assets/images/help/command-palette/command-palette-keyboard-shortcut-settings.png index badbe6cdeb..53b54e5e2f 100644 Binary files a/assets/images/help/command-palette/command-palette-keyboard-shortcut-settings.png and b/assets/images/help/command-palette/command-palette-keyboard-shortcut-settings.png differ diff --git a/assets/images/help/dependabot/dependabot-alert-pr-link.png b/assets/images/help/dependabot/dependabot-alert-pr-link.png index 4e1f857b0d..392d689a75 100644 Binary files a/assets/images/help/dependabot/dependabot-alert-pr-link.png and b/assets/images/help/dependabot/dependabot-alert-pr-link.png differ diff --git a/assets/images/help/graphs/click-alert-in-alerts-list-ungrouped.png b/assets/images/help/graphs/click-alert-in-alerts-list-ungrouped.png index 078dab35da..c3e413e816 100644 Binary files a/assets/images/help/graphs/click-alert-in-alerts-list-ungrouped.png and b/assets/images/help/graphs/click-alert-in-alerts-list-ungrouped.png differ diff --git a/assets/images/help/graphs/dependabot-alerts-filters.png b/assets/images/help/graphs/dependabot-alerts-filters.png index 876b494e06..67c7b90daf 100644 Binary files a/assets/images/help/graphs/dependabot-alerts-filters.png and b/assets/images/help/graphs/dependabot-alerts-filters.png differ diff --git a/assets/images/help/organizations/member-privileges.png b/assets/images/help/organizations/member-privileges.png index 73a64a0f32..43874cce4b 100644 Binary files a/assets/images/help/organizations/member-privileges.png and b/assets/images/help/organizations/member-privileges.png differ diff --git a/assets/images/help/organizations/repo-creation-perms-radio-buttons-fpt.png b/assets/images/help/organizations/repo-creation-perms-radio-buttons-fpt.png index 4147d54d16..57d3b3e219 100644 Binary files a/assets/images/help/organizations/repo-creation-perms-radio-buttons-fpt.png and b/assets/images/help/organizations/repo-creation-perms-radio-buttons-fpt.png differ diff --git a/assets/images/help/pull_requests/pull-request-update-branch-rebase-option.png b/assets/images/help/pull_requests/pull-request-update-branch-rebase-option.png index 631628dc79..ffc0e1ec71 100644 Binary files a/assets/images/help/pull_requests/pull-request-update-branch-rebase-option.png and b/assets/images/help/pull_requests/pull-request-update-branch-rebase-option.png differ diff --git a/assets/images/help/pull_requests/pull-request-update-branch-with-dropdown.png b/assets/images/help/pull_requests/pull-request-update-branch-with-dropdown.png index 36be5b456a..b64ca90bbc 100644 Binary files a/assets/images/help/pull_requests/pull-request-update-branch-with-dropdown.png and b/assets/images/help/pull_requests/pull-request-update-branch-with-dropdown.png differ diff --git a/assets/images/help/pull_requests/pull-request-update-branch.png b/assets/images/help/pull_requests/pull-request-update-branch.png index c2cc57e7bf..015ee3c449 100644 Binary files a/assets/images/help/pull_requests/pull-request-update-branch.png and b/assets/images/help/pull_requests/pull-request-update-branch.png differ diff --git a/assets/images/help/repository/always-suggest-updating-branches.png b/assets/images/help/repository/always-suggest-updating-branches.png index cc7fcd60eb..8072731867 100644 Binary files a/assets/images/help/repository/always-suggest-updating-branches.png and b/assets/images/help/repository/always-suggest-updating-branches.png differ diff --git a/assets/images/help/repository/code-scanning-alert-tracked-in-pill.png b/assets/images/help/repository/code-scanning-alert-tracked-in-pill.png index 8a542eb9ed..803094345b 100644 Binary files a/assets/images/help/repository/code-scanning-alert-tracked-in-pill.png and b/assets/images/help/repository/code-scanning-alert-tracked-in-pill.png differ diff --git a/assets/images/help/repository/code-scanning-alert.png b/assets/images/help/repository/code-scanning-alert.png index 0c83de9e3e..ac3ad3a21d 100644 Binary files a/assets/images/help/repository/code-scanning-alert.png and b/assets/images/help/repository/code-scanning-alert.png differ diff --git a/assets/images/help/repository/code-scanning-create-issue-for-alert.png b/assets/images/help/repository/code-scanning-create-issue-for-alert.png index 2237940b46..413202370b 100644 Binary files a/assets/images/help/repository/code-scanning-create-issue-for-alert.png and b/assets/images/help/repository/code-scanning-create-issue-for-alert.png differ diff --git a/assets/images/help/repository/code-scanning-experimental-alert-list.png b/assets/images/help/repository/code-scanning-experimental-alert-list.png index 29c1885740..5a1154583a 100644 Binary files a/assets/images/help/repository/code-scanning-experimental-alert-list.png and b/assets/images/help/repository/code-scanning-experimental-alert-list.png differ diff --git a/assets/images/help/repository/code-scanning-experimental-alert-show.png b/assets/images/help/repository/code-scanning-experimental-alert-show.png index 00e3fb3992..4b610e7b48 100644 Binary files a/assets/images/help/repository/code-scanning-experimental-alert-show.png and b/assets/images/help/repository/code-scanning-experimental-alert-show.png differ diff --git a/assets/images/help/repository/code-scanning-free-text-search-areas.png b/assets/images/help/repository/code-scanning-free-text-search-areas.png index 541a7702a5..851d50a0c5 100644 Binary files a/assets/images/help/repository/code-scanning-free-text-search-areas.png and b/assets/images/help/repository/code-scanning-free-text-search-areas.png differ diff --git a/assets/images/help/repository/code-scanning-pr-alert.png b/assets/images/help/repository/code-scanning-pr-alert.png index 35070b7151..c4d98bb7e3 100644 Binary files a/assets/images/help/repository/code-scanning-pr-alert.png and b/assets/images/help/repository/code-scanning-pr-alert.png differ diff --git a/assets/images/help/repository/code-scanning-show-paths.png b/assets/images/help/repository/code-scanning-show-paths.png index 16430c56dd..b32873d176 100644 Binary files a/assets/images/help/repository/code-scanning-show-paths.png and b/assets/images/help/repository/code-scanning-show-paths.png differ diff --git a/assets/images/help/repository/create-dependabot-security-update-button-ungrouped.png b/assets/images/help/repository/create-dependabot-security-update-button-ungrouped.png index be29a07ae9..29b2efcfb7 100644 Binary files a/assets/images/help/repository/create-dependabot-security-update-button-ungrouped.png and b/assets/images/help/repository/create-dependabot-security-update-button-ungrouped.png differ diff --git a/assets/images/help/repository/dependabot-alert-dismiss-drop-down-ungrouped.png b/assets/images/help/repository/dependabot-alert-dismiss-drop-down-ungrouped.png index de77c4b109..f850223577 100644 Binary files a/assets/images/help/repository/dependabot-alert-dismiss-drop-down-ungrouped.png and b/assets/images/help/repository/dependabot-alert-dismiss-drop-down-ungrouped.png differ diff --git a/assets/images/help/repository/dependabot-alerts-view.png b/assets/images/help/repository/dependabot-alerts-view.png index b8c20c500e..722c42d4bf 100644 Binary files a/assets/images/help/repository/dependabot-alerts-view.png and b/assets/images/help/repository/dependabot-alerts-view.png differ diff --git a/assets/images/help/repository/headings_toc.png b/assets/images/help/repository/headings_toc.png index 9370750baf..bef62d9fb9 100644 Binary files a/assets/images/help/repository/headings_toc.png and b/assets/images/help/repository/headings_toc.png differ diff --git a/assets/images/help/repository/legacy-dependabot-alerts-view.png b/assets/images/help/repository/legacy-dependabot-alerts-view.png index 110991e20d..654f4b3f57 100644 Binary files a/assets/images/help/repository/legacy-dependabot-alerts-view.png and b/assets/images/help/repository/legacy-dependabot-alerts-view.png differ diff --git a/assets/images/help/repository/secret-scanning-create-custom-pattern.png b/assets/images/help/repository/secret-scanning-create-custom-pattern.png index 16f4801f13..43e668bb4c 100644 Binary files a/assets/images/help/repository/secret-scanning-create-custom-pattern.png and b/assets/images/help/repository/secret-scanning-create-custom-pattern.png differ diff --git a/assets/images/help/repository/secret-scanning-publish-pattern.png b/assets/images/help/repository/secret-scanning-publish-pattern.png index 281f05edc1..af8a11b3e2 100644 Binary files a/assets/images/help/repository/secret-scanning-publish-pattern.png and b/assets/images/help/repository/secret-scanning-publish-pattern.png differ diff --git a/assets/images/help/settings/sso-allowlist-button.png b/assets/images/help/settings/sso-allowlist-button.png index ee0675d90f..fc492577e8 100644 Binary files a/assets/images/help/settings/sso-allowlist-button.png and b/assets/images/help/settings/sso-allowlist-button.png differ diff --git a/assets/images/help/settings/theme-choose-a-day-and-night-theme-to-sync-highcontrast.png b/assets/images/help/settings/theme-choose-a-day-and-night-theme-to-sync-highcontrast.png index 88817f8a6d..68f69ef0e2 100644 Binary files a/assets/images/help/settings/theme-choose-a-day-and-night-theme-to-sync-highcontrast.png and b/assets/images/help/settings/theme-choose-a-day-and-night-theme-to-sync-highcontrast.png differ diff --git a/assets/images/help/settings/theme-choose-a-single-theme-highcontrast.png b/assets/images/help/settings/theme-choose-a-single-theme-highcontrast.png index ce39e05a05..7a73ff4409 100644 Binary files a/assets/images/help/settings/theme-choose-a-single-theme-highcontrast.png and b/assets/images/help/settings/theme-choose-a-single-theme-highcontrast.png differ diff --git a/assets/images/help/settings/token-authorize-button.png b/assets/images/help/settings/token-authorize-button.png index 1032813464..102607ad49 100644 Binary files a/assets/images/help/settings/token-authorize-button.png and b/assets/images/help/settings/token-authorize-button.png differ diff --git a/assets/images/help/writing/mermaid-flow-chart.png b/assets/images/help/writing/mermaid-flow-chart.png index 900b3b6c39..206164eef6 100644 Binary files a/assets/images/help/writing/mermaid-flow-chart.png and b/assets/images/help/writing/mermaid-flow-chart.png differ diff --git a/assets/images/install_permissions.png b/assets/images/install_permissions.png index 8540bcda46..42dbad6ca7 100644 Binary files a/assets/images/install_permissions.png and b/assets/images/install_permissions.png differ diff --git a/assets/images/private_key.png b/assets/images/private_key.png index ebc1c58e7c..ddb50a36b2 100644 Binary files a/assets/images/private_key.png and b/assets/images/private_key.png differ diff --git a/assets/images/settings/developer_settings.png b/assets/images/settings/developer_settings.png index 4eb1d920da..134dafa4a1 100644 Binary files a/assets/images/settings/developer_settings.png and b/assets/images/settings/developer_settings.png differ diff --git a/content/rest/reference/pages.md b/content/rest/reference/pages.md index 4892f85cfe..4254310eb2 100644 --- a/content/rest/reference/pages.md +++ b/content/rest/reference/pages.md @@ -27,6 +27,7 @@ In {% data variables.product.prodname_pages %} API endpoints that return GitHub - `branch`: The repository branch used to publish your [site's source files](/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site). For example, _main_ or _gh-pages_. - `path`: The repository directory from which the site publishes. Will be either `/` or `/docs`. +{% comment %}An extra blank line is needed here to make sure the operations below don't continue the list above.{% endcomment %} {% for operation in currentRestOperations %} {% unless operation.subcategory %}{% include rest_operation %}{% endunless %} -{% endfor %} \ No newline at end of file +{% endfor %} diff --git a/lib/search/indexes/github-docs-3.0-cn-records.json.br b/lib/search/indexes/github-docs-3.0-cn-records.json.br index 7d4b330003..d32399f2af 100644 --- a/lib/search/indexes/github-docs-3.0-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.0-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a05a5e69dfa719c8c4a0f2108f53c7b53a0626cf8dbce2cbc74430efdbf89fd -size 661125 +oid sha256:d3db84a336fcdd2684da12f0e6d8394aa7fe0f7696e875c9be7255962b4fd70e +size 661690 diff --git a/lib/search/indexes/github-docs-3.0-cn.json.br b/lib/search/indexes/github-docs-3.0-cn.json.br index 03c692de8d..7f104bcdeb 100644 --- a/lib/search/indexes/github-docs-3.0-cn.json.br +++ b/lib/search/indexes/github-docs-3.0-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02df778cdb25dc97d0a9c763a2b231f9847d1e7f48333f9a128165263f2d433d -size 1377783 +oid sha256:229c3d3914946e7903e38a9491e5edc71618df29b1f6e382583e4cb8f4390753 +size 1378392 diff --git a/lib/search/indexes/github-docs-3.0-en-records.json.br b/lib/search/indexes/github-docs-3.0-en-records.json.br index 21308fade1..7a49f7572d 100644 --- a/lib/search/indexes/github-docs-3.0-en-records.json.br +++ b/lib/search/indexes/github-docs-3.0-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d15ef78a6d117d8886b529acdf9fd3e911a5dee450cfc30ee90e184868d4b4b -size 988608 +oid sha256:0089a52329df07f3b422bda44f7def828747cefa6199971df94d82769361af1f +size 986210 diff --git a/lib/search/indexes/github-docs-3.0-en.json.br b/lib/search/indexes/github-docs-3.0-en.json.br index f1fcaba47d..8b36d87a7a 100644 --- a/lib/search/indexes/github-docs-3.0-en.json.br +++ b/lib/search/indexes/github-docs-3.0-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e2898b838b2c3661ed6af688ef70a016afb8802b4acdb96dbffc344e6d67920 -size 4013333 +oid sha256:dd220d1670b8d0b1002014552d9570a478231cb7140a8824b2ac6baba80c9583 +size 4010850 diff --git a/lib/search/indexes/github-docs-3.0-es-records.json.br b/lib/search/indexes/github-docs-3.0-es-records.json.br index 00c433a0a2..3522990123 100644 --- a/lib/search/indexes/github-docs-3.0-es-records.json.br +++ b/lib/search/indexes/github-docs-3.0-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77363332102e1fa9d5eaf97e1278935ea403309bad0bb1314abfb00423dc2215 -size 614637 +oid sha256:a0b7b31265024abff49420ff60dc1ea6e41054009197b1dcf758de00b48f937c +size 614151 diff --git a/lib/search/indexes/github-docs-3.0-es.json.br b/lib/search/indexes/github-docs-3.0-es.json.br index d289c42ce6..47626c567a 100644 --- a/lib/search/indexes/github-docs-3.0-es.json.br +++ b/lib/search/indexes/github-docs-3.0-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7518253b3d1951d3325333b5fe288282f3874dd9ebc03678cfddf141cb866f31 -size 2573465 +oid sha256:4e929065f7540ea7a36dedf7e49a1d645c8d0d143a40937386217c1fa6d08048 +size 2571699 diff --git a/lib/search/indexes/github-docs-3.0-ja-records.json.br b/lib/search/indexes/github-docs-3.0-ja-records.json.br index 416f64985e..230b3528d3 100644 --- a/lib/search/indexes/github-docs-3.0-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.0-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fed5af1c47625a5d2f9d822286cd0c3d32462a794ba926455b59dc31365abd38 -size 680081 +oid sha256:77bbfeb3f300dedf5a642d5ca7553293a501852917686fde6bede6631630097b +size 680204 diff --git a/lib/search/indexes/github-docs-3.0-ja.json.br b/lib/search/indexes/github-docs-3.0-ja.json.br index 2b1b7db496..07f04f86c6 100644 --- a/lib/search/indexes/github-docs-3.0-ja.json.br +++ b/lib/search/indexes/github-docs-3.0-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:160d70eaf770a2845f65c3035620be22bac36a5e7a54cd83c3e505e1d45f3ed9 -size 3598019 +oid sha256:79fed3476db1b3f424e0af5dc000a1f1c9886024152d7c6fbc0b26309e8e9219 +size 3598190 diff --git a/lib/search/indexes/github-docs-3.0-pt-records.json.br b/lib/search/indexes/github-docs-3.0-pt-records.json.br index 540a2fb691..2a58578211 100644 --- a/lib/search/indexes/github-docs-3.0-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.0-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c31636d28b0fd5c099b8ad16f5555ad3d7b2d939d52d70a48b5d43932e817af -size 604682 +oid sha256:b0a8b11c155b55bfc9631f68d6c0f3e6f349c23b5f2e3565eea73a71c487123d +size 605458 diff --git a/lib/search/indexes/github-docs-3.0-pt.json.br b/lib/search/indexes/github-docs-3.0-pt.json.br index dc0d012c85..a184835296 100644 --- a/lib/search/indexes/github-docs-3.0-pt.json.br +++ b/lib/search/indexes/github-docs-3.0-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84cbee7d47730c5b68e8540b11152817639e4e4c5ad574b491957ef93b739529 -size 2465068 +oid sha256:4c5d48fa430c4c4cc205ade6f1f27939f8bbea15ac5fda6ed51017abc2414530 +size 2466169 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 d5a47a5ac6..64e78955b4 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:426535acb4691e4a1900ce4384db2d56585e892d9aef495576ab16d8cfa223a2 -size 674786 +oid sha256:42ff0355242eb2a1428345a7649be4e27d959ef59dc9ea04f28935f887c0711a +size 674873 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 db671d766c..4f1fce6686 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:17f457cedfc89191fe7eed07a1d884c4fe75e3ec25bf95ba53a065a2627a2d56 -size 1413662 +oid sha256:7f3e862efb13ce3de75945e7857de01e5745b272d340fa4db4e14f1b33954bd1 +size 1414276 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 ddd0b226c0..8f0fd19947 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:b61494081aa6f22e417a7d3576c978e8af4496cde18e37cd635826304b71930c -size 1005197 +oid sha256:e56bb2f331035dddc1e506a4a0636a80c3e2dc27412261cab189445687d8b829 +size 1008956 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 178fcdebcb..754964aa43 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:7b42c877bd26f900e2255d8a35fe2dcda28191bd9dadba6511b9d075ec270ae2 -size 4079117 +oid sha256:7ffd63781f145fd9c3c1de15fc95efa40efb61068a136ea14ca92a9175831f5e +size 4077406 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 2bce7d6755..aa419cc42d 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:5dc0d8919d89ba00244f59939dc5120efce82e33877587efe55c544407ac4dd6 -size 626414 +oid sha256:43a1a26fe6e17d7df8045af00adc3b12415a550005b1ea227afb24bc9c35d2db +size 627534 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 81036c15c5..d5d07f8f84 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:e36222f5d6aa5f7759c740383924ce8c80ea0e2011fc71464625818f7a3d1395 -size 2632740 +oid sha256:14d7e78505d2afd4f2c0aa3125c66419ff2f3a597ec873d031b34eb0ceec8344 +size 2632436 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 bb8b88ba74..902aaee449 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:c9fe9261df33e6d32c87cd64b1269c247557d607496b65a25f1f179330c7c2e3 -size 693436 +oid sha256:e952b64a2b3ef5a3de7a05afed8bc5e1725cf311ce63e0349dbae95e0b773e44 +size 694529 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 b3b3febf1b..f7d1400d5c 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:fc2900838e8d0c1680639a171b3a91f541b635ea5dc26110fa12411f15f0fb38 -size 3678011 +oid sha256:c4594996cbe3d690d9cb46bedfc9979ff5df9e87c6b1a674ecb9c6471ec799ce +size 3678910 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 fe19342be3..5ca759be66 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:41d6417e6d31557bdb8c02f4028b854962b26251d6cdde54299b8b3f0c4d408e -size 616667 +oid sha256:02ecbdf71a03b8a3524bd9942662dd4e0c3cb2eb43d2527b7bf6fc0e7c44572f +size 616718 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 bb11727442..0146bf4933 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:c46093d04b03bd4ff9c5f5dba3e9a0063bd940fd27f98ac6ed39aead759c1c54 -size 2518874 +oid sha256:a5ff7779926fce4efa2fdd74612ea5315ea87ea358e1ca7a9cbf69be0d62c655 +size 2519832 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 e7ee71957f..3c9a6d2277 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:7f72f2482e1223a36b131c280c35cd1d2b7337b79f351ee90da0e1d84ce70c53 -size 691032 +oid sha256:7e931fdd670373cca2b987fa654faba22cc54361f5658e59c524cd380835b1c3 +size 691591 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 78f39d00df..72fe4b9719 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:c5644106795c8973f3aabf724d8d2385384c025fac1bba36bc3603e07d61e7ad -size 1446786 +oid sha256:b07b69f10920632390d664324382be831dce65897cb5dcaba6549d9d9baacb04 +size 1447242 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 a44ad8c6ab..3ca2c399da 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:1e1412527bda6aebcc44494e3c154895df04b0f34cdd9cd4f8e32ff841e5b206 -size 1038035 +oid sha256:957a07fb553be411ed81df66e5e8d80e975434e28344576cd44247a4021e747d +size 1037972 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 0badfb7cb2..ad01aab18e 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:42af444264c45e00e6ca70585983d7f71a8579ef0e204a9c921219db26d1006e -size 4212871 +oid sha256:763473c1f0b62b60780ed29821a4576fe5ac296c821af11e1c18d2d079f0c111 +size 4214400 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 135a80a64b..ed7e8e4367 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:e9fa5d29b8471b659163b5f20f39c5c62fd187321c839180e3afdabd201df466 -size 640384 +oid sha256:7dd4b67beb51fb46295c1d092c1dac87736c18481d1978c910f35215e4d3e48a +size 641181 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 6cbd403c1d..e729d06fc8 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:bbc4f0accba5404de8a7ca0e0244a7135f4849dec4bdff4f583dd0a628d5dce6 -size 2693877 +oid sha256:0f2a16c5a5378c14d60591f4818ddf0374b9295a115bd5bc35216334a88a41c3 +size 2696057 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 3fc4fd14c3..c8088e6a53 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:0f3ae3105ecc41f4e3bdddb51d00af88ee2723b890cef64849dd7777e3e56815 -size 707961 +oid sha256:1ccbe5cee9c1a3a5312015160e0d87557cf9cff3d097604ee6d10b4e40f8a3a5 +size 706529 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 93df0b4b40..b6fcea5e9b 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:9a899d6d63c338da9e3b4a73aa1a8830ec8b313353337da9f167a423a7b26d17 -size 3759340 +oid sha256:056b015b8eebb1385f55dfcbeb1d6d748836d4c78d6eef3576f015bb777ea6d6 +size 3759626 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 aa70d239dd..f3b92cf4cb 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:3b0929f81211a80f9fb4057351675aa7b339feffc39b2c1ba03c35613db36f31 -size 631179 +oid sha256:4bb36a4cb34f9a084f7fd7122374b22128a1ccd35a77ae2422b7416d682f1de4 +size 631048 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 504e5ca2a2..6c04864c91 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:6b907e68197390a390c890787936939e694be916428a54362cb4597f981fb0ba -size 2576478 +oid sha256:cd21fed9074cd80c2f2c550d9152feddc691e31dc796b5995f0b778d8852ca18 +size 2576221 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 2cff6cf182..a3b1cf511b 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:8a4c6e440403f50d00d0741cb52c809c08f4376069fdc9e1a5b83a757af491a0 -size 713783 +oid sha256:64422d60e45aa4932385a7c8873550a8b49f28902e1419cc5d04da5f889cb2e5 +size 713473 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 4aa061a157..236757a4c1 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:e62cb33a5c0181af5ff141fd7515df618418c119a476d61b60dbdc8e8ec49d1a -size 1506655 +oid sha256:2b8c399a2a9e1e71c2e30099203a464b9a8d7807cadb0e395542f42008913113 +size 1506094 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 bab6706312..a753225c91 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:0f5a0c3c54518e838eedfff952ffd56211666e0ba68378d8d9f58fe14201b7e5 -size 1073431 +oid sha256:154cb0326c43a5c233cd50f48de0851c4cdccf5e9f7ba72291a76327d225f51d +size 1073934 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 95870af46a..c7569f161e 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:7b8cbfdf2b4c95bc4994dd9769ee79320ca3cadbe63619da16f9087e7e4eb8f5 -size 4311639 +oid sha256:d7dfcbc2623fb1d6900871d2dbeea6249dfac7b0546ebb521467467e9cb770f9 +size 4314840 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 68c8226079..dd101cb30c 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:7dc6e725012cf617236504d79d00d188e8b628fad214cccf50c2f113b2986e29 -size 661272 +oid sha256:b8586492046455ef23c87afade5fc9fb3d99b644b720123e57182f3222f62273 +size 659827 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 1a8a9ee61a..5a838fb038 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:c44f5ba138e1e00e58ff77c5d885eda4e2729eb2200ace6d501498b8de152e78 -size 2797946 +oid sha256:7a59016fb1ef6604c07db336ef961538dc58c4361608118a2f4630f8d9fb840e +size 2798873 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 95d5587f28..97b2c38f13 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:494241eb356f652da4fd4098731eca4fb65521a85b83c83f1e81776bec458fad -size 731026 +oid sha256:b5f70374e8bd448f4d86d2f865e6b3b0f5d0d8c8149b7fcb5b8f433277193af4 +size 730788 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 1050a72c6f..57e056971f 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:3ffd0bcc97b5ac3bac16a29df0cadbb1e83bb2aa2cdfbb6c536cf4766d6140a3 -size 3887621 +oid sha256:6ec1dc606c37b5a67da5186e85b6b866a59b655a5acc6f5a73cf60f66b338866 +size 3886913 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 82ac2185d9..d071d04d7a 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:7fd11d5d9154f3c3f90c8455fc61f3d13ac6b8a0882cba251763e7ad4b3374f2 -size 649539 +oid sha256:0e7d3eb572d86e5facef1ff63cdbf54bed993218d8d45a731f523f3272f3ef68 +size 650832 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 ace0ed5110..990b5621d1 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:6b936c5def6d4a8bc6c00e987a30f6cc77a0d74ead5eae4bf3a6e356814dc12d -size 2658586 +oid sha256:280315411203d55853c4bf019f984a996d33e80ed27916d9d555af52838d0997 +size 2658423 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 461b01cc04..2df40ebd5c 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:7fd69ce20e614734e4140f3cc32e2fc15c5e8521367cca0df32b028874c2577d -size 913056 +oid sha256:ca52655a00ac888c8b4e89f02a7b99c41521b261bd8ae914628796835ca24902 +size 914669 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index b087135b5f..f5c169fdcc 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:2f790abfb5ed2ae58ffd2c2ea7e4442aa46b4aba13c1e5a4936b40849b754923 -size 1682802 +oid sha256:a004381ac8bf5f275fdb7bd96de90bebab7bbce790d1b87d732102528a09309b +size 1683402 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 920ec0d132..3013319c8b 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:68ccaa29cf16c38d5843e6ed43b45206f88c2501312702d1818e69626ee21a68 -size 1357570 +oid sha256:82af9ffdfedaf8dbe90e80683031c3af3acf93c1b2c8c4741631003c4af86de1 +size 1358231 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index dc45d7bb08..5844636d78 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:ec4dd35e0de4507ee3265ecbd3b12a98c35dee6eed09adc0417937d8a9053e90 -size 5201564 +oid sha256:cc6d639a6f62fd3a04b44bf81e5260ad9d8acdeef70a3eb790575cf226e2c29a +size 5204334 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 233ab933b2..c5a01064a4 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:54be8f8cc2105d7ca6902b9f097278470e97dd43d2094cc627374c06b5649e95 -size 829474 +oid sha256:8426391c8462dd4ed97556061cd6dfaa6f70e70ee296208b60fc980ca348f53e +size 830080 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 7ddbe15bdf..e00a0c0474 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:86a11338827726a6253e4286b22bc5cf38eed1bed9125d4bd827d56047ca1995 -size 3349733 +oid sha256:a5f7de9e4be5ead8785a9883e5390b7c21fd4d73e13c412a561637fc31ba7e48 +size 3350182 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 fbbc8b89ad..b9e99b6e48 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:fd30ac9b5bd7bda07da870cfebf293e7b88ce7a0162a4d4934403faac635ad59 -size 932843 +oid sha256:f47f23fcce574168a435a4edadac67901af9caf97374cea7eeb9bcdfd5525409 +size 932037 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index 577cbbaf7c..691d33c39d 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:961f4bda202abc0b62317041dad706150e92cc9cb5fb0054b93a3b6145bc8386 -size 4746726 +oid sha256:b2fed9fadd55afcf08de750d1da10159b84f6711376d81a79a155616a162b8d6 +size 4745825 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 59db35d4cd..5194cd7d32 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:1803e3d8401dd36e8c623cb8c3f06dcf1b5da3dbcc5cb2c53981bf0a7c5bf036 -size 819754 +oid sha256:f8d5c848c38d32a2139416558f0cef9eaccc21bec4a0d58933118fdf11bcadc5 +size 820348 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index 3802b4944f..0daead7bcb 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:a2d9d02676cbc8b4aafd4266b30afd1d8bc898609d5d5772485be5435695bcd7 -size 3194696 +oid sha256:d3a7278a53fc48d0fe37e2a9ce0075c2a8a3abe3a1c40e36502e4e3d37825304 +size 3197093 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 5746c94ee7..70537672ed 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:782e5ace120cdf396351b33765c5013652ca954628ffbcb41de6232022500184 -size 558731 +oid sha256:6e2013ce695681a0cc3cfdb6af1c56c43b6addd6a4a8f2a150dc7ddb010d32ff +size 558954 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index 89557ad71e..38c018a63f 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:778d56054f4700668696827ae2c181a6f74ba0cf8f884ea2234e9f46f65119b2 -size 1127823 +oid sha256:c2b25ec38f7f1324a94f71d49094a8204ce924f96b15878d121cb17bdb22af0b +size 1127585 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 ffc8caa7e4..06c96320be 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:bdba2755ced54d96e34e8db8ace3f228e7af0fbaa79ac7f5fd226429bba7e24a -size 856618 +oid sha256:1afe4f09b800f035a564bc955eaf17912efd41bb97d01f4685b13f77950b0d57 +size 860587 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 7f82f7912a..6a18d67b4b 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:e8f24d13a71cd7ec356a6910f6a799885007e45227f4111577e67aaa41a32be3 -size 3432376 +oid sha256:bc1d644c08449e0efc122c57e7d9e3cfde4e69975b1499ea5b838643647ad7f7 +size 3434865 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 f07a891752..2f2b5ecfb9 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:878ee6513e893f022f3f9ba1dcacfd1513dbde0e8468458d646914bfdae43e05 -size 519598 +oid sha256:6f65a9883355468b8e9cae72b9e15d6856564e3761092af09e5b69ad84c90bdd +size 519564 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index b15556a2e4..bbadfa4073 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:a9d3d5ee7c607dc521558f6cf08315536c58472d89a80c977858617a876abb1d -size 2116740 +oid sha256:783f10157ef1e154b8ca0f0247de3390cc85e89873e9e4d1da20a134238e7740 +size 2117182 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 dde328d20b..073f8b793b 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:6fdcffb0d4ebe6b7d3aff86e152d08e9e99693caad53dafecf1a6c2fff3f6989 -size 572126 +oid sha256:865e691cde44755017cc4fc45a8096131e81c0056449810dadec2dc7ac5a1dd3 +size 572156 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index d5362422be..dc0ac16c18 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:7f7100f3ff88d340d34aa053e5cb66277e158166f3a5feb4f1a76e6f7476e960 -size 2931598 +oid sha256:b897070a308f09fb80230b9388eb1fb4f37c0365fadf3fa980e3cbd6f0fc6fd3 +size 2931569 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 f6c08aef4a..7ad78c01d5 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:be4c4355124907c20e40164149321c7e0b3064515cb8c17b19d0af28743c4c83 -size 512214 +oid sha256:45d0c470fbba5073b1e5049b59a723051f8099ea2ddd24956bc68e509604a3b9 +size 512253 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index d7a2ce4bd7..3298ffd926 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:9d60277b482678053e5c0d6d8e6997eb69beff530dd89abc2a5ceb0a3280421b -size 2009015 +oid sha256:742d0c6483ed8d8e2deccebc1c76d3f3428c0a512e788b07d79f3c6d89af1af4 +size 2009023 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 5f28434214..38ba237a94 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:bfbed58e60cbaeb556981c4e4c2268d1decec131bab2ac91a30bb49b066e169f -size 841311 +oid sha256:40e872ba0a2cf5984deedf7ab9b5b1a4d8a535eb7e6b88487913102955bbf97c +size 840596 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index 5927077dd2..a2af0f055e 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:2960bdd80dac034f60d5254f6e12db36999dae070439610cef63425e56e3708d -size 1752068 +oid sha256:c605b8ea8aa393d67010e78702cec9f91df51e9405f39c41bccd2b441209a1d4 +size 1752357 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 1362d07deb..580b03b310 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:216cf5a99c341d18915748ee69e4cb0aff6edcf990737e64425ce023ef8ea937 -size 1241938 +oid sha256:4136fbccaf9848eed456ed369bd79b5e165ab4c4643237050bc59d46a579acdf +size 1241232 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index e1f0a26c10..f031c3aad7 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:e603590a4359904cd02283c3b547cbc25dd469ed9c23dc7285270a97804fc8c4 -size 4985635 +oid sha256:70d612713dceab82f9ce7863abf0f411f6493d1a680de097f63918544d6b8d65 +size 4988600 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 b0e47bc0b3..0e462e4d89 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:24cc667fabd6f8d76672dde4b8da2ef2efcaa84b4076a81842657f879bdc6901 -size 788447 +oid sha256:0b79e2b6dab3edc911fc0bf6c8919ed1b1293f86f4c43823a62abf276eb7116a +size 787016 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index fec4c9cb2c..4ca044ce57 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:45ec821144ff554b802e4661e8524639290cfc4ef01f069b8bccce34f8c019fa -size 3340247 +oid sha256:a460ac04d1e74fbb86af7ceb31b813c76b0f3b8be2f0d8cc15ad3f71645b42e1 +size 3337855 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 ef33101e1f..f43d2e8d36 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:394b037f209f09489727efdb761f9c6685c5209954746ec00f0d00cff09e7954 -size 862336 +oid sha256:53e8d4198ed62fe448c28ec6014241dfc5f1242954c46ec8c00fa6b1d998bf74 +size 861132 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index 334470cda7..4702a97e75 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:628c78b14e47ed3ed7afd71b7e9c31ef80921e7f11fa2bafc55d562c7e5c5ef4 -size 4617016 +oid sha256:23012076d6c27ffd40a5239564c894e6bae25c24027292419ad3aa309898edff +size 4617650 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 2dfc382852..81185659eb 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:7d0e68afb76dc8b498fd70445d0216d6e622f0d16dd9686b8a71fe3600da24e9 -size 777153 +oid sha256:53cd9363762892dec63e81f2b7333d9bddd30ea4a1d9d92b38e9bfc03881f7c2 +size 778413 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index 2c416cd3bb..3f99f44a88 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:3832590ae7b1f9c8e98f84beec1a3bec6f77b3b6a8e9664f2c103182228dddd8 -size 3174270 +oid sha256:8f96f330e4f830284f8a958bd24af7fdb7c04eac4027be0738fcfb6c79e485bc +size 3175068