diff --git a/assets/images/help/codespaces/jupyter-python-kernel-dropdown.png b/assets/images/help/codespaces/jupyter-python-kernel-dropdown.png deleted file mode 100644 index 64a573c63f..0000000000 Binary files a/assets/images/help/codespaces/jupyter-python-kernel-dropdown.png and /dev/null differ diff --git a/assets/images/help/codespaces/jupyter-python-kernel-link.png b/assets/images/help/codespaces/jupyter-python-kernel-link.png deleted file mode 100644 index 6809b4498c..0000000000 Binary files a/assets/images/help/codespaces/jupyter-python-kernel-link.png and /dev/null differ diff --git a/assets/images/help/codespaces/vs-code-building-codespace.png b/assets/images/help/codespaces/vs-code-building-codespace.png new file mode 100644 index 0000000000..2aefbb164a Binary files /dev/null and b/assets/images/help/codespaces/vs-code-building-codespace.png differ diff --git a/assets/images/help/codespaces/web-ui-view-logs.png b/assets/images/help/codespaces/web-ui-view-logs.png new file mode 100644 index 0000000000..0d7048348e Binary files /dev/null and b/assets/images/help/codespaces/web-ui-view-logs.png differ diff --git a/assets/images/oauth-apps/oauth_apps_sidebar_advanced.png b/assets/images/oauth-apps/oauth_apps_sidebar_advanced.png new file mode 100644 index 0000000000..4ad37f08a3 Binary files /dev/null and b/assets/images/oauth-apps/oauth_apps_sidebar_advanced.png differ diff --git a/content/actions/creating-actions/creating-a-composite-action.md b/content/actions/creating-actions/creating-a-composite-action.md index 5bc92e49c7..f84e6475ca 100644 --- a/content/actions/creating-actions/creating-a-composite-action.md +++ b/content/actions/creating-actions/creating-a-composite-action.md @@ -1,5 +1,6 @@ --- title: Creating a composite action +shortTitle: Create a composite action intro: 'In this guide, you''ll learn how to build a composite action.' redirect_from: - /actions/creating-actions/creating-a-composite-run-steps-action @@ -11,7 +12,6 @@ versions: type: tutorial topics: - Action development -shortTitle: Composite action --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/creating-actions/creating-a-docker-container-action.md b/content/actions/creating-actions/creating-a-docker-container-action.md index 2edc36c2cb..483e056160 100644 --- a/content/actions/creating-actions/creating-a-docker-container-action.md +++ b/content/actions/creating-actions/creating-a-docker-container-action.md @@ -1,5 +1,6 @@ --- title: Creating a Docker container action +shortTitle: Create a Docker container action intro: 'This guide shows you the minimal steps required to build a Docker container action. ' redirect_from: - /articles/creating-a-docker-container-action @@ -15,7 +16,6 @@ type: tutorial topics: - Action development - Docker -shortTitle: Docker container action --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/creating-actions/creating-a-javascript-action.md b/content/actions/creating-actions/creating-a-javascript-action.md index 6a56652420..66fc48555f 100644 --- a/content/actions/creating-actions/creating-a-javascript-action.md +++ b/content/actions/creating-actions/creating-a-javascript-action.md @@ -1,5 +1,6 @@ --- title: Creating a JavaScript action +shortTitle: Create a JavaScript action intro: 'In this guide, you''ll learn how to build a JavaScript action using the actions toolkit.' redirect_from: - /articles/creating-a-javascript-action @@ -15,7 +16,6 @@ type: tutorial topics: - Action development - JavaScript -shortTitle: JavaScript action --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/creating-actions/releasing-and-maintaining-actions.md b/content/actions/creating-actions/releasing-and-maintaining-actions.md index a75f639e0f..fd9070d47d 100644 --- a/content/actions/creating-actions/releasing-and-maintaining-actions.md +++ b/content/actions/creating-actions/releasing-and-maintaining-actions.md @@ -1,6 +1,6 @@ --- title: Releasing and maintaining actions -shortTitle: Releasing and maintaining actions +shortTitle: Release and maintain actions intro: You can leverage automation and open source best practices to release and maintain actions. type: tutorial topics: diff --git a/content/actions/creating-actions/setting-exit-codes-for-actions.md b/content/actions/creating-actions/setting-exit-codes-for-actions.md index 1b8f685951..0d23be239a 100644 --- a/content/actions/creating-actions/setting-exit-codes-for-actions.md +++ b/content/actions/creating-actions/setting-exit-codes-for-actions.md @@ -1,6 +1,6 @@ --- title: Setting exit codes for actions -shortTitle: Setting exit codes +shortTitle: Set exit codes intro: 'You can use exit codes to set the status of an action. {% data variables.product.prodname_dotcom %} displays statuses to indicate passing or failing actions.' redirect_from: - /actions/building-actions/setting-exit-codes-for-actions diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/index.md b/content/actions/deployment/deploying-to-your-cloud-provider/index.md index a31cb4f532..f3e21f5fba 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/index.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/index.md @@ -1,6 +1,6 @@ --- title: Deploying to your cloud provider -shortTitle: Deploying to your cloud provider +shortTitle: Deploy to your cloud provider intro: 'You can deploy to various cloud providers, such as AWS, Azure, and GKE.' versions: fpt: '*' diff --git a/content/actions/deployment/deploying-xcode-applications/index.md b/content/actions/deployment/deploying-xcode-applications/index.md index 6d189b8420..5239bef2e8 100644 --- a/content/actions/deployment/deploying-xcode-applications/index.md +++ b/content/actions/deployment/deploying-xcode-applications/index.md @@ -1,6 +1,6 @@ --- title: Deploying Xcode applications -shortTitle: Deploying Xcode applications +shortTitle: Deploy Xcode applications intro: 'You can sign Xcode apps within your continuous integration (CI) workflow by installing an Apple code signing certificate on {% data variables.product.prodname_actions %} runners.' versions: fpt: '*' diff --git a/content/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md b/content/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md index 1459f98cd5..d2992f8c22 100644 --- a/content/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md +++ b/content/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md @@ -1,5 +1,6 @@ --- title: Installing an Apple certificate on macOS runners for Xcode development +shortTitle: Sign Xcode applications intro: 'You can sign Xcode apps within your continuous integration (CI) workflow by installing an Apple code signing certificate on {% data variables.product.prodname_actions %} runners.' redirect_from: - /actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development @@ -13,7 +14,6 @@ type: tutorial topics: - CI - Xcode -shortTitle: Sign Xcode applications --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/deployment/managing-your-deployments/index.md b/content/actions/deployment/managing-your-deployments/index.md index 46b6374261..a8bdad6eac 100644 --- a/content/actions/deployment/managing-your-deployments/index.md +++ b/content/actions/deployment/managing-your-deployments/index.md @@ -1,6 +1,6 @@ --- title: Managing your deployments -shortTitle: Managing your deployments +shortTitle: Manage your deployments intro: You can review the past activity of your deployments. versions: fpt: '*' diff --git a/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md b/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md index dfa9894828..c1c36b6a61 100644 --- a/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md +++ b/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md @@ -1,5 +1,6 @@ --- title: Viewing deployment history +shortTitle: View deployment history intro: View current and previous deployments for your repository. versions: fpt: '*' @@ -8,7 +9,6 @@ versions: ghec: '*' topics: - API -shortTitle: View deployment history redirect_from: - /developers/overview/viewing-deployment-history - /actions/deployment/viewing-deployment-history diff --git a/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md b/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md index 8aa0aa6a7f..40a00cfb3f 100644 --- a/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md +++ b/content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md @@ -1,6 +1,6 @@ --- title: About security hardening with OpenID Connect -shortTitle: About security hardening with OpenID Connect +shortTitle: Security hardening with OpenID Connect intro: OpenID Connect allows your workflows to exchange short-lived tokens directly from your cloud provider. miniTocMaxHeadingLevel: 4 versions: diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md index 05e4e4feee..5d1246e87c 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md @@ -1,6 +1,6 @@ --- title: Configuring OpenID Connect in Amazon Web Services -shortTitle: Configuring OpenID Connect in Amazon Web Services +shortTitle: OpenID Connect in AWS intro: Use OpenID Connect within your workflows to authenticate with Amazon Web Services. miniTocMaxHeadingLevel: 3 versions: diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md index 1e7dcbffac..aef4c57eba 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure.md @@ -1,6 +1,6 @@ --- title: Configuring OpenID Connect in Azure -shortTitle: Configuring OpenID Connect in Azure +shortTitle: OpenID Connect in Azure intro: Use OpenID Connect within your workflows to authenticate with Azure. miniTocMaxHeadingLevel: 3 versions: diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md index a19984884c..81edb8dfcb 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md @@ -1,6 +1,6 @@ --- title: Configuring OpenID Connect in cloud providers -shortTitle: Configuring OpenID Connect in cloud providers +shortTitle: OpenID Connect in cloud providers intro: Use OpenID Connect within your workflows to authenticate with cloud providers. miniTocMaxHeadingLevel: 3 versions: diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md index 90459b1519..7b5a297944 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md @@ -1,6 +1,6 @@ --- title: Configuring OpenID Connect in Google Cloud Platform -shortTitle: Configuring OpenID Connect in Google Cloud Platform +shortTitle: OpenID Connect in Google Cloud Platform intro: Use OpenID Connect within your workflows to authenticate with Google Cloud Platform. miniTocMaxHeadingLevel: 3 versions: diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md index c32e7dc1d5..9d8f3e75a0 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md @@ -1,6 +1,6 @@ --- title: Configuring OpenID Connect in HashiCorp Vault -shortTitle: Configuring OpenID Connect in HashiCorp Vault +shortTitle: OpenID Connect in HashiCorp Vault intro: Use OpenID Connect within your workflows to authenticate with HashiCorp Vault. miniTocMaxHeadingLevel: 3 versions: diff --git a/content/actions/deployment/security-hardening-your-deployments/index.md b/content/actions/deployment/security-hardening-your-deployments/index.md index f6a8748a63..8ccc21dd68 100644 --- a/content/actions/deployment/security-hardening-your-deployments/index.md +++ b/content/actions/deployment/security-hardening-your-deployments/index.md @@ -1,6 +1,6 @@ --- title: Security hardening your deployments -shortTitle: Security hardening your deployments +shortTitle: Security harden deployments intro: Use OpenID Connect within your workflows to authenticate with your cloud provider. versions: fpt: '*' diff --git a/content/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows.md b/content/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows.md index 799d1eec8b..f0423f83d6 100644 --- a/content/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows.md +++ b/content/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows.md @@ -1,6 +1,6 @@ --- title: Using OpenID Connect with reusable workflows -shortTitle: Using OpenID Connect with reusable workflows +shortTitle: OpenID Connect with reusable workflows intro: You can use reusable workflows with OIDC to standardize and security harden your deployment steps. miniTocMaxHeadingLevel: 3 redirect_from: diff --git a/content/actions/deployment/targeting-different-environments/index.md b/content/actions/deployment/targeting-different-environments/index.md index b1f05798ed..62d78d0008 100644 --- a/content/actions/deployment/targeting-different-environments/index.md +++ b/content/actions/deployment/targeting-different-environments/index.md @@ -1,6 +1,6 @@ --- title: Targeting different environments -shortTitle: Targeting different environments +shortTitle: Target different environments intro: You can configure environments with protection rules and secrets. A workflow job that references an environment must follow any protection rules for the environment before running or accessing the environment's secrets. versions: fpt: '*' diff --git a/content/actions/examples/using-concurrency-expressions-and-a-test-matrix.md b/content/actions/examples/using-concurrency-expressions-and-a-test-matrix.md index 647e009a42..c568c90391 100644 --- a/content/actions/examples/using-concurrency-expressions-and-a-test-matrix.md +++ b/content/actions/examples/using-concurrency-expressions-and-a-test-matrix.md @@ -1,6 +1,6 @@ --- title: 'Using concurrency, expressions, and a test matrix' -shortTitle: 'Using concurrency, expressions, and a test matrix' +shortTitle: 'Use concurrency, expressions, and a test matrix' intro: 'How to use advanced {% data variables.product.prodname_actions %} features for continuous integration (CI).' versions: fpt: '*' diff --git a/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md b/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md index f92ceedaa7..082a529264 100644 --- a/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md +++ b/content/actions/examples/using-scripts-to-test-your-code-on-a-runner.md @@ -1,6 +1,6 @@ --- title: Using scripts to test your code on a runner -shortTitle: Using scripts to test your code on a runner +shortTitle: Use scripts to test your code on a runner intro: 'How to use essential {% data variables.product.prodname_actions %} features for continuous integration (CI).' versions: fpt: '*' diff --git a/content/actions/examples/using-the-github-cli-on-a-runner.md b/content/actions/examples/using-the-github-cli-on-a-runner.md index 9e36b550f3..cab7c4b9e3 100644 --- a/content/actions/examples/using-the-github-cli-on-a-runner.md +++ b/content/actions/examples/using-the-github-cli-on-a-runner.md @@ -1,6 +1,6 @@ --- title: Using the GitHub CLI on a runner -shortTitle: Using the GitHub CLI on a runner +shortTitle: Use the GitHub CLI on a runner intro: 'How to use advanced {% data variables.product.prodname_actions %} features for continuous integration (CI).' versions: fpt: '*' diff --git a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md b/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md index e2894b8fdd..89ba5d874e 100644 --- a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md @@ -1,5 +1,6 @@ --- title: Autoscaling with self-hosted runners +shortTitle: Autoscale self-hosted runners intro: You can automatically scale your self-hosted runners in response to webhook events. versions: fpt: '*' diff --git a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md b/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md index 7463d3c5df..56644b21be 100644 --- a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md +++ b/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md @@ -1,5 +1,6 @@ --- title: Configuring the self-hosted runner application as a service +shortTitle: Run the runner app as a service intro: You can configure the self-hosted runner application as a service to automatically start the runner application when the machine starts. redirect_from: - /actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service @@ -10,7 +11,6 @@ versions: ghec: '*' type: tutorial defaultPlatform: linux -shortTitle: Run runner app on startup --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/hosting-your-own-runners/index.md b/content/actions/hosting-your-own-runners/index.md index 4a9f617d66..63ce6ade11 100644 --- a/content/actions/hosting-your-own-runners/index.md +++ b/content/actions/hosting-your-own-runners/index.md @@ -1,5 +1,6 @@ --- title: Hosting your own runners +shortTitle: Self-hosted runners intro: You can create self-hosted runners to run workflows in a highly customizable environment. redirect_from: - /github/automating-your-workflow-with-github-actions/hosting-your-own-runners diff --git a/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md index acf5f26451..6233696e7e 100644 --- a/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md +++ b/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md @@ -1,5 +1,6 @@ --- title: Managing access to self-hosted runners using groups +shortTitle: Manage access with runner groups intro: You can use policies to limit access to self-hosted runners that have been added to an organization or enterprise. redirect_from: - /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners @@ -9,7 +10,6 @@ versions: ghae: '*' ghec: '*' type: tutorial -shortTitle: Using runner groups --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/learn-github-actions/finding-and-customizing-actions.md b/content/actions/learn-github-actions/finding-and-customizing-actions.md index 8569d3cf80..26a3fa7743 100644 --- a/content/actions/learn-github-actions/finding-and-customizing-actions.md +++ b/content/actions/learn-github-actions/finding-and-customizing-actions.md @@ -1,6 +1,6 @@ --- title: Finding and customizing actions -shortTitle: Finding and customizing actions +shortTitle: Find and customize actions intro: 'Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application''s repository. This guide will show you how to discover, use, and customize actions.' redirect_from: - /actions/automating-your-workflow-with-github-actions/using-github-marketplace-actions diff --git a/content/actions/learn-github-actions/understanding-github-actions.md b/content/actions/learn-github-actions/understanding-github-actions.md index ea6cebc80b..da677ef353 100644 --- a/content/actions/learn-github-actions/understanding-github-actions.md +++ b/content/actions/learn-github-actions/understanding-github-actions.md @@ -1,6 +1,6 @@ --- title: Understanding GitHub Actions -shortTitle: Understanding GitHub Actions +shortTitle: Understand GitHub Actions intro: 'Learn the basics of {% data variables.product.prodname_actions %}, including core concepts and essential terminology.' miniTocMaxHeadingLevel: 3 redirect_from: diff --git a/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md b/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md index 2f25143b34..1bc2c2597e 100644 --- a/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md +++ b/content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md @@ -1,5 +1,6 @@ --- title: Adding labels to issues +shortTitle: Add labels to issues intro: 'You can use {% data variables.product.prodname_actions %} to automatically label issues.' redirect_from: - /actions/guides/adding-labels-to-issues diff --git a/content/actions/managing-issues-and-pull-requests/closing-inactive-issues.md b/content/actions/managing-issues-and-pull-requests/closing-inactive-issues.md index fcef2f662e..c9d17ebd78 100644 --- a/content/actions/managing-issues-and-pull-requests/closing-inactive-issues.md +++ b/content/actions/managing-issues-and-pull-requests/closing-inactive-issues.md @@ -1,5 +1,6 @@ --- title: Closing inactive issues +shortTitle: Close inactive issues intro: 'You can use {% data variables.product.prodname_actions %} to comment on or close issues that have been inactive for a certain period of time.' redirect_from: - /actions/guides/closing-inactive-issues diff --git a/content/actions/managing-issues-and-pull-requests/index.md b/content/actions/managing-issues-and-pull-requests/index.md index 8de3865cbd..15ba517f32 100644 --- a/content/actions/managing-issues-and-pull-requests/index.md +++ b/content/actions/managing-issues-and-pull-requests/index.md @@ -1,6 +1,6 @@ --- title: Managing issues and pull requests -shortTitle: Managing issues and pull requests +shortTitle: Manage issues and pull requests intro: 'You can automatically manage your issues and pull requests using {% data variables.product.prodname_actions %} workflows.' versions: fpt: '*' diff --git a/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md b/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md index ed254e6440..ef5aba9801 100644 --- a/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md +++ b/content/actions/managing-issues-and-pull-requests/scheduling-issue-creation.md @@ -1,5 +1,6 @@ --- title: Scheduling issue creation +shortTitle: Schedule issue creation intro: 'You can use {% data variables.product.prodname_actions %} to create an issue on a regular basis for things like daily meetings or quarterly reviews.' redirect_from: - /actions/guides/scheduling-issue-creation diff --git a/content/actions/managing-workflow-runs/canceling-a-workflow.md b/content/actions/managing-workflow-runs/canceling-a-workflow.md index c239f9e907..c9aa36e791 100644 --- a/content/actions/managing-workflow-runs/canceling-a-workflow.md +++ b/content/actions/managing-workflow-runs/canceling-a-workflow.md @@ -1,5 +1,6 @@ --- title: Canceling a workflow +shortTitle: Cancel a workflow intro: 'You can cancel a workflow run that is in progress. When you cancel a workflow run, {% data variables.product.prodname_dotcom %} cancels all jobs and steps that are a part of that workflow.' versions: fpt: '*' diff --git a/content/actions/managing-workflow-runs/deleting-a-workflow-run.md b/content/actions/managing-workflow-runs/deleting-a-workflow-run.md index 5bdd78e23f..78e3227449 100644 --- a/content/actions/managing-workflow-runs/deleting-a-workflow-run.md +++ b/content/actions/managing-workflow-runs/deleting-a-workflow-run.md @@ -1,5 +1,6 @@ --- title: Deleting a workflow run +shortTitle: Delete a workflow run intro: 'You can delete a workflow run that has been completed, or is more than two weeks old.' versions: fpt: '*' diff --git a/content/actions/managing-workflow-runs/index.md b/content/actions/managing-workflow-runs/index.md index 47e5cba891..4c84da5427 100644 --- a/content/actions/managing-workflow-runs/index.md +++ b/content/actions/managing-workflow-runs/index.md @@ -1,6 +1,6 @@ --- title: Managing workflow runs -shortTitle: Managing workflow runs +shortTitle: Manage workflow runs intro: 'You can re-run or cancel a workflow, {% ifversion fpt or ghes or ghae %}review deployments, {% endif %}view billable job execution minutes, and download artifacts.' redirect_from: - /actions/configuring-and-managing-workflows/managing-a-workflow-run diff --git a/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md b/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md index a1d240e9c0..2984bbaf48 100644 --- a/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md +++ b/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md @@ -1,5 +1,6 @@ --- title: Re-running workflows and jobs +shortTitle: Re-run workflows and jobs intro: 'You can re-run a workflow run{% ifversion re-run-jobs %}, all failed jobs in a workflow run, or specific jobs in a workflow run{% endif %} up to 30 days after its initial run.' permissions: People with write permissions to a repository can re-run workflows in the repository. miniTocMaxHeadingLevel: 3 diff --git a/content/actions/managing-workflow-runs/reviewing-deployments.md b/content/actions/managing-workflow-runs/reviewing-deployments.md index 64c20164db..5326620cf8 100644 --- a/content/actions/managing-workflow-runs/reviewing-deployments.md +++ b/content/actions/managing-workflow-runs/reviewing-deployments.md @@ -1,5 +1,6 @@ --- title: Reviewing deployments +shortTitle: Review deployments intro: You can approve or reject jobs awaiting review. product: '{% data reusables.gated-features.environments %}' versions: diff --git a/content/actions/migrating-to-github-actions/index.md b/content/actions/migrating-to-github-actions/index.md index 54a6cff1d2..61eeec8a61 100644 --- a/content/actions/migrating-to-github-actions/index.md +++ b/content/actions/migrating-to-github-actions/index.md @@ -1,6 +1,6 @@ --- title: Migrating to GitHub Actions -shortTitle: Migrating to GitHub Actions +shortTitle: Migrate to GitHub Actions intro: 'Learn how to migrate your existing CI/CD workflows to {% data variables.product.prodname_actions %}.' versions: fpt: '*' diff --git a/content/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge.md b/content/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge.md index 0a3e767964..992834b8fe 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge.md @@ -1,5 +1,6 @@ --- title: Adding a workflow status badge +shortTitle: Add a status badge intro: You can display a status badge in your repository to indicate the status of your workflows. redirect_from: - /actions/managing-workflow-runs/adding-a-workflow-status-badge @@ -8,7 +9,6 @@ versions: ghes: '*' ghae: '*' ghec: '*' -shortTitle: Add a status badge --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging.md b/content/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging.md index 4617dfca86..b2d9fb000c 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging.md @@ -1,5 +1,6 @@ --- title: Enabling debug logging +shortTitle: Enable debug logging intro: 'If the workflow logs do not provide enough detail to diagnose why a workflow, job, or step is not working as expected, you can enable additional debug logging.' redirect_from: - /actions/managing-workflow-runs/enabling-debug-logging diff --git a/content/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs.md b/content/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs.md index 862e2cca8d..558d6980b6 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs.md @@ -1,12 +1,12 @@ --- title: Notifications for workflow runs +shortTitle: Notifications for workflow runs intro: You can subscribe to notifications about workflow runs that you trigger. versions: fpt: '*' ghes: '*' ghae: '*' ghec: '*' -shortTitle: Notifications --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph.md b/content/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph.md index a6513d01bf..64a5b2940a 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph.md @@ -1,5 +1,6 @@ --- title: Using the visualization graph +shortTitle: Visualization graph intro: Every workflow run generates a real-time graph that illustrates the run progress. You can use this graph to monitor and debug workflows. redirect_from: - /actions/managing-workflow-runs/using-the-visualization-graph @@ -8,7 +9,6 @@ versions: ghes: '*' ghae: '*' ghec: '*' -shortTitle: Use the visualization graph --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs.md b/content/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs.md index e246dcd3bb..28306305f4 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs.md @@ -1,5 +1,6 @@ --- title: Using workflow run logs +shortTitle: Workflow run logs intro: 'You can view, search, and download the logs for each job in a workflow run.' redirect_from: - /actions/managing-workflow-runs/using-workflow-run-logs diff --git a/content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md b/content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md index f45197dc21..8a84f471bf 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md @@ -1,12 +1,12 @@ --- title: Viewing job execution time +shortTitle: View job execution time intro: 'You can view the execution time of a job, including the billable minutes that a job accrued.' redirect_from: - /actions/managing-workflow-runs/viewing-job-execution-time versions: fpt: '*' ghec: '*' -shortTitle: View job execution time --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history.md b/content/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history.md index c73a4583ed..b6b21681fe 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history.md @@ -1,5 +1,6 @@ --- title: Viewing workflow run history +shortTitle: Workflow run history intro: You can view logs for each run of a workflow. Logs include the status for each job and step in a workflow. redirect_from: - /actions/managing-workflow-runs/viewing-workflow-run-history @@ -8,7 +9,6 @@ versions: ghes: '*' ghae: '*' ghec: '*' -shortTitle: View workflow run history --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/publishing-packages/index.md b/content/actions/publishing-packages/index.md index 843d525047..e96c11cc4e 100644 --- a/content/actions/publishing-packages/index.md +++ b/content/actions/publishing-packages/index.md @@ -1,6 +1,6 @@ --- title: Publishing packages -shortTitle: Publishing packages +shortTitle: Publish packages intro: 'You can automatically publish packages using {% data variables.product.prodname_actions %}.' versions: fpt: '*' diff --git a/content/actions/publishing-packages/publishing-docker-images.md b/content/actions/publishing-packages/publishing-docker-images.md index c56906a838..8f521c2664 100644 --- a/content/actions/publishing-packages/publishing-docker-images.md +++ b/content/actions/publishing-packages/publishing-docker-images.md @@ -1,5 +1,6 @@ --- title: Publishing Docker images +shortTitle: Publish Docker images intro: 'You can publish Docker images to a registry, such as Docker Hub or {% data variables.product.prodname_registry %}, as part of your continuous integration (CI) workflow.' redirect_from: - /actions/language-and-framework-guides/publishing-docker-images diff --git a/content/actions/publishing-packages/publishing-java-packages-with-gradle.md b/content/actions/publishing-packages/publishing-java-packages-with-gradle.md index d656f4ed78..3da7a6713d 100644 --- a/content/actions/publishing-packages/publishing-java-packages-with-gradle.md +++ b/content/actions/publishing-packages/publishing-java-packages-with-gradle.md @@ -1,5 +1,6 @@ --- title: Publishing Java packages with Gradle +shortTitle: Publish Java packages with Gradle intro: You can use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow. redirect_from: - /actions/language-and-framework-guides/publishing-java-packages-with-gradle @@ -15,7 +16,6 @@ topics: - Publishing - Java - Gradle -shortTitle: Java packages with Gradle --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/publishing-packages/publishing-java-packages-with-maven.md b/content/actions/publishing-packages/publishing-java-packages-with-maven.md index 4a6ca76338..3c81a5295b 100644 --- a/content/actions/publishing-packages/publishing-java-packages-with-maven.md +++ b/content/actions/publishing-packages/publishing-java-packages-with-maven.md @@ -1,5 +1,6 @@ --- title: Publishing Java packages with Maven +shortTitle: Publish Java packages with Maven intro: You can use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow. redirect_from: - /actions/language-and-framework-guides/publishing-java-packages-with-maven @@ -15,7 +16,6 @@ topics: - Publishing - Java - Maven -shortTitle: Java packages with Maven --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/publishing-packages/publishing-nodejs-packages.md b/content/actions/publishing-packages/publishing-nodejs-packages.md index 0768413dbc..908764eb17 100644 --- a/content/actions/publishing-packages/publishing-nodejs-packages.md +++ b/content/actions/publishing-packages/publishing-nodejs-packages.md @@ -1,5 +1,6 @@ --- title: Publishing Node.js packages +shortTitle: Publish Node.js packages intro: You can publish Node.js packages to a registry as part of your continuous integration (CI) workflow. redirect_from: - /actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages @@ -16,7 +17,6 @@ topics: - Publishing - Node - JavaScript -shortTitle: Node.js packages --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/using-containerized-services/creating-postgresql-service-containers.md b/content/actions/using-containerized-services/creating-postgresql-service-containers.md index 605c45f2ee..e580818e29 100644 --- a/content/actions/using-containerized-services/creating-postgresql-service-containers.md +++ b/content/actions/using-containerized-services/creating-postgresql-service-containers.md @@ -1,6 +1,6 @@ --- title: Creating PostgreSQL service containers -shortTitle: PostgreSQL service containers +shortTitle: Create PostgreSQL service containers intro: You can create a PostgreSQL service container to use in your workflow. This guide shows examples of creating a PostgreSQL service for jobs that run in containers or directly on the runner machine. redirect_from: - /actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers diff --git a/content/actions/using-containerized-services/creating-redis-service-containers.md b/content/actions/using-containerized-services/creating-redis-service-containers.md index 8c863a1fdc..839feceba8 100644 --- a/content/actions/using-containerized-services/creating-redis-service-containers.md +++ b/content/actions/using-containerized-services/creating-redis-service-containers.md @@ -1,6 +1,6 @@ --- title: Creating Redis service containers -shortTitle: Redis service containers +shortTitle: Create Redis service containers intro: You can use service containers to create a Redis client in your workflow. This guide shows examples of creating a Redis service for jobs that run in containers or directly on the runner machine. redirect_from: - /actions/automating-your-workflow-with-github-actions/creating-redis-service-containers diff --git a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md index 62fe7d964c..16defd8a7e 100644 --- a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md +++ b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md @@ -1,5 +1,6 @@ --- title: About GitHub-hosted runners +shortTitle: About GitHub-hosted runners intro: '{% data variables.product.prodname_dotcom %} offers hosted virtual machines to run workflows. The virtual machine contains an environment of tools, packages, and settings available for {% data variables.product.prodname_actions %} to use.' redirect_from: - /articles/virtual-environments-for-github-actions @@ -14,7 +15,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -shortTitle: GitHub-hosted runners --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/using-github-hosted-runners/connecting-to-a-private-network.md b/content/actions/using-github-hosted-runners/connecting-to-a-private-network.md index d25112f22c..6210b2ecc5 100644 --- a/content/actions/using-github-hosted-runners/connecting-to-a-private-network.md +++ b/content/actions/using-github-hosted-runners/connecting-to-a-private-network.md @@ -1,5 +1,6 @@ --- title: Connecting to a private network +shortTitle: Connect to a private network intro: 'You can connect {% data variables.product.prodname_dotcom %}-hosted runners to resources on a private network, including package registries, secret managers, and other on-premises services.' versions: fpt: '*' diff --git a/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md b/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md index 6aac71b234..ce90c6fe8e 100644 --- a/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md +++ b/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md @@ -1,11 +1,11 @@ --- title: Controlling access to larger runners +shortTitle: Control access to {% data variables.actions.hosted_runner %}s intro: You can use policies to limit access to {% data variables.actions.hosted_runner %}s that have been added to an organization or enterprise. product: '{% data reusables.gated-features.hosted-runners %}' versions: feature: 'actions-hosted-runners' type: tutorial -shortTitle: Controlling access to {% data variables.actions.hosted_runner %}s --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/using-github-hosted-runners/index.md b/content/actions/using-github-hosted-runners/index.md index 89da172b2b..2195164561 100644 --- a/content/actions/using-github-hosted-runners/index.md +++ b/content/actions/using-github-hosted-runners/index.md @@ -1,5 +1,6 @@ --- title: Using GitHub-hosted runners +shortTitle: GitHub-hosted runners intro: You can use GitHub's runners to execute your GitHub Actions workflows. versions: fpt: '*' @@ -12,7 +13,6 @@ children: - /monitoring-your-current-jobs - /customizing-github-hosted-runners - /connecting-to-a-private-network -shortTitle: Use GitHub-hosted runners --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/using-github-hosted-runners/monitoring-your-current-jobs.md b/content/actions/using-github-hosted-runners/monitoring-your-current-jobs.md index 483b5e070f..14c648a87b 100644 --- a/content/actions/using-github-hosted-runners/monitoring-your-current-jobs.md +++ b/content/actions/using-github-hosted-runners/monitoring-your-current-jobs.md @@ -1,9 +1,9 @@ --- title: Monitoring your current jobs +shortTitle: Monitor current jobs intro: 'Monitor how {% data variables.product.prodname_dotcom %}-hosted runners are processing jobs in your organization or enterprise, and identify any related constraints.' versions: feature: github-runner-dashboard -shortTitle: Monitoring your current jobs --- {% data reusables.actions.enterprise-beta %} diff --git a/content/actions/using-github-hosted-runners/using-larger-runners.md b/content/actions/using-github-hosted-runners/using-larger-runners.md index 5d941f42f3..e3251b78a6 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners.md @@ -1,11 +1,11 @@ --- title: Using larger runners +shortTitle: 'Larger runners' intro: '{% data variables.product.prodname_dotcom %} offers larger runners with more RAM and CPU.' miniTocMaxHeadingLevel: 3 product: '{% data reusables.gated-features.hosted-runners %}' versions: feature: 'actions-hosted-runners' -shortTitle: Using {% data variables.actions.hosted_runner %}s --- ## Overview of {% data variables.actions.hosted_runner %}s diff --git a/content/actions/using-jobs/assigning-permissions-to-jobs.md b/content/actions/using-jobs/assigning-permissions-to-jobs.md index a99c44cd87..5ffb5bf516 100644 --- a/content/actions/using-jobs/assigning-permissions-to-jobs.md +++ b/content/actions/using-jobs/assigning-permissions-to-jobs.md @@ -1,6 +1,6 @@ --- title: Assigning permissions to jobs -shortTitle: Assigning permissions to jobs +shortTitle: Assign permissions to jobs intro: Modify the default permissions granted to `GITHUB_TOKEN`. versions: fpt: '*' diff --git a/content/actions/using-jobs/choosing-the-runner-for-a-job.md b/content/actions/using-jobs/choosing-the-runner-for-a-job.md index f3614ea491..672d326e5d 100644 --- a/content/actions/using-jobs/choosing-the-runner-for-a-job.md +++ b/content/actions/using-jobs/choosing-the-runner-for-a-job.md @@ -1,6 +1,6 @@ --- title: Choosing the runner for a job -shortTitle: Choosing the runner for a job +shortTitle: Choose the runner for a job intro: Define the type of machine that will process a job in your workflow. versions: fpt: '*' diff --git a/content/actions/using-jobs/defining-outputs-for-jobs.md b/content/actions/using-jobs/defining-outputs-for-jobs.md index 0255f28d38..3680f6ae81 100644 --- a/content/actions/using-jobs/defining-outputs-for-jobs.md +++ b/content/actions/using-jobs/defining-outputs-for-jobs.md @@ -1,6 +1,6 @@ --- title: Defining outputs for jobs -shortTitle: Defining outputs for jobs +shortTitle: Define outputs for jobs intro: Create a map of outputs for your jobs. versions: fpt: '*' diff --git a/content/actions/using-jobs/running-jobs-in-a-container.md b/content/actions/using-jobs/running-jobs-in-a-container.md index c1903a8bb9..61afcb366d 100644 --- a/content/actions/using-jobs/running-jobs-in-a-container.md +++ b/content/actions/using-jobs/running-jobs-in-a-container.md @@ -1,6 +1,6 @@ --- title: Running jobs in a container -shortTitle: Running jobs in a container +shortTitle: Run jobs in a container intro: Use a container to run the steps in a job. versions: fpt: '*' diff --git a/content/actions/using-jobs/setting-default-values-for-jobs.md b/content/actions/using-jobs/setting-default-values-for-jobs.md index e585cb7178..2be5633e0e 100644 --- a/content/actions/using-jobs/setting-default-values-for-jobs.md +++ b/content/actions/using-jobs/setting-default-values-for-jobs.md @@ -1,6 +1,6 @@ --- title: Setting default values for jobs -shortTitle: Setting default values for jobs +shortTitle: Set default values for jobs intro: 'Define the default settings that will apply to all jobs in the workflow, or all steps in a job.' versions: fpt: '*' diff --git a/content/actions/using-jobs/using-a-matrix-for-your-jobs.md b/content/actions/using-jobs/using-a-matrix-for-your-jobs.md index 40615bed48..0130deeefd 100644 --- a/content/actions/using-jobs/using-a-matrix-for-your-jobs.md +++ b/content/actions/using-jobs/using-a-matrix-for-your-jobs.md @@ -1,6 +1,6 @@ --- title: Using a matrix for your jobs -shortTitle: Using a matrix +shortTitle: Matrixes intro: Create a matrix to define variations for each job. versions: fpt: '*' diff --git a/content/actions/using-jobs/using-concurrency.md b/content/actions/using-jobs/using-concurrency.md index 92c338c692..3870c24df8 100644 --- a/content/actions/using-jobs/using-concurrency.md +++ b/content/actions/using-jobs/using-concurrency.md @@ -1,6 +1,6 @@ --- title: Using concurrency -shortTitle: Using concurrency +shortTitle: Concurrency intro: Run a single job at a time. versions: fpt: '*' diff --git a/content/actions/using-jobs/using-conditions-to-control-job-execution.md b/content/actions/using-jobs/using-conditions-to-control-job-execution.md index fd0009824a..0bd46fa968 100644 --- a/content/actions/using-jobs/using-conditions-to-control-job-execution.md +++ b/content/actions/using-jobs/using-conditions-to-control-job-execution.md @@ -1,6 +1,6 @@ --- title: Using conditions to control job execution -shortTitle: Using conditions to control job execution +shortTitle: Use conditions to control job execution intro: Prevent a job from running unless your conditions are met. versions: fpt: '*' diff --git a/content/actions/using-jobs/using-environments-for-jobs.md b/content/actions/using-jobs/using-environments-for-jobs.md index cedcf62bab..fe724a42ed 100644 --- a/content/actions/using-jobs/using-environments-for-jobs.md +++ b/content/actions/using-jobs/using-environments-for-jobs.md @@ -1,6 +1,6 @@ --- title: Using environments for jobs -shortTitle: Using environments for jobs +shortTitle: Environments intro: Specify an environment for a job. versions: fpt: '*' diff --git a/content/actions/using-jobs/using-jobs-in-a-workflow.md b/content/actions/using-jobs/using-jobs-in-a-workflow.md index f7761c72ed..7c70bea0c5 100644 --- a/content/actions/using-jobs/using-jobs-in-a-workflow.md +++ b/content/actions/using-jobs/using-jobs-in-a-workflow.md @@ -1,6 +1,6 @@ --- title: Using jobs in a workflow -shortTitle: Using jobs in a workflow +shortTitle: Use jobs in a workflow intro: Use workflows to run multiple jobs. versions: fpt: '*' diff --git a/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md b/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md index 2de67fe8e5..f117ead07c 100644 --- a/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md +++ b/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md @@ -1,6 +1,6 @@ --- title: Caching dependencies to speed up workflows -shortTitle: Caching dependencies +shortTitle: Cache dependencies intro: 'To make your workflows faster and more efficient, you can create and use caches for dependencies and other commonly reused files.' redirect_from: - /github/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows diff --git a/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md b/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md index 77dd9af5bf..ad1fc32d99 100644 --- a/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md +++ b/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md @@ -1,6 +1,6 @@ --- title: Creating starter workflows for your organization -shortTitle: Creating starter workflows +shortTitle: Create starter workflows intro: Learn how you can create starter workflows to help people in your team add new workflows more easily. redirect_from: - /actions/configuring-and-managing-workflows/sharing-workflow-templates-within-your-organization diff --git a/content/actions/using-workflows/reusing-workflows.md b/content/actions/using-workflows/reusing-workflows.md index 432b32ff8a..016cb10829 100644 --- a/content/actions/using-workflows/reusing-workflows.md +++ b/content/actions/using-workflows/reusing-workflows.md @@ -1,6 +1,6 @@ --- title: Reusing workflows -shortTitle: Reusing workflows +shortTitle: Reuse workflows intro: Learn how to avoid duplication when creating a workflow by reusing existing workflows. redirect_from: - /actions/learn-github-actions/reusing-workflows @@ -105,7 +105,7 @@ You can define inputs and secrets, which can be passed from the caller workflow on: workflow_call: inputs: - username: + config-path: required: true type: string secrets: @@ -133,10 +133,10 @@ You can define inputs and secrets, which can be passed from the caller workflow runs-on: ubuntu-latest environment: production steps: - - uses: octo-org/my-action@v1 - with: - username: ${{ inputs.username }} - token: ${{ secrets.envPAT }} + - uses: actions/labeler@v4 + with: + repo-token: ${{ secrets.envPAT }} + configuration-path: ${{ inputs.config-path }} ``` {% endraw %} In the example above, `envPAT` is an environment secret that's been added to the `production` environment. This environment is therefore referenced within the job. @@ -162,7 +162,7 @@ name: Reusable workflow example on: workflow_call: inputs: - username: + config-path: required: true type: string secrets: @@ -170,14 +170,13 @@ on: required: true jobs: - example_job: - name: Pass input and secrets to my-action + triage: runs-on: ubuntu-latest steps: - - uses: octo-org/my-action@v1 - with: - username: ${{ inputs.username }} - token: ${{ secrets.token }} + - uses: actions/labeler@v4 + with: + repo-token: ${{ secrets.token }} + configuration-path: ${{ inputs.config-path }} ``` {% endraw %} @@ -256,7 +255,7 @@ When you call a reusable workflow, you can only use the following keywords in th ### Example caller workflow -This workflow file calls two workflow files. The second of these, `workflow-B.yml` (shown in the [example reusable workflow](#example-reusable-workflow)), is passed an input (`username`) and a secret (`token`). +This workflow file calls two workflow files. The second of these, `workflow-B.yml` (shown in the [example reusable workflow](#example-reusable-workflow)), is passed an input (`config-path`) and a secret (`token`). {% raw %} ```yaml{:copy} @@ -272,11 +271,14 @@ jobs: uses: octo-org/example-repo/.github/workflows/workflow-A.yml@v1 call-workflow-passing-data: + permissions: + contents: read + pull-requests: write uses: octo-org/example-repo/.github/workflows/workflow-B.yml@main with: - username: mona + config-path: .github/labeler.yml secrets: - token: ${{ secrets.TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} ``` {% endraw %} diff --git a/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md b/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md index 2109206f82..6d56152317 100644 --- a/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md +++ b/content/actions/using-workflows/sharing-workflows-secrets-and-runners-with-your-organization.md @@ -1,6 +1,6 @@ --- title: 'Sharing workflows, secrets, and runners with your organization' -shortTitle: Sharing workflows with your organization +shortTitle: Share workflows with your organization intro: 'Learn how you can use organization features to collaborate with your team, by sharing starter workflows, secrets, and self-hosted runners.' redirect_from: - /actions/learn-github-actions/sharing-workflows-with-your-organization diff --git a/content/actions/using-workflows/storing-workflow-data-as-artifacts.md b/content/actions/using-workflows/storing-workflow-data-as-artifacts.md index 44765cb1a3..7b9da28751 100644 --- a/content/actions/using-workflows/storing-workflow-data-as-artifacts.md +++ b/content/actions/using-workflows/storing-workflow-data-as-artifacts.md @@ -1,6 +1,6 @@ --- title: Storing workflow data as artifacts -shortTitle: Storing workflow artifacts +shortTitle: Store artifacts intro: Artifacts allow you to share data between jobs in a workflow and store data once that workflow has completed. redirect_from: - /articles/persisting-workflow-data-using-artifacts diff --git a/content/actions/using-workflows/triggering-a-workflow.md b/content/actions/using-workflows/triggering-a-workflow.md index 9c19cc72ff..c0c7429ee7 100644 --- a/content/actions/using-workflows/triggering-a-workflow.md +++ b/content/actions/using-workflows/triggering-a-workflow.md @@ -1,6 +1,6 @@ --- title: Triggering a workflow -shortTitle: Triggering a workflow +shortTitle: Trigger a workflow intro: 'How to automatically trigger {% data variables.product.prodname_actions %} workflows' versions: fpt: '*' diff --git a/content/actions/using-workflows/using-starter-workflows.md b/content/actions/using-workflows/using-starter-workflows.md index 208892d56d..e088e87075 100644 --- a/content/actions/using-workflows/using-starter-workflows.md +++ b/content/actions/using-workflows/using-starter-workflows.md @@ -1,5 +1,6 @@ --- title: Using starter workflows +shortTitle: Use starter workflows intro: '{% data variables.product.product_name %} provides starter workflows for a variety of languages and tooling.' redirect_from: - /articles/setting-up-continuous-integration-using-github-actions diff --git a/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md b/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md index 8eb4e002f8..17af4bb2aa 100644 --- a/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md +++ b/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md @@ -42,9 +42,9 @@ While {% data variables.product.prodname_github_codespaces %} provides the benef While this option does not configure a development environment for you, it will allow you to make changes to your source code as needed while you wait for the service disruption to resolve. -## Option 4: Use Remote-Containers and Docker for a local containerized environment +## Option 4: Use the Dev Containers extension and Docker for a local containerized environment -If your repository has a `devcontainer.json`, consider using the [Remote-Containers extension](https://code.visualstudio.com/docs/remote/containers#_quick-start-open-a-git-repository-or-github-pr-in-an-isolated-container-volume) in {% data variables.product.prodname_vscode %} to build and attach to a local development container for your repository. The setup time for this option will vary depending on your local specifications and the complexity of your dev container setup. +If your repository has a `devcontainer.json`, consider using the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) in {% data variables.product.prodname_vscode %} to build and attach to a local development container for your repository. The setup time for this option will vary depending on your local specifications and the complexity of your dev container setup. For more information, see "[Developing inside a container](https://code.visualstudio.com/docs/remote/containers#_quick-start-open-a-git-repository-or-github-pr-in-an-isolated-container-volume)" in the {% data variables.product.prodname_vscode_shortname %} documentation. {% note %} diff --git a/content/codespaces/developing-in-codespaces/codespaces-lifecycle.md b/content/codespaces/developing-in-codespaces/codespaces-lifecycle.md index fe1dcee67c..2465cfe69e 100644 --- a/content/codespaces/developing-in-codespaces/codespaces-lifecycle.md +++ b/content/codespaces/developing-in-codespaces/codespaces-lifecycle.md @@ -79,4 +79,4 @@ For more information on deleting a codespace, see "[Deleting a codespace](/codes {% data variables.product.prodname_github_codespaces %} is a cloud-based development environment and requires an internet connection. If you lose connection to the internet while working in a codespace, you will not be able to access your codespace. However, any uncommitted changes will be saved. When you have access to an internet connection again, you can connect to your codespace in the exact same state that it was left in. If you have an unstable internet connection, you should commit and push your changes often. -If you know that you will often be working offline, you can use your `devcontainer.json` file with the ["{% data variables.product.prodname_vscode %} Remote - Containers" extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) to build and attach to a local development container for your repository. For more information, see [Developing inside a container](https://code.visualstudio.com/docs/remote/containers) in the {% data variables.product.prodname_vscode %} documentation. +If you know that you will often be working offline, you can use your `devcontainer.json` file with the ["Dev Containers" extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) for {% data variables.product.prodname_vscode_shortname %} to build and attach to a local development container for your repository. For more information, see [Developing inside a container](https://code.visualstudio.com/docs/remote/containers) in the {% data variables.product.prodname_vscode %} documentation. diff --git a/content/codespaces/developing-in-codespaces/getting-started-with-github-codespaces-for-machine-learning.md b/content/codespaces/developing-in-codespaces/getting-started-with-github-codespaces-for-machine-learning.md index 7fb59cd7b0..4adc735b73 100644 --- a/content/codespaces/developing-in-codespaces/getting-started-with-github-codespaces-for-machine-learning.md +++ b/content/codespaces/developing-in-codespaces/getting-started-with-github-codespaces-for-machine-learning.md @@ -41,13 +41,6 @@ The default container image that's used by {% data variables.product.prodname_gi 1. In the {% data variables.product.prodname_vscode_shortname %} editor, close any "Get Started" tabs that are displayed. 1. Open the `image-classifier.ipynb` notebook file. -1. Click the Python kernel link at the top right of the editor. - - ![Screenshot of the Python kernal link](/assets/images/help/codespaces/jupyter-python-kernel-link.png) - -1. In the drop-down menu, choose the kernel in the directory `/opt/python/latest/bin/python`. - - ![Screenshot of the Python kernal drop-down menu](/assets/images/help/codespaces/jupyter-python-kernel-dropdown.png) ### Build the image classifier diff --git a/content/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers.md b/content/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers.md index bd189eecbe..03f5eefc01 100644 --- a/content/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers.md +++ b/content/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers.md @@ -126,7 +126,7 @@ You can choose from a list of predefined configurations to create a dev containe Using a predefined configuration is a great idea if you need some additional extensibility. You can also start with a predefined configuration and amend it as needed for your project. For more information about the definitions of predefined dev containers, see the [`devcontainers/images`](https://github.com/devcontainers/images/tree/main/src) repository. -You can add a predefined dev container configuration either while working in a codespace, or while working on a repository locally. To do this in {% data variables.product.prodname_vscode_shortname %} while you are working locally, and not connected to a codespace, you must have the "Remote - Containers" extension installed and enabled. For more information about this extension, see the [{% data variables.product.prodname_vs_marketplace_shortname %}](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers). The following procedure describes the process when you are using a codespace. The steps in {% data variables.product.prodname_vscode_shortname %} when you are not connected to a codespace are very similar. +You can add a predefined dev container configuration either while working in a codespace, or while working on a repository locally. To do this in {% data variables.product.prodname_vscode_shortname %} while you are working locally, and not connected to a codespace, you must have the "Dev Containers" extension installed and enabled. For more information about this extension, see the [{% data variables.product.prodname_vs_marketplace_shortname %}](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers). The following procedure describes the process when you are using a codespace. The steps in {% data variables.product.prodname_vscode_shortname %} when you are not connected to a codespace are very similar. {% data reusables.codespaces.command-palette-container %} 1. Click the definition you want to use. diff --git a/content/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces.md index b0d92d091d..e029c962f6 100644 --- a/content/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces.md +++ b/content/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces.md @@ -30,6 +30,38 @@ If you create a codespace and it does not open: If you still cannot create a codespace for a repository where {% data variables.product.prodname_github_codespaces %} is available, {% data reusables.codespaces.contact-support %} +### Codespace creation fails + +If the creation of a codespace fails, it's likely to be due to a temporary infrastructure issue in the cloud - for example, a problem provisioning a virtual machine for the codespace. A less common reason for failure is if it takes longer than an hour to build the container. In this case, the build is cancelled and codespace creation will fail. + +{% note %} + +**Note:** A codespace that was not successfully created is never going to be usable and should be deleted. For more information, see "[Deleting a codespace](/codespaces/developing-in-codespaces/deleting-a-codespace)." + +{% endnote %} + +If you create a codespace and the creation fails: + +1. Check {% data variables.product.prodname_dotcom %}'s [Status page](https://githubstatus.com) for any active incidents. +1. Go to [your {% data variables.product.prodname_github_codespaces %} page](https://github.com/codespaces), delete the codespace, and create a new codespace. +1. If the container is building, look at the logs that are streaming and make sure the build is not stuck. A container build that takes longer than one hour will be canceled, resulting in a failed creation. + + One common scenario where this could happen is if you have a script running that is prompting for user input and waiting for an answer. If this is the case, remove the interactive prompt so that the build can complete non-interactively. + + {% note %} + + **Note**: To view the logs during a build: + * In the browser, click **View logs.** + + ![Screenshot of the Codespaces web UI with the View logs link emphasized](/assets/images/help/codespaces/web-ui-view-logs.png) + + * In the VS Code desktop application, click **Building codespace** in the "Setting up remote connection" that's displayed. + + ![Screenshot of VS Code with the Building codespace link emphasized](/assets/images/help/codespaces/vs-code-building-codespace.png) + + {% endnote %} +2. If you have a container that takes a long time to build, consider using prebuilds to speed up codespace creations. For more information, see "[Configuring prebuilds](/codespaces/prebuilding-your-codespaces/configuring-prebuilds#configuring-a-prebuild)." + ## Deleting codespaces The owner of a codespace has full control over it and only they can delete their codespaces. You cannot delete a codespace created by another user. diff --git a/content/developers/apps/managing-oauth-apps/deleting-an-oauth-app.md b/content/developers/apps/managing-oauth-apps/deleting-an-oauth-app.md index 26affcb17f..21cfeb7169 100644 --- a/content/developers/apps/managing-oauth-apps/deleting-an-oauth-app.md +++ b/content/developers/apps/managing-oauth-apps/deleting-an-oauth-app.md @@ -18,7 +18,9 @@ topics: {% data reusables.user-settings.oauth_apps %} 4. Select the {% data variables.product.prodname_oauth_app %} you want to modify. ![App selection](/assets/images/oauth-apps/oauth_apps_choose_app_post2dot12.png) -5. Click **Delete application**. +5. In the left sidebar, click **Advanced**. +![App selection](/assets/images/oauth-apps/oauth_apps_sidebar_advanced.png) +6. Click **Delete application**. ![Button to delete the application](/assets/images/oauth-apps/oauth_apps_delete_application.png) -6. Click **Delete this OAuth Application**. +7. Click **Delete this OAuth Application**. ![Button to confirm the deletion](/assets/images/oauth-apps/oauth_apps_delete_confirm.png) diff --git a/content/site-policy/privacy-policies/github-privacy-statement.md b/content/site-policy/privacy-policies/github-privacy-statement.md index ab5843b284..decba66ab8 100644 --- a/content/site-policy/privacy-policies/github-privacy-statement.md +++ b/content/site-policy/privacy-policies/github-privacy-statement.md @@ -221,7 +221,7 @@ For Enterprise Marketing Pages, we may also use non-essential cookies to (i) ga Our emails to users may contain a pixel tag, which is a small, clear image that can tell us whether or not you have opened an email and what your IP address is. We use this pixel tag to make our email communications more effective and to make sure we are not sending you unwanted email. -The length of time a cookie will stay on your browser or device depends on whether it is a “persistent” or “session” cookie. Session cookies will only stay on your device until you stop browsing. Persistent cookies stay until they expire or are deleted. The expiration time or retention period applicable to persistent cookies depends on the purpose of the cookie collection and tool used. You may be able to delete cookie data as described here. +The length of time a cookie will stay on your browser or device depends on whether it is a “persistent” or “session” cookie. Session cookies will only stay on your device until you stop browsing. Persistent cookies stay until they expire or are deleted. The expiration time or retention period applicable to persistent cookies depends on the purpose of the cookie collection and tool used. You may be able to delete cookie data as described [here](/site-policy/privacy-policies/github-privacy-statement#what-are-your-cookie-choices-and-controls). #### What are cookies and similar technologies? @@ -372,9 +372,9 @@ The CCPA provides California residents with certain rights related to their pers When receiving a request, we will verify that the individual making the request is the resident to whom the personal information subject to the request pertains. California residents may exercise their rights themselves or may use an authorized agent, designated in writing or through a power of attorney, to make requests on their behalf. If you use an authorized agent to submit a request, we may require that you provide us additional information demonstrating that the agent is acting on your behalf, and we may need you to verify your identity directly with us. With respect to your personal information, California residents may exercise the rights described below. #### Right to Know. -You have a right to request that we disclose to you the personal information we have collected about you. You also have a right to request additional information about our collection, use, disclosure, or sale of such personal information. Note that we have provided much of this information in this privacy statement. You can use GitHub’s User Migration API to access and download your data. Learn more here. You may also make such a “request to know” by contacting us here. +You have a right to request that we disclose to you the personal information we have collected about you. You also have a right to request additional information about our collection, use, disclosure, or sale of such personal information. Note that we have provided much of this information in this privacy statement. You can use GitHub’s User Migration tool to access and download your data. Learn more [here](/get-started/privacy-on-github/requesting-an-archive-of-your-personal-accounts-data). You may also make such a “request to know” by contacting us [here](https://support.github.com/contact/privacy). #### Right to Request Deletion. -You also have a right to request that we delete personal information under certain circumstances, subject to a number of exceptions. To make a request to delete, You can use GitHub’s User Migration API to access and download your data. Learn more here. You may also make such a “request to delete” by contacting us here. +You also have a right to request that we delete personal information under certain circumstances, subject to a number of exceptions. To make a request to delete, you can contact us [here](https://support.github.com/contact/privacy) or use the account settings [here](https://github.com/settings/admin). #### Right to Opt-Out. You have a right to opt-out from future “sales” of personal information. Note that we do not “sell” personal information as defined by the CCPA and have not done so in the past 12 months. diff --git a/data/reusables/actions/pass-inputs-to-reusable-workflows.md b/data/reusables/actions/pass-inputs-to-reusable-workflows.md index 299f7e20da..fff33080de 100644 --- a/data/reusables/actions/pass-inputs-to-reusable-workflows.md +++ b/data/reusables/actions/pass-inputs-to-reusable-workflows.md @@ -6,7 +6,7 @@ jobs: call-workflow-passing-data: uses: octo-org/example-repo/.github/workflows/reusable-workflow.yml@main with: - username: mona + config-path: .github/labeler.yml secrets: envPAT: ${{ secrets.envPAT }} ``` @@ -21,7 +21,7 @@ jobs: call-workflow-passing-data: uses: octo-org/example-repo/.github/workflows/reusable-workflow.yml@main with: - username: mona + config-path: .github/labeler.yml secrets: inherit ``` {% endraw %} 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 4a7ee37154..3ba4c6c25e 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:1dbf076552255ba4ce2e26ac4cfe4f816f3e8a5308a9f27fde71d61d7eca3543 -size 786912 +oid sha256:05b164915cc99122f0840c47406e79e59411eac4a1370e752cadba696dfbba98 +size 786943 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 28a9533257..42c6065e7c 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:382ebb5b9a69eb56f86e5aac3f79d04433e53d740289fe12ce930c44180b5049 -size 1551907 +oid sha256:5a44b4d157333e3ac4beeeb00801d61129fe35aa5730fdcd09f4ba6a85ad89a1 +size 1551945 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 d31a84a9b7..871a38f8f9 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:5788cb14bbd3e8415eab1abc3a6a224f131d04ae41f6ca052cb3ec8b38c86dba -size 1103791 +oid sha256:4ebd4de3653af039396bcd6976037ae4fc5023333e41725e202eb86359e5069c +size 1103869 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 f54e8710e2..e40404f774 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:358880886a5cecd72b57acef6bfb5b65a8caba0f969238cbb48cd204d679b6cd -size 4475527 +oid sha256:45f03f7d2eb1a3e353a017fdc7e8277344dba48dbc76fc574aa077626e86af04 +size 4476031 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 2b0abfb3b6..89f217504f 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:f8ed753fe87f77b435849e3e8df340c8a7b48592d7075d8d1ff11fbce3b7a1be -size 740995 +oid sha256:9732b0cdeefbbcda578256694e5e187802934ff65b63c7dcb60858cc023ea95d +size 740927 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 0e81bd4271..4a071a07db 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:21ad16d1590996adc8f7f2c065eb126c2b1496cfc1b6d3de23df1769aad418d8 -size 3089400 +oid sha256:2f50a103855bb2f96fd046dbd13d5fd901201834d2512dfd1e5ec2bdb1240987 +size 3089113 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 b02696e713..32ad3218eb 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:cf8c969785d6df021a111c8a49a38d9eac2e6460127a5c9ddad89143c8e72f99 -size 829102 +oid sha256:e3931b852e1add9a74d38b85d39a4262d326b9eb70f9a8cc712c1df3b2485a3d +size 829172 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 e3a4dc3763..bedb38830c 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:9894bf172830c790f7e977436d1cfb16473f24b5ee23b9cf6fe0c220e573c2c5 -size 4379408 +oid sha256:c0e8d6f1211efce541d902f15b8426da7f69689bc806f05cf06c9a9129799e5f +size 4379170 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 3209df3de2..a2282b94ff 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:27b281ade5ad763c643a0ea4b1b5e38fc48615d4698e20fd28fe72db27710d45 -size 727905 +oid sha256:457bcd4d5fff51c9ac41339f80375933e4bcda7a5fde669a516735a330a31a8b +size 727909 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 ab7951374f..8175611792 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:9dd734190d0720a5c907e3dd7fbf71b570b54d3561430d7128f6796b5875c27a -size 3081354 +oid sha256:7e9b193082461a57176d82fd4ebce98ca82a42f649049f7ea8ab9aedec8f1cb8 +size 3081068 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 4b88e3714a..fbd5fd9176 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:320200138d25833a284604a8eb26269c5f29ce83f9ffec796190f64f9de37b32 -size 811738 +oid sha256:7a8eb6b0d2296e4abc4ae1a60a2f2bc6e799a33595728f762bc1e4fdcc6d1edc +size 811704 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 52af060816..39f97ad597 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:ae707061a85dee83cf653137a0f730e8eaeb296c9410be15857619b3ae78d2b4 -size 1605567 +oid sha256:8a41823557a3aa683be9bd0640ccd93b245fb4cf20e74d34cf1c70f8fa8921d8 +size 1605751 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 960f656ad6..9b945637e1 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:dcf3fbe238768ff40e301abb5b751b6776019ad085266fa32ced7e43ecd7af1b -size 1140129 +oid sha256:cf6077f295ee8f8e7a026e02606458c138b86a0e3e213027ead0fbb5b40b876e +size 1140113 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 82c4f51d09..0b12259ae3 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:7b81dc115e5b5e85c0c41ea85ce27e00a903d10ba9b5e04ef71902e2954d3011 -size 4580319 +oid sha256:20304af7ed58834817c0c2938928ac99afabaf0910b5a50094c43d7a489cff28 +size 4580840 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 0e95dc8d2d..48416250cd 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:c35c078b9d094a1d004d35296ac7c9a201d3fd788b53c2e41700c80ac7dc44ec -size 762735 +oid sha256:22f13e6224cb73e37abd1e84c1de9a3850a79cdf957489a42d5b686f437eceb4 +size 762754 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 23b2dcf6fe..384b56cee9 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:03fcdfb50af69e0b3c6e1d98fd78942bc0aec5d8fd9eec0917a31b1f5257631b -size 3182880 +oid sha256:a55e72239d7b1ac68baaae77f4505ecea25afdd267f8f7978a4934f211e140ec +size 3183042 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 008bd74acf..aa2f7d6345 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:b037aef94482d0e31592fa38438b66ad9a997baf3eaf7a5847c61aa305878399 -size 853268 +oid sha256:8635080b426e8682f0159c882ef79258c37ff19e1d1e472cad2eb4624c03614c +size 853308 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 eef08afa26..db53b006c1 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:d4bd1a3440fae9b714b64c063f41aec70794beff07e543efd65418fc43d5a71e -size 4509837 +oid sha256:f3c47bbcec9329fcaebc5376e6903f81e514ebdca369431594ff6366b95a4673 +size 4509958 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 ae63a14422..1e17116f70 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:f45038b37c0fbedc2b420f97ab585192d10160cce60b810f5c527ba3d4a02d4a -size 749843 +oid sha256:bb7014f77f2d3f191a12e6e8348458a72b8904840e9c869eae7a36e40dfea78c +size 749663 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 a31ddba6e7..e55ea8b9d8 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:5dea767577b41103d50a886888f602463156d13153f07a50a2ab99e61605c97d -size 3176770 +oid sha256:67987f0ee52b37e576f1813151f4b9749602c8850905a0a601950de442affe4f +size 3176573 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 310a069697..feb4127850 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:15c886eeeb5a7fc3ec442025286288fb55ba5985562f5feaeea0958aca9b70d8 -size 813759 +oid sha256:f7b03dae4919f69f7ff40f997f39183417cc74348af59dd8d8cb08b6c0b6b980 +size 813828 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 c05c721231..0d1d955597 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:76aab6ec25b21beb4851fe111f34d1ba5b8a2c3c71fafcf01c0daaedb312ecc8 -size 1618443 +oid sha256:53b70340016754c507278e06d53565fae8a13336ba3d11caff5bb44edf135f44 +size 1618330 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 6b4297f160..db5556ac19 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:480daa10b6870ef445f16491a018aae8ac707f8aa4b6bff12dea5f349649e3db -size 1151393 +oid sha256:d79555ded7185217addc505a0709f58b38e445ae0700e80106efe783542d0cda +size 1151323 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 24e8e9c8c3..ef712cf8df 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:1c3fef47e441e2c7472ab3711452d28e099b11040ca46af9d298b140583d2828 -size 4639933 +oid sha256:d943401488a1d9d7ed09b913387f624add64097e4deac28efbdf33c4c19cee1d +size 4639835 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 abdcf5cdd8..b27a2837c4 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:fa21e9db1de0690136ceef09c14aaf99b91058c081c60698205fca4307a45e4e -size 767077 +oid sha256:fd1f9bb9728bd1a82c07559a9b6041808902b735dd2e367c52f2d8229422df16 +size 767045 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 a818848022..383d4a8d34 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:bd70bf9192a797c345a246ba3d617553f51a3b9405c0380d168ff45d7bc64bfd -size 3209507 +oid sha256:7d51720e78466d260b114074848ed03edc19f096949994a5baccb5e66ade26d2 +size 3209571 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 eb450c7fa1..b8f6ed7630 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:8232f487c848c0727157f6ecefe5e3a20291351cc3648e3fc0aa124b9eb82b96 -size 855646 +oid sha256:5a4f85a49923805f0a45120a3b9c113a3214b5f914c389b7e5273310d784c352 +size 855585 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 a6265e5a8f..9c77aade03 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:f2ebfffe0d5d378986dab868d7cd244d1c68e145b0f7aa3a329177978335a7eb -size 4537051 +oid sha256:0c0320884d004f5f1a1f183b796d60f29b330daba8eba8bb8cd3e7ab87724908 +size 4536924 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 a73320a523..b7c733214a 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:66785c22fba60b65468680f16f8cafaffc33d0e5e0ebe202bc1f1414b9510c56 -size 754075 +oid sha256:d5f92cd1e11662c674e5869d0e2562d93aa96f3ca7040c3754b09dbf700a2f0e +size 754115 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 d037f1d1c2..dbb4b9f278 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:10871d299fe29cee2f6a82031d40c34233ece732679c050eb3218dcca505298e -size 3202376 +oid sha256:63062e1386e66ad73bf61a2880700ee6a2629cfcfe62380223283178eae35646 +size 3202322 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 27f8033ecf..f2f3fc26c0 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:d6a75f48195adadd45dd867a8ee62565cd59bc1fcf892838ee1229c027020e54 -size 844215 +oid sha256:6ecba8734d99326ccb87159ef34f6c7ee80a96d1abaa2cae9418d9ac59c0e657 +size 844270 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 d7486e0eb4..2070529776 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:0becf0063cb3448acfcfc91f3d44fb38567d00238345e74e16134e96c0b7eea7 -size 1679812 +oid sha256:5cc1e85756cd96af24d08a89400800a9b61c28b63538d5b63cb03b7308f3e689 +size 1679834 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 0c3ba93fb3..dee560410f 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:3a59fa5e91cbf18f01ab1d01495aee75158b1c1cd6dc5d6c6cfe9615c6743ef3 -size 1192263 +oid sha256:183684d4b6c4f5bf0bc1d770f3d6aa3d28ab09511ed13a926d830d0d0e6d9e17 +size 1191872 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 48cfa3864e..864ae19fa6 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:ea5de317f2b18106d3104bf0d753edd348b3d5744b53fb513dd7214a396e73c4 -size 4808381 +oid sha256:f9e45a3226a2f50eed277558695f849991f34b9dbe0d18f67f50316bfeed2e03 +size 4808771 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 54c64cedc7..3d4a484cb3 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:e513300627104a1eb534151c1da18a78d9443603311a4581d808bdfdc4580814 -size 792106 +oid sha256:78d2def16d8cb9bc2d87409bfc3e9ea8f86fb0a8fc9d0de06dc264b83f4c3825 +size 792107 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 08de0fa37a..ab7169df7a 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:3b282f2658668eccc89f22291bc8f5af3133ce5864364d3b3910e4639fabec3e -size 3324376 +oid sha256:5d9f61b350606b6bff3586a4143c9f877c4ba29e7abc6123279376691868caf3 +size 3324390 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 a205a0488a..f90150ae90 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:b9777a0c45337314e2c823769352494d56bf4db19bab8493aca7e1f2fe01e679 -size 885887 +oid sha256:474fcc585cf4fe5e5877d2a0d2e9205807d0262f04c4858f62fdd4e1337ba1e1 +size 885873 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 aa48e62500..6c794d91ca 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:47017a4eef6cdcd1a8abccaae0ebf0b81489c2e6d3f98b661b1fbb67218dfd4d -size 4708025 +oid sha256:0a3e13ddb8b77b59fd5a18937126284499cd42442c1af6e20c7fa41c98dd0031 +size 4707894 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 476623246e..f9525c114a 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:639ffd61558b486b30f650bcd90fa27cc8052e356df61ebf20445bb590046b82 -size 779153 +oid sha256:b01e33a56fac78de5a86dc212d44bd7c69034018fd062d09d2946fd940d2e64c +size 779231 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 84e9cf9be5..5129d398e4 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:b3cdc05bd3978fcf18ad0711199556efdda27f918415f49ef5bd382ea261970a -size 3318479 +oid sha256:53c956bff1f917fbb09c9e3d4c5921b1ee1a333b509fcab3277b93279614d9f5 +size 3318410 diff --git a/lib/search/indexes/github-docs-3.6-cn-records.json.br b/lib/search/indexes/github-docs-3.6-cn-records.json.br index 7f3256db30..1053dcdfd9 100644 --- a/lib/search/indexes/github-docs-3.6-cn-records.json.br +++ b/lib/search/indexes/github-docs-3.6-cn-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9f43057bf970b674d48b88e7843ecf9b5d620fd921803ea664d3b750dda3d06 -size 866849 +oid sha256:6bc38618c1a1eede73c1afe8c68462990884dceb45e9d6c7cb507e0c340389f6 +size 866879 diff --git a/lib/search/indexes/github-docs-3.6-cn.json.br b/lib/search/indexes/github-docs-3.6-cn.json.br index a59a899ba9..1449f59ce5 100644 --- a/lib/search/indexes/github-docs-3.6-cn.json.br +++ b/lib/search/indexes/github-docs-3.6-cn.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73c2fd488276350e2092cb922f94ca7f0b46fa6e70ca837bfcfb224d201f82da -size 1722153 +oid sha256:dbe24bfe7b6bbf647dd29e09fe1e8179ce74beb8b652059f983356d6e592595f +size 1721948 diff --git a/lib/search/indexes/github-docs-3.6-en-records.json.br b/lib/search/indexes/github-docs-3.6-en-records.json.br index e7fabcd1a3..26a4bfe0ff 100644 --- a/lib/search/indexes/github-docs-3.6-en-records.json.br +++ b/lib/search/indexes/github-docs-3.6-en-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b7c0e9bcd5f76d56dafcfcd9fceb546f67b7aa019769d2698aa56911689bd69 -size 1225242 +oid sha256:e51bbd74cd68ec388448fbc52c78167faee3ffc5bf877a8ef11e4da516b32a04 +size 1225191 diff --git a/lib/search/indexes/github-docs-3.6-en.json.br b/lib/search/indexes/github-docs-3.6-en.json.br index 51767949f5..46b20ffb80 100644 --- a/lib/search/indexes/github-docs-3.6-en.json.br +++ b/lib/search/indexes/github-docs-3.6-en.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:839a62b5370525db69971618cfb42e38c4656b13ba4fc390d2be75fa57b19dcf -size 4940559 +oid sha256:54a61c199b64d37f52d2f7584061a6dfa2af6d7d817ea87c6a937151ae15a6b9 +size 4941002 diff --git a/lib/search/indexes/github-docs-3.6-es-records.json.br b/lib/search/indexes/github-docs-3.6-es-records.json.br index b39b8b0b27..333f1e5305 100644 --- a/lib/search/indexes/github-docs-3.6-es-records.json.br +++ b/lib/search/indexes/github-docs-3.6-es-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d011ea8ec42564374b8cbf4be3b642013597b96a8399f7f60f942017d5dbbe5c -size 814702 +oid sha256:d70991e5c6beb9ddbacda67de8b2f084136c919405d374281e6be6e254ac3672 +size 814571 diff --git a/lib/search/indexes/github-docs-3.6-es.json.br b/lib/search/indexes/github-docs-3.6-es.json.br index 384772e071..61138917ad 100644 --- a/lib/search/indexes/github-docs-3.6-es.json.br +++ b/lib/search/indexes/github-docs-3.6-es.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0707e6da4244f0c3930115bea9ae0bf5f24a6b73cb9572af5c981ea41525645e -size 3426473 +oid sha256:dba2e64b6c52fc38aca71a7ea3c1a5f82e514878e76c5a67fd7d0fdd716f9b2c +size 3426472 diff --git a/lib/search/indexes/github-docs-3.6-ja-records.json.br b/lib/search/indexes/github-docs-3.6-ja-records.json.br index 81b5ce4d7b..f84fb21f92 100644 --- a/lib/search/indexes/github-docs-3.6-ja-records.json.br +++ b/lib/search/indexes/github-docs-3.6-ja-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:860377e54e3b69520506f894688b2904e5f009e02cc235546c011637fc5925a1 -size 911406 +oid sha256:a56a60d807bdcec7e582aaca9c9560a73b5134d52765d283da222d2862e360ae +size 911402 diff --git a/lib/search/indexes/github-docs-3.6-ja.json.br b/lib/search/indexes/github-docs-3.6-ja.json.br index fcf56ed185..c3e4b72c46 100644 --- a/lib/search/indexes/github-docs-3.6-ja.json.br +++ b/lib/search/indexes/github-docs-3.6-ja.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f9bdfbd1ddd2d28bafb0f2c0c775b74ecbef92bf019a7ce24bdb130167b58b1 -size 4847841 +oid sha256:774494e404693b29b356e6d8ed4a191383374b86917c42f6bf9310baf1d39105 +size 4847569 diff --git a/lib/search/indexes/github-docs-3.6-pt-records.json.br b/lib/search/indexes/github-docs-3.6-pt-records.json.br index 7475a91575..6c460b4661 100644 --- a/lib/search/indexes/github-docs-3.6-pt-records.json.br +++ b/lib/search/indexes/github-docs-3.6-pt-records.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d48a64a6a70c9ae471a3d6396256f358a92bcce3ba925fd6a887700576a2a6b -size 801218 +oid sha256:b716e0d5971e0e132caf4e70bba9ab242b92c71f42ab4e2c7356f69103c9fd5c +size 801184 diff --git a/lib/search/indexes/github-docs-3.6-pt.json.br b/lib/search/indexes/github-docs-3.6-pt.json.br index 448a381be3..88ff79c432 100644 --- a/lib/search/indexes/github-docs-3.6-pt.json.br +++ b/lib/search/indexes/github-docs-3.6-pt.json.br @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:829bf47714b4cab690478595599d62b6d9d27c2bcb6a15a00915e402992571a5 -size 3418830 +oid sha256:f4cfaf0e2fdb68cbf8dd533f82952d6e7709566cbc828e36c7ef8bf05857f631 +size 3418538 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 a368000139..d8dd04dec6 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:b2f8619501baa49fd4f028bf9a3f99eb9f63a27c793bc7d0a18b4e4f6a178b77 -size 1014393 +oid sha256:663d9db11e43e185efd4f552668b2f1f907528b11a4df0ba76811c008f2c04a7 +size 1014804 diff --git a/lib/search/indexes/github-docs-dotcom-cn.json.br b/lib/search/indexes/github-docs-dotcom-cn.json.br index bed9546e63..b202cb1796 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:bb0a54175293d2a05ff4e7b510482453c75eb44df173d3b03c314dc732d2a590 -size 1825637 +oid sha256:78de39303086a67d71002d1e2e66e83b230d916481239a23a99340fc9decd050 +size 1825348 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 3f53b28aab..ddbef80f26 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:78dde32007b4b3e43c5048d29035458d48c7cc129e2f0fe7cab577cda66c73f9 -size 1475702 +oid sha256:729642fa1b34e44e5634c8c51f61744acdfda2ea4fe0ab4a1ba35a1699e84dbd +size 1475576 diff --git a/lib/search/indexes/github-docs-dotcom-en.json.br b/lib/search/indexes/github-docs-dotcom-en.json.br index 95cad7acfb..09df9474cd 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:600437afa8e1451c61c8325ab2755416b4e9fdc1357d95dabed41e92c8a0fa40 -size 5692311 +oid sha256:72db83472d2e2da002f0f082d2a50ec289d08c6cdc9939e738cad7cafbbaa51c +size 5690676 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 e3cef87199..e27f506f00 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:f3ea86e5df4252fccfbe81d0c18a76cc6d43f1bb019345ae781fc7d3c6f63c5d -size 944826 +oid sha256:d79b22978f77bd19d46e500863869f0eaec154409ee3f796356bc76afaeb5b19 +size 944797 diff --git a/lib/search/indexes/github-docs-dotcom-es.json.br b/lib/search/indexes/github-docs-dotcom-es.json.br index 0cc854323a..e16ff6d839 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:0bc302cb64d7ca4a830c835a06558730b350140726c37b1e604eb797f8e40c1c -size 3899400 +oid sha256:ddcf1b8c72c610eca8aa36ee2511ff928b33947114e0662704822e8fbc576a51 +size 3899700 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 5cc0e398fe..25ad2bc4b2 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:a759cc31f523c81d18cc07075ad4265f980215bfd311b2d4fee0beaddc47bcbb -size 1064584 +oid sha256:5705327576d9706453826a812b291617e417aae0ef429edee826ae3dcb853dcb +size 1064640 diff --git a/lib/search/indexes/github-docs-dotcom-ja.json.br b/lib/search/indexes/github-docs-dotcom-ja.json.br index 962bfd6f45..d287c46ab1 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:b59437e3d6d6df9990bd6ad330e753fe20f11fc0ac35413aa3492ce3a07c82d7 -size 5508923 +oid sha256:8e57be079d90dc3edfb9bef143d3fd3eb2630727441b5725c060fddbd945114a +size 5509011 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 2cd28e149d..df2f2326b1 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:5adb21172b6b5752fb6890ef6cd3958a6c159c3d0e81c676c192faf4f04e99bd -size 928112 +oid sha256:ad8db783dc6b363f9422388792e87c3b19c595962359b780e87ac2a70e523455 +size 928113 diff --git a/lib/search/indexes/github-docs-dotcom-pt.json.br b/lib/search/indexes/github-docs-dotcom-pt.json.br index ce3471eb15..476015b7b7 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:337856767fe72cbfb5c620555e5e7c76fb05c64436f1c69b8b183f351a397c18 -size 3866601 +oid sha256:aefb5b156c890617ea0c645e8391f26c90f88e71dbc664852c1e8a758434929e +size 3866524 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 a437d27c9e..3e30250290 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:f72c628f925f90525573915a52512dc4ffab2199241e2d589e36b9346e2d8bf6 -size 651872 +oid sha256:19a0fc6f48e4fdbd4412ca9066b81188a8644ac925d31d07ca4c4d5b67992605 +size 651913 diff --git a/lib/search/indexes/github-docs-ghae-cn.json.br b/lib/search/indexes/github-docs-ghae-cn.json.br index eedea0ab8f..c300e672fa 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:6166f3f1ef03d785962efca6ecc896e3c093c827db9404cd2d750559def27618 -size 1305021 +oid sha256:528d809dae90f95498862e50f0d0063926194bc006ad4710f1ec306a9912314e +size 1304994 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 e5b84989fd..073ed234b9 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:8d9566e6bae6cb6bbf7d263b3d67f1b2431ae22fe4db5d4bd92e926008533fbd -size 949651 +oid sha256:128b3bf046b65e878ee4528204bb524bbe54b33c968faed2d9403f337a86a351 +size 949642 diff --git a/lib/search/indexes/github-docs-ghae-en.json.br b/lib/search/indexes/github-docs-ghae-en.json.br index 625e21e922..8d723b5fbc 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:2de075d0d32bfee973e6e31bcb41298ed5919e3494e7e6000bb5f14612e94961 -size 3766183 +oid sha256:7f7954341e11b8d1ccbfb3e49b3398b689a4e092635f24685add505d69c3d5e3 +size 3765891 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 1bf77dc5ae..276505967a 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:f1f59a2254f66299f3596ca1b216b50af2044ea91b1e2211a2f69ee860c7962a -size 622652 +oid sha256:2407d349855618efe4c178b5c3084364a231d832a30d131ec236b62d505d69da +size 622610 diff --git a/lib/search/indexes/github-docs-ghae-es.json.br b/lib/search/indexes/github-docs-ghae-es.json.br index fb553f934d..c7f8589671 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:a2338bd0efe28cc4ea2837645c08199e15eb2d31f431d992a61b8554fcafa60a -size 2524621 +oid sha256:63af9ea916b88a87ce3db44bdad3156883ea008f7197d82846f9462cf5cab305 +size 2524575 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 40dd7624db..d092e66646 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:417f522830b372443b8dceea6bbfcd7f42eed82c696bad5ceec9d9e04a769f7c -size 685629 +oid sha256:dec77fb2730d44563e984ae27e7b50daa67967b729d00c2fa34a37a82f88d617 +size 685556 diff --git a/lib/search/indexes/github-docs-ghae-ja.json.br b/lib/search/indexes/github-docs-ghae-ja.json.br index 21887c4d5c..e0a57eec8c 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:131944e38376f0cbd6223320274ab187bcb4992634bfc800a1a777dabc3f6cea -size 3542498 +oid sha256:d89499fbcff624b25712d3111920444deefb3622a5d7236fc79ec734d98c3c8b +size 3542630 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 22f7da7f43..a54d9b7efa 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:1ada6d0657be4753241837a6960389fdf5b9853d235a21312567779cae124465 -size 612292 +oid sha256:80264557a3085669f341f0a90b68fe846c155e19945c39eb7fb81ccd91769f87 +size 612311 diff --git a/lib/search/indexes/github-docs-ghae-pt.json.br b/lib/search/indexes/github-docs-ghae-pt.json.br index 50bea32791..0986763435 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:94a5c66aac1d3e73244adcc80e9a6263de4324539e1f63a0daac0749e3889766 -size 2521035 +oid sha256:7a7a6bc41b2a35151b29c8e2a5cacbea96d797da4978871eb42d065bf9ad8c2e +size 2520797 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 05a3597072..128c5edecb 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:8f826a70b8f054f775acb17bc58e4578e08072e52a910da6d3e044f8bec01bd3 -size 996814 +oid sha256:b8e57b296ed743fabfdaf2d4ddff554e3d82b082d6aea4898104e6c446ad87fe +size 996744 diff --git a/lib/search/indexes/github-docs-ghec-cn.json.br b/lib/search/indexes/github-docs-ghec-cn.json.br index 33c738fc87..be5f1659da 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:eadf472dee673859ae733077a853370726665d0001d3a3c2b9a4e3cbe71879f3 -size 1966776 +oid sha256:e4f6ef389b11bb92baae6878fe187adf67ce03a600593cba69426ddf9d0f1e82 +size 1966484 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 cfcf97ba2b..66174d011f 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:e7f00c5acd0967d977c70942a9b4826728c7d65a725dd98d9e414a10acedc3b7 -size 1419672 +oid sha256:fd49abe9e196a9be80c7352684126b094f16fbc443a6d3a40dc1a5d82ef7d032 +size 1419572 diff --git a/lib/search/indexes/github-docs-ghec-en.json.br b/lib/search/indexes/github-docs-ghec-en.json.br index b700eb1369..986eafb02c 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:e261a5fb7944a4388df66cba5a554f267f9267e58ae12ef616f41493eeeea152 -size 5753803 +oid sha256:4da9d39f20d84d3a6c9f27108548ac211c78d38a0fec66f018dd4bb19a59d7d2 +size 5753782 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 05c621077f..76f8fbee2a 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:c3a420ddc41abc5bb4a5df8ad729932072937ac993ae3eb5883e8caa5006ee8f -size 948945 +oid sha256:d4a196a75a79a940fa76d77d16b04a5e3693ca842cbce66a58e29878971fe7d0 +size 948992 diff --git a/lib/search/indexes/github-docs-ghec-es.json.br b/lib/search/indexes/github-docs-ghec-es.json.br index ea7c49fe35..e314caee9e 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:c14950454caeb34879f126c5e05f1dd7cb748f802dab136412649d06daa1f2ac -size 4059641 +oid sha256:46d5c67c59a8cffe4b61c167533e76301d28bcb04441626a48692242c2908be5 +size 4059101 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 43b6507ab7..981fa3ef51 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:8df5b1350bea202a6da75b399457820caf431cfd66ad414334396699354eb61d -size 1054990 +oid sha256:d91c9a72b0f6913bfab1781eb65e2eaf4d63a9038d0b68bd7fa537236da0a754 +size 1055016 diff --git a/lib/search/indexes/github-docs-ghec-ja.json.br b/lib/search/indexes/github-docs-ghec-ja.json.br index deef319c47..c351b7d514 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:c691961cef4c6666f87459d23a848f2051bfcd6e7de4c9b19586f517141bdd92 -size 5652852 +oid sha256:eac6c278941e71c302d90b11dd161836f3d32ff6cf6160b70d8415a86c6a9627 +size 5652566 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 cff551c055..1f5e2c2637 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:f96148d8b48b73633f5cd752d52c34d0633a4dcd84b2918aab8e04b2bf86d083 -size 931946 +oid sha256:7ca3235f051be6c24b4c31ddbba891aa045547823ddb45e2010fbf452f2d8429 +size 931908 diff --git a/lib/search/indexes/github-docs-ghec-pt.json.br b/lib/search/indexes/github-docs-ghec-pt.json.br index 27eb5350d3..a7d4ac2fe9 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:a04bb5db04531c9262d6bd6d341a926f38c03d3337e807a461dd86438c06aac0 -size 4020181 +oid sha256:9fa707b2af7b6c2471b23530a2a193eee0525464718302aaf5febe4536dbc2b2 +size 4020135