From e2ec55c7d89163474f488a1038b56e7008fef1dc Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 21 May 2022 14:50:56 -0400 Subject: [PATCH 1/2] use shorthand to calm codeql warnings (#27882) * use shorthand to calm codeql warnings * there was more --- .github/actions-scripts/enable-automerge.js | 2 +- .../fr-add-docs-reviewers-requests.js | 16 +++++++------- .github/actions-scripts/projects.js | 16 +++++++------- .../actions-scripts/ready-for-docs-review.js | 22 +++++++++---------- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/actions-scripts/enable-automerge.js b/.github/actions-scripts/enable-automerge.js index 649a0e5052..cb4f02f782 100644 --- a/.github/actions-scripts/enable-automerge.js +++ b/.github/actions-scripts/enable-automerge.js @@ -17,7 +17,7 @@ async function main() { const github = getOctokit(token) const pull = await github.rest.pulls.get({ owner: org, - repo: repo, + repo, pull_number: parseInt(prNumber), }) diff --git a/.github/actions-scripts/fr-add-docs-reviewers-requests.js b/.github/actions-scripts/fr-add-docs-reviewers-requests.js index 0772189880..4b67312abb 100644 --- a/.github/actions-scripts/fr-add-docs-reviewers-requests.js +++ b/.github/actions-scripts/fr-add-docs-reviewers-requests.js @@ -191,16 +191,16 @@ async function run() { await graphql(updateProjectNextItemMutation, { project: projectID, - statusID: statusID, + statusID, statusValueID: readyForReviewID, - datePostedID: datePostedID, - reviewDueDateID: reviewDueDateID, - contributorTypeID: contributorTypeID, - contributorType: contributorType, - sizeTypeID: sizeTypeID, + datePostedID, + reviewDueDateID, + contributorTypeID, + contributorType, + sizeTypeID, sizeType: '', // Although we aren't populating size, we are passing the variable so that we can use the shared mutation function - featureID: featureID, - authorID: authorID, + featureID, + authorID, headers: { authorization: `token ${process.env.TOKEN}`, 'GraphQL-Features': 'projects_next_graphql', diff --git a/.github/actions-scripts/projects.js b/.github/actions-scripts/projects.js index 249b8e1aef..df36ee1128 100644 --- a/.github/actions-scripts/projects.js +++ b/.github/actions-scripts/projects.js @@ -59,7 +59,7 @@ export async function addItemsToProject(items, project) { ` const newItems = await graphql(mutation, { - project: project, + project, headers: { authorization: `token ${process.env.TOKEN}`, 'GraphQL-Features': 'projects_next_graphql', @@ -221,40 +221,40 @@ export function generateUpdateProjectNextItemFieldMutation({ $authorID: ID! ) { ${generateMutationToUpdateField({ - item: item, + item, fieldID: '$statusID', value: '$statusValueID', })} ${generateMutationToUpdateField({ - item: item, + item, fieldID: '$datePostedID', value: formatDateForProject(datePosted), literal: true, })} ${generateMutationToUpdateField({ - item: item, + item, fieldID: '$reviewDueDateID', value: formatDateForProject(dueDate), literal: true, })} ${generateMutationToUpdateField({ - item: item, + item, fieldID: '$contributorTypeID', value: '$contributorType', })} ${generateMutationToUpdateField({ - item: item, + item, fieldID: '$sizeTypeID', value: '$sizeType', })} ${generateMutationToUpdateField({ - item: item, + item, fieldID: '$featureID', value: feature, literal: true, })} ${generateMutationToUpdateField({ - item: item, + item, fieldID: '$authorID', value: author, literal: true, diff --git a/.github/actions-scripts/ready-for-docs-review.js b/.github/actions-scripts/ready-for-docs-review.js index 5158d3ed95..636bae554f 100644 --- a/.github/actions-scripts/ready-for-docs-review.js +++ b/.github/actions-scripts/ready-for-docs-review.js @@ -171,8 +171,8 @@ async function run() { const updateProjectNextItemMutation = generateUpdateProjectNextItemFieldMutation({ item: newItemID, author: firstTimeContributor ? 'first time contributor' : process.env.AUTHOR_LOGIN, - turnaround: turnaround, - feature: feature, + turnaround, + feature, }) // Determine which variable to use for the contributor type @@ -192,16 +192,16 @@ async function run() { await graphql(updateProjectNextItemMutation, { project: projectID, - statusID: statusID, + statusID, statusValueID: readyForReviewID, - datePostedID: datePostedID, - reviewDueDateID: reviewDueDateID, - contributorTypeID: contributorTypeID, - contributorType: contributorType, - sizeTypeID: sizeTypeID, - sizeType: sizeType, - featureID: featureID, - authorID: authorID, + datePostedID, + reviewDueDateID, + contributorTypeID, + contributorType, + sizeTypeID, + sizeType, + featureID, + authorID, headers: { authorization: `token ${process.env.TOKEN}`, 'GraphQL-Features': 'projects_next_graphql', From 410db7c1c6c2e49b790a00bb405589c1462059c6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 21 May 2022 19:06:58 +0000 Subject: [PATCH 2/2] update search indexes --- lib/search/indexes/github-docs-3.1-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.1-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.2-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.3-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.4-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.4-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.4-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.4-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.4-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.4-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.4-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.4-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.4-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.4-pt.json.br | 4 ++-- lib/search/indexes/github-docs-3.5-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.5-cn.json.br | 4 ++-- lib/search/indexes/github-docs-3.5-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.5-en.json.br | 4 ++-- lib/search/indexes/github-docs-3.5-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.5-es.json.br | 4 ++-- lib/search/indexes/github-docs-3.5-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.5-ja.json.br | 4 ++-- lib/search/indexes/github-docs-3.5-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-3.5-pt.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-cn.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-en.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-es.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-ja.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-dotcom-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghae-pt.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-cn.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-en.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-es.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-ja.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt-records.json.br | 4 ++-- lib/search/indexes/github-docs-ghec-pt.json.br | 4 ++-- 80 files changed, 160 insertions(+), 160 deletions(-) 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 1ef5a65c0a..346db3005e 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:dc979584b482a75bf3b4eac178743a91cff1da8152c4019fd69614fa440b688d -size 686773 +oid sha256:9badc9544e21eff516a919a87fa93b4de5eeaa6fd9396ab62e0d68dc7ab5447c +size 685524 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 d2cb430afc..e1ad9e46ec 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:78eb4dac654e8d51495a071989c62ba4749e9126e53e76c68d295d25af68e510 -size 1336060 +oid sha256:55c699eadda4825a67dfeef00430e22fd9b43d5076854b6264d5e7328d578a28 +size 1335581 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 a334272334..995f84a0f0 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:e3ec1a527e198d53b21b7266cd797e21586e21cc389a6068f1ff771436983423 -size 917344 +oid sha256:a8742e3bb36cbea729e310b5c95f8f7b49ae8bc1fc35a7950921722e8d356292 +size 918062 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 3c83e9ae47..c40dcd4789 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:7c75256dc92ef5eaef404c3468874ff20448c17eb73591d43e2697f4c9d4e9bb -size 3537568 +oid sha256:c81d4982a3f14b2d2d2e28162527e022c22c3e0f3523ed0eaf2280b5ca2f9411 +size 3539887 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 acbf700027..b0b9b3a23b 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:a0aa8baf804032af763a33eced8444e142ab15fc59788de6e85096a3cf94827e -size 632385 +oid sha256:003083ef96dafc7983f536efabff6e6b96aa37560e2ef80112ed1de3fc3d970c +size 632946 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 bcefcf9cb4..cb5b3f6335 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:5bcba287ea6a30bf9eea5f856eb872b802dc7160e0b1b4dba3c5dbcfea03e4bd -size 2673515 +oid sha256:0e3b1f9c6dc4bf9bcc47800aa0b1f5bc6d74cd9a0ebe0538a61634462fc216ef +size 2670025 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 dbe9057eba..283ef5a8ea 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:11c75c7a8dd4ed12f8760c10ba0fa7792cb4a4df017a4ad74d840d7a33c81701 -size 697229 +oid sha256:5381fb3501763148f5d221e2f43de9777555d109dc9d713d0f4d959bcf4a709d +size 697110 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 07a5a2fec6..4f4d78bb45 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:c55d84f7be3861c2071277898c772d82ecd4c936279ebae8fdb7d1cb54ca3d5b -size 3723089 +oid sha256:11aee094773764488c028deac4850c4dd526850d3b567ce76562d0d3c5df1d3a +size 3721045 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 a8283773c7..ed259f5ba1 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:a2316a4c9f7c012452dc62018fc26cf6a63ecca1406d03ea46485dd61eaaca23 -size 623696 +oid sha256:7149714b3caf5b7f4a1014c242f800d269b3c21e3ef310590693daff039970d3 +size 624810 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 086016fb51..55dcd0040c 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:fe1f4fbe58bdf19dff35d52797db6087c219a8b84b36ac53b06773f4f4aa7c47 -size 2566712 +oid sha256:0926711e987224743cd86ed6c2ac0402f7e03c1aadd0c61507799d70d8eb0057 +size 2567226 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 1d48a4ccfc..4b89d2600f 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:14a80205d7df3432ffbcd51c6c491411342d16f953dbc7e4350ae8571ce08794 -size 704192 +oid sha256:125ae2f305a535329d19212a8940ea055bb4020ffd68971e94b2dd31b979d625 +size 704240 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 5db1c9c3d2..d0f6c4bab5 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:fabad0de2b63ad559538e19f0e6f05d19b3e358fc8a9a4f1d959f42d97f25140 -size 1363474 +oid sha256:f5a895871eff0939a5260e7c9814e452357580f79d2e410dbad0c2c592b99d5e +size 1363117 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 fa97cf8360..5e1d5f951c 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:c27591259e606fc54a3bea924f2bc0b430885488abda6fd9f03d7a93ce7154b1 -size 947798 +oid sha256:892ced2b08ff32369ce113575e459970b140781ad443acee9af39eb82059cd93 +size 948607 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 50f16b9a22..78b667ee2a 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:f7629fde0d6c0863023bd17b1a30f511fdf37bc0679243138b6a9bda00896501 -size 3659575 +oid sha256:e5fbf3a7e90f7e0eb9ff5543405188709dbfa725ea5ea98dfeb1d79b8f4a609b +size 3659804 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 0e59ff1c31..292d75ae08 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:0513f3e0680fdb2c18993788d119fcdada896631cb6fae35f21c7d130e08fc5b -size 649717 +oid sha256:5558d09fc4c7937d7ecc13c863c8ba9356bbbbf7e901ee492c6c2afa71882a82 +size 649858 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 6176337a0d..7f199b0d4e 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:3092877e1869522b0226df3a2dfe100ef1042263694dce672e8c60d9c21719a6 -size 2743036 +oid sha256:628e27fcbc2e9c1ce052891d2202d18ca7606a0c5e36fded7aeb2af759e11201 +size 2742336 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 3ca3ca0598..6b736a5583 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:70550afd90a109b12f0b1933011620f736ebc5977328b71a402f482160e5e32a -size 714629 +oid sha256:a77ac339cd69cae9ed192c8646d6b8aaaefc993c08c83de5df46114693919bb5 +size 714998 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 59f2f95cd3..0a18546a7f 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:9d27fea407bb3ac24e7e1c0dd96dbb6af590185a1686e2824397c8c86ae5475c -size 3815558 +oid sha256:2e2ab701b1dd359ae5d286269f34820d2b8cd2aa86ee44e8fc6ca4bfac2525c0 +size 3816413 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 62061583ad..a87a1ca8ad 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:9899629dbd4867e2bc5af90cd724d7d5f92a0dadf1ff770b6a0aa618271ca6a6 -size 639845 +oid sha256:5820217cf38c60f21ff95ccbe67603a8077824706c417c358f7f3401f18edafa +size 640513 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 0fe649008a..f90e746416 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:ab8aa29394b6922239eb225bddddcbb396273961815750a624e5ed3dcc79c29f -size 2629765 +oid sha256:8b1966742d77a956f2edb28959fe3420caadbca8a9dc71a399f4f10dda038367 +size 2631130 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 d4475be3ae..1a81d0c792 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:9a1a184aa718dfa1b8650c2ece890c873a70f972b444e980e6567756f09f877f -size 726899 +oid sha256:2d1fd5ea7cb4e5fbb7f7b4cf6b91a5faef88560b722e14587697948fcd7e08e9 +size 726552 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 1b827f7ef5..ffdae7823f 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:4093318ff40a72cc1dc111ce8eeca6f3e1e04a76236e46777719af5fb8de1cd9 -size 1406361 +oid sha256:02b37451acabede60f6791f14fdead1481b0c24a95f2d0bc5a57e7db348a5d9b +size 1405834 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 8be3b9fc6d..9a26edc5dd 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:c33e0dfcc58edcbea52402499cc913b44d052b83c51a970fa450755ada5984ed -size 982136 +oid sha256:cbe2ff1d7a536e4c5e51cb31d8ec52674b8cf95da5c0b2dd8093d1710b9ddf5d +size 982001 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 7b0fcd906b..5ec7d4afd8 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:ba7082d700685bf964cf49a7e9e56f9a7cbb8b210ba5f8f6fd761af8d586852f -size 3778250 +oid sha256:c331f86cc853a0d08d430228cedb7a572efdf54ffd1c09902ac1a4ccdc583487 +size 3778094 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 8e9a437ce1..f157d9c5b4 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:85eb9a6fe9ae3ccf59b5985e5d23e09dd77601cc956e19e80a6e88aac07bb36c -size 668916 +oid sha256:1f5e634f80282858de317080be3713f44258cc3037a87baf022460e8a817dddd +size 668660 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 1629df10ee..40f435a8da 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:ec59e13a5a562c5c9a0f8e0748d2e9603586e99d1a01ab6f3944bfbd1822b33b -size 2828548 +oid sha256:791e714e66eaf204734b8b0e9d26b04d695d848a2811f06f98e556736c176608 +size 2828151 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 84117f5ce5..f1fd833ddd 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:15efa81015505498121c0cd6cadc64ff73030284073d377f04f10a445235eac5 -size 738273 +oid sha256:e613a444428ba0557af0971021a631b4e06e28616705ad3403176ca4790b78bf +size 736862 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 80fe3e5f42..f97bd0fb67 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:b026ec8fcf9b60c8733c9a06baa3cb269918ac7eb2cdeac5263c1d232b16a0f8 -size 3940691 +oid sha256:995dbe34c592165a1c3b959728f54d06246adf173bf094d055eb38d368d4b172 +size 3938032 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 f51a7c3586..ac38a6f4f5 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:2516113df6146f5acd09563586ac7d1fc9286b28ec072b08f12f70c30ab918fe -size 658309 +oid sha256:f16234dbe621a2a07ab116a67cc4634705c538bf6b7a25d6a9da01be28723353 +size 658923 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 829a957ce2..bd139115a2 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:197ddafeb8dabe4ebaa1daff530006f62ca569c7934c36067b809c9a09f9c418 -size 2707371 +oid sha256:cda0526611fd43fdc871c0dd8e2d57252d546d4305052df78012ea83ec8ff7ed +size 2710578 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 e5bef6075f..9071fb7673 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:afe9f767cf4fcba969712ecaca8b66d5da92ce04733e5a2f0efcaef2f621ab08 -size 727482 +oid sha256:fda48692333cba9d2d5908d9453e142120f9f0dfe1c30d4b0f1e55dc91e44631 +size 728080 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 d3ef9648d6..45ab729af2 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:c084edff6a34f62f88baa24d2bf3485c2c406a85dcb9d73cf208f7319944f4f8 -size 1408831 +oid sha256:bd3757315fc06a35e48ff2b0fe6a00abba1544bcf94ece80215545aab9e8ab72 +size 1409514 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 81275cb1ee..b9092f8dea 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:ef2a1975f11e1dd6bb500ccf04456c7da4c486aff71db49cc4b4885f4f276de6 -size 988243 +oid sha256:7c86845514d30486517f359dd43b48dfa20286fd65e4a8dcae263f83425bf572 +size 987931 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 6b0c21d7e5..f1419ad48e 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:55596ec4387f863f605a3facabcbca97bf2b9493ddaa4f3f4c61aa6756a84845 -size 3795755 +oid sha256:7602d7531c4ffe1fe55c1bdf34b3cf380eda0da4f253ce7f26c9457aa1deef03 +size 3796426 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 962d14dc84..d84c8e0ef4 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:4490b3fa29f2ce17a0f87eab654df03e887cbbf5eaa98ae7f03eff034f0b908b -size 669657 +oid sha256:0713ec14a6c0777a0d78c6caf58a2ade185330f686595a17cd00730ff2f81b40 +size 670397 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 c4debab0d5..d604df160c 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:c24340a68f72f988c5f355be322504d74a0a0fc0ad5e75e1527f234ddf1200d1 -size 2831536 +oid sha256:14c3dde5a31f36d99c9daccabe0898779e87943c0f72b90eed05d375e7f2fb60 +size 2832239 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 28eda6361d..4f51e2d560 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:36fa058d65860b069bf6a07c9b3625c21ba687582b62ede56cffd0698da9f781 -size 738127 +oid sha256:d38abe29ff56e1313154aa7f4bf2f3c0e59321be8397582f907db358c7b5556a +size 738572 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 4fea23a21d..179493a58b 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:5e7de2fbebce4308f0505a514698df294507b2edf06ca1ec8283af678b46b0c5 -size 3945151 +oid sha256:38e8e70e9f049b2c96619ada9e862c57257f7e0c79433592e995bbe8424d07e6 +size 3943754 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 9d602d83c8..69ad6e1ec5 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:f0472914434138d6bc496cf678bb1dc64f53786d97846c0d2e9e40236e2cfec3 -size 660279 +oid sha256:d6aff51855f4a7c8b45e97b60a40dd5bf817a5b8a0f4a841ec464695b5682677 +size 660613 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 d40568aace..91ab97183a 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:a60d4381bd6dc433879941d6d6cdc54794fd648998fa78cd71941c99201e6c5d -size 2715667 +oid sha256:284428f5136dc1f74c9acc2e1bd363e73874283eb4f57442f24ed05947b655f3 +size 2716047 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 4b695b4368..d5b01652da 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:3f459e84d922680a56ccb516fdbfbea3019ac13e0d57054a3750a244db104649 -size 753905 +oid sha256:a8b9d8bd4d2207555df4ea4cb020c3d1e19d5658d09b22e4a0d8aafc1e4c2476 +size 753727 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 7ff8b23f27..2cf4e9721a 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:590f1af60836b44e8277cb4467da3c421fb394e6beafc0a87087129f915ac288 -size 1467368 +oid sha256:58bbe01bc83192f8e95640ebfe936352d8ec921592379144f63d161cf35c35b1 +size 1466877 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 98cfb21cf3..dc9f4d5f0c 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:3f822041f57d00858dcf94d6f6ee42382d76f03a8590714a6aa10b811a88916c -size 1023635 +oid sha256:2ece2ea5d207d171b61e9b1e2aa458d88544aaa8f239fbdf3921f40a9889d962 +size 1022435 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 b15c0c2bfc..4b6281b579 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:5d16e0a6915c9bd55134b1705fb73a86c3ed0f038f32a163d539d91ade3528dd -size 3932320 +oid sha256:40c9f284ef331204a4a2b872729c4beb283f15b80fce16d3d6bf9fde6d29b593 +size 3931285 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 ca6c9670f7..ca0efa50d4 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:6719cfe9c86420c64eae68e9475362115a14d0ec77ebc08a7dd40d19598b52be -size 691231 +oid sha256:b2a1c6892cf38b90a30b66e728a23e11043cae18a52ba0b0821d83bb062282e8 +size 690854 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 b085ebe8aa..0c414067a5 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:7aaddd5c0855e2c6422a0a5ff0c9e6d5671331b0184741b9bfb675d3f89e3845 -size 2941938 +oid sha256:54b93fa29f7f3eae55927286467ee151d39c8fe1539de2db635de87e1c6af34f +size 2939279 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 2f2ee4dd4c..a45020c5fa 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:1b60c5dd740386c887e519d43e7f641c417eeb0fdc99f576f5156080a575406a -size 761044 +oid sha256:b3488094b920086be297ad36ba59e0af57dbb0ac1ffdc9708580a585cf388275 +size 761960 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 66ef6a6263..e49c5e73b4 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:2e4d315ea1e998c223c2cdd6606b46e3c1667c2ffa973e8ab7d9da24f11df452 -size 4089835 +oid sha256:136b6874443738da92d10b4cd8d15b9a7b602fa01670788acc0c5b3bf29131ca +size 4089696 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 db1971fc97..fe5d935b3c 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:f175cf6aede7459adc55e9c838751debb7cabf621dc2e5f974e802bae6f302ee -size 681414 +oid sha256:b19efa967615437c042e2976b63c79df8016c572c4d9ae62124e57eae3102a6e +size 681852 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 4f45226375..80daadfc8f 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:1edb40d6f5e6e320cc6c0cb4939f19c4f2b667e5b351293d8db425cf87686f49 -size 2812525 +oid sha256:01e148d37af5a19088aebf0dc05c8ffdc30a621cf6c5fc2417efe649f2eb1f26 +size 2815317 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 b10692a19d..c561af31d6 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:e0c5df7ac48ed11a73cd63a033cfaa1aaf1dc25f4ec9cb8242c95c5f18ea5f0f -size 928382 +oid sha256:4bc1546f3ae7de927d95385ebb921f6f7a2a153a5776d12031d6c8ec1cd39319 +size 929369 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index 212c5099f9..a6b9975c3b 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:dc7c470e679367cabacb152045c4a9ac122259c902bac13483e301a429fe5e73 -size 1455150 +oid sha256:4e1546f6cbfb6a464a411cc021285b172ef001204db3eeba7c987ec33396a21b +size 1455154 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 c958785a80..f7d69fd565 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:6e85bdbc330d2886bfe170995f3ea79cf4760926c6e26214ed5b1d51bdfd87fd -size 1253471 +oid sha256:2457b6e78708937ed0c07c82642ed6a50f66ba1bbda8ecb1ede5e952d852701b +size 1252433 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index 36b518f683..0600fa61e6 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:4fd1c0f53076a21d996d567b73efa0e30cf346802b067fc617776f603cb99712 -size 4525344 +oid sha256:0810837c6f55606d4c9ecc3ed96fd1090dcb47afaa953e02b67cd5c5de217748 +size 4523045 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 f9bc297ccb..5355d9e104 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:c2c314b5e3630e1f8ab887cef132e3848d77bba5703a68dfc41b06cf60163d58 -size 833274 +oid sha256:ccb4bebcc6c02dfd9bbfd657fe8f6bbb10f5c4445d42ab77ac4482fda2e52b22 +size 833967 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 0d30961572..0e899db0d5 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:7b734240fae235841fcb552bb4b589e5208ecc9c6a573ddc6229d62cc0c538e4 -size 3347489 +oid sha256:4edeb62fb625a947ba97fbcbad08aaa8391e46b644f77444bdbe338974246428 +size 3349040 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 ff8a2ab739..4ddd7566ff 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:55e7f9facc8d0f8144407c4e9acab22bc56d8df2890e7f1ff108e3b93dde1b67 -size 932915 +oid sha256:7c9dd1847d0c0c39addd580a061a23283259b6aa21b145e6ae8bd68d0fcd4c8a +size 933963 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index c60dbbfda0..64db32dcec 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:e8c8262eff06ad882dff0b9b798c0e5d8d9e36096cb0f7a86ea977c056a33450 -size 4761814 +oid sha256:9d84c13427136c99614872057988250731a36d7af06cc6bd9b6b64f8b1adf9cc +size 4762971 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 e1870e2bdf..6b5fa7a677 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:f234ae045ec92cb8a009c3d38c9d528ba33685d5dd109df9b309dffdecc02b49 -size 821439 +oid sha256:d60a3efe0bfecbab890bc51588889bbac3baf0db86746eca8667af96f0afa851 +size 823205 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index 3afd33f410..3213cf668a 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:304ca26ee9fe7e8823a2745d207c64125b9058191db5fc940813116756a8243a -size 3221856 +oid sha256:f5e2eee5f8cece1540770977ad1e125cf7ee9225d65dadc19ef8c626a0c0d393 +size 3226522 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 74ea8e14b7..1184f2ad0e 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:70fc17a94607e5e5355cc15c0ac1e78eb5796fa7ad59c20d2e6920b4e1d5ff06 -size 567068 +oid sha256:56a85b5320fd33948ef5d2848409519ff9d58b480a9773905e2525e9303db59c +size 567728 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index 32d7c876d0..d5b6279e17 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:2982e79f21a828cf79ae910fd579634b498ce037a7c82fa17212fd77e61c1af0 -size 1043388 +oid sha256:a1bcdf1b8ca926d760f250655215a2f42a48be64f5b5bd41ec0062bdc46549a3 +size 1043639 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 2b744976d8..52564f3443 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:042095af27ac2b03ecee4ac493d8f17fb34dd535dd48a6f9dd3af6d87c8bb55f -size 780046 +oid sha256:0f725efed0ebcc147ec1212aab15488c9758a0044fc5a4095f9abe2b8866623e +size 780410 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 8dcbc624cc..3434e80548 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:2c71b21f7dfb10e029cb840092fe0c5f7488e1ce9e5695d173899565ebb81a43 -size 2956173 +oid sha256:a197b7da3fce354bcaca6a092be783538c4e32583e00dfa76d25b80741d4a8e4 +size 2956439 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 9fd1f95225..95d81516fb 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:22dd16d62f893f93eca5cc3bac4bf9bc8dfdfa206b131df1cccdbbbb49b47884 -size 526285 +oid sha256:5d28cdeec5b7331b45fe9f3ed702266b66185a75d7414c157ad4f8af14633eca +size 526118 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index 0812d10d65..03f0df4452 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:5e8522330209113983ea99a9225f8010b7527e5868acee1572d4c11a479b54a2 -size 2138646 +oid sha256:db7837ea0077f4050a5e2012691edd3ecf600b1cc06a0dcaf64a35f8e9041c40 +size 2138505 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 e3440864ff..2dc6038f65 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:5c9e4e965867d8720a947a475a9c74701c89ace99da272632158630074c83e27 -size 576947 +oid sha256:5d476b2cbad68e975fcf0dec4c81e10ec579ff727e3661eb2e35e3ea8967a983 +size 576822 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index 613e977fb0..a52a4c2cc3 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:c0be99c20d0b593626aef16a306e1b7bd9372f40d95a1d49240cc8459603776a -size 2953573 +oid sha256:6ac27a28a1024c0a26ffb993318ed86294b9670fbb63a6eec979d474d64b9946 +size 2952923 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 c495f40b08..e03371d3cd 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:5ce7cd078b6eaa2c1351163bc3ab1605f16a86adc6cce11381e9f66310f40234 -size 519462 +oid sha256:4c379b5f87583a0ec8a26bc270b92433cfc2a10c994c33d7556286cf94819ba0 +size 520924 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index 8dbff7fa3c..bf465c176c 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:12aed62a68b44d4972ed25f33ada496de5bd4fcad336c31c7a22e5e21eb51864 -size 2035907 +oid sha256:fce0fd75b95b718ff2bad4bb73eab8ec61ae31d5f015c8a5a971b313242eca03 +size 2035616 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 51117e2645..c21b3af564 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:7a7aef32980f16a043d6525138a87ca1fe4b52999ea0947b8c4a1891ecb1e6f8 -size 875907 +oid sha256:21361b8efa5213ecc5ee320c82e7358aafa27dad41d05aa2b021a27a331ca4d5 +size 876347 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index ede745386d..bdaaca0b76 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:43ba231ac41b95f84ef2f0ee6a3955d167173dcdd3f05b883e8b2379fc563fb9 -size 1548853 +oid sha256:fb9487ea76faf0da0c01df39a557498a67ee9ee92c0d5c76305696f542208918 +size 1548086 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 678165ee20..58c34d1805 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:e0f079f8955f9c71a0132ffd7c65b2e652afa0d63a1b120e695c3947b8fb1611 -size 1163647 +oid sha256:8a7b03b18c5cba1915d484762eb0c36ea1ac1026951db218623c642126cfbaf0 +size 1163931 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index f9f8085f2e..c4cdba33fb 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:24db67542fca998f8fbb631496a99fd6f73ef0c34bcca91a25c55da4397e327e -size 4441177 +oid sha256:249c7ba9499ca5bdea3a68acc33460e62ec70c2a9674459c094a8a13917083d6 +size 4441425 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 1332303331..034063cbee 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:176270b6337a7a8917bc562d464358bd9388294e27aa049e257a0c9d03dbc4d9 -size 807756 +oid sha256:4d5d2b62affd33fbc8df3a29c42203e5db8b88423ec743c7fb2d673cfccc7ddb +size 807160 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index 86bb4046bc..43b650b248 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:e6e9bfaa5e812a0bcfb9a5ff7e34dfa1a106e66969308de0522e56a98065d015 -size 3406503 +oid sha256:6078502d1591d59a4b96c80c1e0d4582d069569d056f8ec3e4e96d3567b01b70 +size 3404336 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 ab9b474d34..0bf11f97f1 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:60765d89fff354c9d13614adfc863e2eecc3f63d8829e8d31e0d81084dd6e062 -size 885772 +oid sha256:5780c6705a374d9b6101ed35737521280c00ecef06f8dd3b3c2207672556cc3e +size 884767 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index 760ff9dfab..f7094c7b17 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:de4333f1bc70c5770a6930e36c8fa158d9061e0be867714c463d31a4409725ec -size 4745861 +oid sha256:ef7aeab9b462eb0e8b969733ad683aad84ee456e734a23316fd840500be4569a +size 4745408 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 1811944f4e..6a0ef05b10 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:07518b04d8f86b4065b686783a45ad8f461a5b11e27d52d9540f80c58aa1ce68 -size 795808 +oid sha256:f79c86aeaf3cf527b2a1ff3db44541df01664ba571e220e109c8d015fff17500 +size 796526 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index 607b7d3d9a..85a4040e05 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:c5d49b74867cc50f9eb1716adf9c58cbd05b3eb1a89903b872b94c910a9c48b1 -size 3272587 +oid sha256:8a68de179997fc2ddf4bbef4f8dcebd3321cdc55a30c765b9a0071cc6b9b0506 +size 3271504