From cb2861d65aa032910d4fe64cf3bb230e345373e5 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Mon, 23 May 2022 17:25:51 +0200 Subject: [PATCH 01/78] Change initial instances of Codespaces (the product) to GitHub Codespaces --- ...pace-to-access-a-private-image-registry.md | 10 +++---- ...e-vs-code-command-palette-in-codespaces.md | 12 ++++----- ...ting-your-default-editor-for-codespaces.md | 8 +++--- ...ting-your-default-region-for-codespaces.md | 2 +- .../using-codespaces-in-visual-studio-code.md | 6 ++--- .../using-codespaces-with-github-cli.md | 27 +++++++++++-------- data/reusables/gated-features/codespaces.md | 2 +- 7 files changed, 36 insertions(+), 31 deletions(-) diff --git a/content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md b/content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md index 738945ccc9..4f9a4692ad 100644 --- a/content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md +++ b/content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md @@ -1,6 +1,6 @@ --- title: Allowing your codespace to access a private image registry -intro: 'You can use secrets to allow {% data variables.product.prodname_codespaces %} to access a private image registry' +intro: 'You can use secrets to allow {% data variables.product.prodname_github_codespaces %} to access a private image registry' versions: fpt: '*' ghec: '*' @@ -10,15 +10,15 @@ product: '{% data reusables.gated-features.codespaces %}' shortTitle: Private image registry --- -## About private image registries and {% data variables.product.prodname_codespaces %} +## About private image registries and {% data variables.product.prodname_github_codespaces %} A registry is a secure space for storing, managing, and fetching private container images. You may use one to store one or more images. There are many examples of registries, such as {% data variables.product.prodname_dotcom %} Container Registry, Azure Container Registry, or DockerHub. -{% data variables.product.prodname_dotcom %} Container Registry can be configured to pull container images seamlessly, without having to provide any authentication credentials to {% data variables.product.prodname_codespaces %}. For other image registries, you must create secrets in {% data variables.product.prodname_dotcom %} to store the access details, which will allow {% data variables.product.prodname_codespaces %} to access images stored in that registry. +{% data variables.product.prodname_dotcom %} Container Registry can be configured to pull container images seamlessly, without having to provide any authentication credentials to {% data variables.product.prodname_github_codespaces %}. For other image registries, you must create secrets in {% data variables.product.prodname_dotcom %} to store the access details, which will allow {% data variables.product.prodname_codespaces %} to access images stored in that registry. ## Accessing images stored in {% data variables.product.prodname_dotcom %} Container Registry -{% data variables.product.prodname_dotcom %} Container Registry is the easiest way for {% data variables.product.prodname_github_codespaces %} to consume devcontainer container images. +{% data variables.product.prodname_dotcom %} Container Registry is the easiest way for {% data variables.product.prodname_codespaces %} to consume devcontainer container images. For more information, see "[Working with the Container registry](/packages/working-with-a-github-packages-registry/working-with-the-container-registry)". @@ -52,7 +52,7 @@ We recommend publishing images via {% data variables.product.prodname_actions %} ## Accessing images stored in other container registries -If you are accessing a container image from a registry that isn't {% data variables.product.prodname_dotcom %} Container Registry, {% data variables.product.prodname_codespaces %} checks for the presence of three secrets, which define the server name, username, and personal access token (PAT) for a container registry. If these secrets are found, {% data variables.product.prodname_codespaces %} will make the registry available inside your codespace. +If you are accessing a container image from a registry that isn't {% data variables.product.prodname_dotcom %} Container Registry, {% data variables.product.prodname_codespaces %} checks for the presence of three secrets, which define the server name, username, and personal access token (PAT) for a container registry. If these secrets are found, {% data variables.product.prodname_github_codespaces %} will make the registry available inside your codespace. - `<*>_CONTAINER_REGISTRY_SERVER` - `<*>_CONTAINER_REGISTRY_USER` diff --git a/content/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces.md b/content/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces.md index acb0cad204..bf2b347536 100644 --- a/content/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces.md +++ b/content/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces.md @@ -1,6 +1,6 @@ --- -title: Using the Visual Studio Code Command Palette in Codespaces -intro: 'You can use the Command Palette feature of {% data variables.product.prodname_vscode %} to access many commands in Codespaces.' +title: Using the Visual Studio Code Command Palette in GitHub Codespaces +intro: 'You can use the Command Palette feature of {% data variables.product.prodname_vscode %} to access many commands in {% data variables.product.prodname_github_codespaces %}.' versions: fpt: '*' ghec: '*' @@ -17,7 +17,7 @@ redirect_from: ## About the {% data variables.product.prodname_vscode_command_palette %} -The Command Palette is one of the focal features of {% data variables.product.prodname_vscode %} and is available for you to use in Codespaces. The {% data variables.product.prodname_vscode_command_palette %} allows you to access many commands for {% data variables.product.prodname_codespaces %} and {% data variables.product.prodname_vscode_shortname %}. For more information on using the {% data variables.product.prodname_vscode_command_palette_shortname %}, see "[User Interface](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette)" in the {% data variables.product.prodname_vscode_shortname %} documentation. +The Command Palette is one of the focal features of {% data variables.product.prodname_vscode %} and is available for you to use in {% data variables.product.prodname_github_codespaces %}. The {% data variables.product.prodname_vscode_command_palette %} allows you to access many commands for {% data variables.product.prodname_codespaces %} and {% data variables.product.prodname_vscode_shortname %}. For more information on using the {% data variables.product.prodname_vscode_command_palette_shortname %}, see "[User Interface](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette)" in the {% data variables.product.prodname_vscode_shortname %} documentation. ## Accessing the {% data variables.product.prodname_vscode_command_palette_shortname %} @@ -31,9 +31,9 @@ You can access the {% data variables.product.prodname_vscode_command_palette_sho ![The application menu](/assets/images/help/codespaces/codespaces-view-menu.png) -## Commands for {% data variables.product.prodname_github_codespaces %} +## Commands for {% data variables.product.prodname_codespaces %} -To see all commands related to {% data variables.product.prodname_github_codespaces %}, [access the {% data variables.product.prodname_vscode_command_palette_shortname %}](#accessing-the-command-palette), then start typing "Codespaces". +To see all commands related to {% data variables.product.prodname_codespaces %}, [access the {% data variables.product.prodname_vscode_command_palette_shortname %}](#accessing-the-command-palette), then start typing "Codespaces". ![A list of all commands that relate to Codespaces](/assets/images/help/codespaces/codespaces-command-palette.png) @@ -63,6 +63,6 @@ To rebuild your container, [access the {% data variables.product.prodname_vscode You can use the {% data variables.product.prodname_vscode_command_palette_shortname %} to access the codespace creation logs, or you can use it export all logs. -To retrieve the logs for Codespaces, [access the {% data variables.product.prodname_vscode_command_palette_shortname %}](#accessing-the-command-palette), then start typing "log". Select **Codespaces: Export Logs** to export all logs related to Codespaces or select **Codespaces: View Creation Logs** to view logs related to the setup. +To retrieve the logs for {% data variables.product.prodname_codespaces %}, [access the {% data variables.product.prodname_vscode_command_palette_shortname %}](#accessing-the-command-palette), then start typing "log". Select **Codespaces: Export Logs** to export all logs related to {% data variables.product.prodname_codespaces %} or select **Codespaces: View Creation Logs** to view logs related to the setup. ![Command to access logs](/assets/images/help/codespaces/codespaces-logs.png) diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces.md index e25a09d3c5..cfa14aca5b 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces.md @@ -1,6 +1,6 @@ --- -title: Setting your default editor for Codespaces -intro: 'You can set your default editor for {% data variables.product.prodname_codespaces %} in your personal settings page.' +title: Setting your default editor for GitHub Codespaces +intro: 'You can set your default editor for {% data variables.product.prodname_github_codespaces %} in your personal settings page.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' @@ -14,7 +14,7 @@ shortTitle: Set the default editor On the settings page, you can set your editor preference so that any newly created codespaces are opened automatically in either {% data variables.product.prodname_vscode %} for Web or the {% data variables.product.prodname_vscode %} desktop application. -If you want to use {% data variables.product.prodname_vscode %} as your default editor for {% data variables.product.prodname_codespaces %}, you need to install {% data variables.product.prodname_vscode %} and the {% data variables.product.prodname_github_codespaces %} extension for {% data variables.product.prodname_vscode %}. For more information, see the [download page for {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/download/) and the [{% data variables.product.prodname_github_codespaces %} extension on the {% data variables.product.prodname_vscode %} marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces). +If you want to use {% data variables.product.prodname_vscode %} as your default editor for {% data variables.product.prodname_github_codespaces %}, you need to install {% data variables.product.prodname_vscode %} and the {% data variables.product.prodname_github_codespaces %} extension for {% data variables.product.prodname_vscode %}. For more information, see the [download page for {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/download/) and the [{% data variables.product.prodname_github_codespaces %} extension on the {% data variables.product.prodname_vscode %} marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces). ## Setting your default editor @@ -22,5 +22,5 @@ If you want to use {% data variables.product.prodname_vscode %} as your default {% data reusables.user-settings.codespaces-tab %} 1. Under "Editor preference", select the option you want. ![Setting your editor](/assets/images/help/codespaces/select-default-editor.png) - If you choose **{% data variables.product.prodname_vscode %}**, {% data variables.product.prodname_codespaces %} will automatically open in the desktop application when you next create a codespace. You may need to allow access to both your browser and {% data variables.product.prodname_vscode %} for it to open successfully. + If you choose **{% data variables.product.prodname_vscode %}**, {% data variables.product.prodname_github_codespaces %} will automatically open in the desktop application when you next create a codespace. You may need to allow access to both your browser and {% data variables.product.prodname_vscode %} for it to open successfully. ![Setting your editor](/assets/images/help/codespaces/launch-default-editor.png) diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md index a04e2eb9cc..101f33b361 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md @@ -1,5 +1,5 @@ --- -title: Setting your default region for Codespaces +title: Setting your default region for GitHub Codespaces intro: 'You can set your default region in the {% data variables.product.prodname_github_codespaces %} profile settings page to personalize where your data is held.' product: '{% data reusables.gated-features.codespaces %}' versions: diff --git a/content/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code.md b/content/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code.md index 3b81563de2..c795ecd608 100644 --- a/content/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code.md +++ b/content/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code.md @@ -1,5 +1,5 @@ --- -title: Using Codespaces in Visual Studio Code +title: Using GitHub Codespaces in Visual Studio Code intro: 'You can develop in your codespace directly in {% data variables.product.prodname_vscode %} by connecting the {% data variables.product.prodname_github_codespaces %} extension with your account on {% data variables.product.product_name %}.' product: '{% data reusables.gated-features.codespaces %}' redirect_from: @@ -18,9 +18,9 @@ shortTitle: Visual Studio Code --- -## About {% data variables.product.prodname_codespaces %} in {% data variables.product.prodname_vscode %} +## About {% data variables.product.prodname_github_codespaces %} in {% data variables.product.prodname_vscode %} -You can use your local install of {% data variables.product.prodname_vscode %} to create, manage, work in, and delete codespaces. To use {% data variables.product.prodname_codespaces %} in {% data variables.product.prodname_vscode_shortname %}, you need to install the {% data variables.product.prodname_github_codespaces %} extension. For more information on setting up Codespaces in {% data variables.product.prodname_vscode_shortname %}, see "[Prerequisites](#prerequisites)." +You can use your local install of {% data variables.product.prodname_vscode %} to create, manage, work in, and delete codespaces. To use {% data variables.product.prodname_github_codespaces %} in {% data variables.product.prodname_vscode_shortname %}, you need to install the {% data variables.product.prodname_github_codespaces %} extension. For more information on setting up Codespaces in {% data variables.product.prodname_vscode_shortname %}, see "[Prerequisites](#prerequisites)." By default, if you create a new codespace on {% data variables.product.prodname_dotcom_the_website %}, it will open in the browser. If you would prefer to open any new codespaces in {% data variables.product.prodname_vscode_shortname %} automatically, you can set your default editor to be {% data variables.product.prodname_vscode_shortname %}. For more information, see "[Setting your default editor for {% data variables.product.prodname_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-editor-for-codespaces)." diff --git a/content/codespaces/developing-in-codespaces/using-codespaces-with-github-cli.md b/content/codespaces/developing-in-codespaces/using-codespaces-with-github-cli.md index 68efad7449..df1218a9ce 100644 --- a/content/codespaces/developing-in-codespaces/using-codespaces-with-github-cli.md +++ b/content/codespaces/developing-in-codespaces/using-codespaces-with-github-cli.md @@ -1,5 +1,5 @@ --- -title: Using Codespaces with GitHub CLI +title: Using GitHub Codespaces with GitHub CLI shortTitle: GitHub CLI intro: 'You can work with {% data variables.product.prodname_github_codespaces %} directly from your command line by using `gh`, the {% data variables.product.product_name %} command line interface.' product: '{% data reusables.gated-features.codespaces %}' @@ -18,16 +18,21 @@ topics: {% data reusables.cli.about-cli %} For more information, see "[About {% data variables.product.prodname_cli %}](/github-cli/github-cli/about-github-cli)." You can work with {% data variables.product.prodname_codespaces %} in the {% data variables.product.prodname_cli %} to: -- [List your codespaces](#list-all-of-your-codespaces) -- [Create a codespace](#create-a-new-codespace) -- [Stop a codespace](#stop-a-codespace) -- [Delete a codespace](#delete-a-codespace) -- [SSH into a codespace](#ssh-into-a-codespace) -- [Open a codespace in {% data variables.product.prodname_vscode %}](#open-a-codespace-in-visual-studio-code) -- [Open a codespace in JupyterLab](#open-a-codespace-in-jupyterlab) -- [Copying a file to/from a codespace](#copy-a-file-tofrom-a-codespace) -- [Modify ports in a codespace](#modify-ports-in-a-codespace) -- [Access codespace logs](#access-codespace-logs) +- [About {% data variables.product.prodname_cli %}](#about--data-variablesproductprodname_cli-) +- [Installing {% data variables.product.prodname_cli %}](#installing--data-variablesproductprodname_cli-) +- [Using {% data variables.product.prodname_cli %}](#using--data-variablesproductprodname_cli-) +- [`gh` commands for {% data variables.product.prodname_github_codespaces %}](#gh-commands-for--data-variablesproductprodname_github_codespaces-) + - [List all of your codespaces](#list-all-of-your-codespaces) + - [Create a new codespace](#create-a-new-codespace) + - [Stop a codespace](#stop-a-codespace) + - [Delete a codespace](#delete-a-codespace) + - [SSH into a codespace](#ssh-into-a-codespace) + - [Open a codespace in {% data variables.product.prodname_vscode %}](#open-a-codespace-in--data-variablesproductprodname_vscode-) + - [Open a codespace in JupyterLab](#open-a-codespace-in-jupyterlab) + - [Copy a file to/from a codespace](#copy-a-file-tofrom-a-codespace) + - [Examples](#examples) + - [Modify ports in a codespace](#modify-ports-in-a-codespace) + - [Access codespace logs](#access-codespace-logs) ## Installing {% data variables.product.prodname_cli %} diff --git a/data/reusables/gated-features/codespaces.md b/data/reusables/gated-features/codespaces.md index 4b85591f8f..572854b8ff 100644 --- a/data/reusables/gated-features/codespaces.md +++ b/data/reusables/gated-features/codespaces.md @@ -1 +1 @@ -Codespaces is available for organizations using {% data variables.product.prodname_team %} or {% data variables.product.prodname_ghe_cloud %}. {% data reusables.gated-features.more-info-org-products %} +{% data variables.product.prodname_github_codespaces %} is available for organizations using {% data variables.product.prodname_team %} or {% data variables.product.prodname_ghe_cloud %}. {% data reusables.gated-features.more-info-org-products %} From 374fbfd694546551108750bfa0266b4e588ae47e Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Mon, 30 May 2022 22:14:49 +0200 Subject: [PATCH 02/78] More fixes --- .../using-codespaces-for-pull-requests.md | 8 ++++---- .../creating-a-pull-request.md | 2 +- .../reviewing-proposed-changes-in-a-pull-request.md | 2 +- content/rest/codespaces/codespaces.md | 4 ++-- content/rest/codespaces/index.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests.md b/content/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests.md index cbb304632b..a39a392391 100644 --- a/content/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests.md +++ b/content/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests.md @@ -1,7 +1,7 @@ --- -title: Using Codespaces for pull requests +title: Using GitHub Codespaces for pull requests shortTitle: Pull requests -intro: 'You can use {% data variables.product.prodname_codespaces %} in your development workflow to create pull requests, review pull requests, and address review comments.' +intro: 'You can use {% data variables.product.prodname_github_codespaces %} in your development workflow to create pull requests, review pull requests, and address review comments.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' @@ -13,9 +13,9 @@ topics: - Developer --- -## About pull requests in {% data variables.product.prodname_codespaces %} +## About pull requests in {% data variables.product.prodname_github_codespaces %} -{% data variables.product.prodname_codespaces %} provides you with many of the capabilities you might need to work with pull requests: +{% data variables.product.prodname_github_codespaces %} provides you with many of the capabilities you might need to work with pull requests: - [Create a pull request](/codespaces/developing-in-codespaces/using-source-control-in-your-codespace#raising-a-pull-request) - Using either the Terminal and Git commands or the Source Control view, you can create pull requests just as you would on {% data variables.product.prodname_dotcom_the_website %}. If the repository uses a pull request template, you'll be able to use this within the Source Control view. - [Open a pull request](#opening-a-pull-request-in-codespaces) – You can open an existing pull request in a codespace, provided you have codespace access to the branch that is being merged in. diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request.md index fe14aac772..215350b1f3 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request.md @@ -162,7 +162,7 @@ gh pr create --web ![GitHub pull request side bar](/assets/images/help/codespaces/codespaces-commit-pr.png) 1. Click **Create**. -For more information on creating pull requests in {% data variables.product.prodname_codespaces %}, see "[Using Codespaces for pull requests](/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests)." +For more information on creating pull requests in {% data variables.product.prodname_github_codespaces %}, see "[Using Codespaces for pull requests](/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests)." {% endcodespaces %} diff --git a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md index 87e2c7c0bd..b19efc552a 100644 --- a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md @@ -53,7 +53,7 @@ Before you submit your review, your line comments are _pending_ and only visible {% codespaces %} -You can use [{% data variables.product.prodname_codespaces %}](/codespaces/overview) to test, run, and review pull requests. +You can use [{% data variables.product.prodname_github_codespaces %}](/codespaces/overview) to test, run, and review pull requests. {% data reusables.codespaces.review-pr %} diff --git a/content/rest/codespaces/codespaces.md b/content/rest/codespaces/codespaces.md index 3064bf6b26..47a326d3bf 100644 --- a/content/rest/codespaces/codespaces.md +++ b/content/rest/codespaces/codespaces.md @@ -1,6 +1,6 @@ --- title: Codespaces -intro: 'The Codespaces API enables you to manage your codespaces using the REST API.' +intro: 'The {% data variables.product.prodname_github_codespaces %} API enables you to manage your codespaces using the REST API.' versions: fpt: '*' ghec: '*' @@ -13,4 +13,4 @@ miniTocMaxHeadingLevel: 3 ## About the Codespaces API -The {% data variables.product.prodname_codespaces %} API enables you to manage {% data variables.product.prodname_codespaces %} using the REST API. This API is available for authenticated users and OAuth Apps, but not GitHub Apps. For more information, see "[{% data variables.product.prodname_codespaces %}](/codespaces)." +The {% data variables.product.prodname_github_codespaces %} API enables you to manage {% data variables.product.prodname_codespaces %} using the REST API. This API is available for authenticated users and OAuth Apps, but not GitHub Apps. For more information, see "[{% data variables.product.prodname_codespaces %}](/codespaces)." diff --git a/content/rest/codespaces/index.md b/content/rest/codespaces/index.md index d97a0755c0..0c11661c01 100644 --- a/content/rest/codespaces/index.md +++ b/content/rest/codespaces/index.md @@ -1,6 +1,6 @@ --- title: Codespaces -intro: 'The {% data variables.product.prodname_codespaces %} API enables you to manage your codespaces using the REST API.' +intro: 'The {% data variables.product.prodname_github_codespaces %} API enables you to manage your codespaces using the REST API.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' From 61898128f708371fa081d2d4c5b47b3c7957847b Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 09:55:32 +0200 Subject: [PATCH 03/78] renamed 1 files --- .../audit-log-events-for-your-enterprise.md | 10 +++++----- .../reviewing-your-security-log.md | 2 +- .../about-commit-signature-verification.md | 2 +- content/billing/index.md | 2 +- ...paces.md => about-billing-for-github-codespaces.md} | 10 +++++----- next-env.d.ts | 1 - 6 files changed, 13 insertions(+), 14 deletions(-) rename content/billing/managing-billing-for-github-codespaces/{about-billing-for-codespaces.md => about-billing-for-github-codespaces.md} (85%) diff --git a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md index 3d666e5d33..9f5416aa3c 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md +++ b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md @@ -177,9 +177,9 @@ Action | Description | `codespaces.destroy` | A user [deleted a codespace](/github/developing-online-with-codespaces/deleting-a-codespace). | `codespaces.allow_permissions` | A codespace using custom permissions from its `devcontainer.json` file was launched. | `codespaces.attempted_to_create_from_prebuild` | An attempt to create a codespace from a prebuild was made. -| `codespaces.create_an_org_secret` | A user created an organization-level [secret for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces#about-encrypted-secrets-for-codespaces) -| `codespaces.update_an_org_secret` | A user updated an organization-level [secret for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces#about-encrypted-secrets-for-codespaces). -| `codespaces.remove_an_org_secret` | A user removed an organization-level [secret for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces#about-encrypted-secrets-for-codespaces). +| `codespaces.create_an_org_secret` | A user created an organization-level [secret for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces#about-encrypted-secrets-for-codespaces) +| `codespaces.update_an_org_secret` | A user updated an organization-level [secret for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces#about-encrypted-secrets-for-codespaces). +| `codespaces.remove_an_org_secret` | A user removed an organization-level [secret for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces#about-encrypted-secrets-for-codespaces). | `codespaces.manage_access_and_security` | A user updated [which repositories a codespace can access](/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces). {%- endif %} @@ -625,8 +625,8 @@ Action | Description | `org.clear_members_can_invite_outside_collaborators` | An organization owner cleared the outside collaborators invitation policy for an organization. For more information, see "[Setting permissions for adding outside collaborators](/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators)." | `org.clear_new_repository_default_branch_setting` | An organization owner cleared the default branch name for new repositories setting for an organization. For more information, see "[Setting the default branch name](/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization#setting-the-default-branch-name)." {%- ifversion fpt or ghec %} -| `org.codespaces_trusted_repo_access_granted` | {% data variables.product.prodname_codespaces %} was granted trusted repository access to all other repositories in an organization. For more information, see "[Managing repository access for your organization's codespaces](/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces)." -| `org.codespaces_trusted_repo_access_revoked` | {% data variables.product.prodname_codespaces %} trusted repository access to all other repositories in an organization was revoked. For more information, see "[Managing repository access for your organization's codespaces](/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces)." +| `org.codespaces_trusted_repo_access_granted` | {% data variables.product.prodname_github_codespaces %} was granted trusted repository access to all other repositories in an organization. For more information, see "[Managing repository access for your organization's codespaces](/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces)." +| `org.codespaces_trusted_repo_access_revoked` | {% data variables.product.prodname_github_codespaces %} trusted repository access to all other repositories in an organization was revoked. For more information, see "[Managing repository access for your organization's codespaces](/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces)." {%- endif %} | | `org.config.disable_collaborators_only` | The interaction limit for collaborators only for an organization was disabled. {% ifversion fpt or ghec %}For more information, see "[Limiting interactions in your organization](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization#limiting-interactions-in-your-organization)."{% endif %} | `org.config.disable_contributors_only` | The interaction limit for prior contributors only for an organization was disabled. {% ifversion fpt or ghec %}For more information, see "[Limiting interactions in your organization](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization#limiting-interactions-in-your-organization)."{% endif %} diff --git a/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md b/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md index b0dbde83b1..3bf57d906d 100644 --- a/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md +++ b/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md @@ -39,7 +39,7 @@ The events listed in your security log are triggered by your actions. Actions ar | Category name | Description |------------------|-------------------{% ifversion fpt or ghec %} | [`billing`](#billing-category-actions) | Contains all activities related to your billing information. -| [`codespaces`](#codespaces-category-actions) | Contains all activities related to {% data variables.product.prodname_codespaces %}. For more information, see "[About {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/about-codespaces)." +| [`codespaces`](#codespaces-category-actions) | Contains all activities related to {% data variables.product.prodname_github_codespaces %}. For more information, see "[About {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/about-codespaces)." | [`marketplace_agreement_signature`](#marketplace_agreement_signature-category-actions) | Contains all activities related to signing the {% data variables.product.prodname_marketplace %} Developer Agreement. | [`marketplace_listing`](#marketplace_listing-category-actions) | Contains all activities related to listing apps in {% data variables.product.prodname_marketplace %}.{% endif %} | [`oauth_access`](#oauth_access-category-actions) | Contains all activities related to [{% data variables.product.prodname_oauth_apps %}](/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps) you've connected with.{% ifversion fpt or ghec %} diff --git a/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md b/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md index 7e5a2848ec..61cf668b67 100644 --- a/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md +++ b/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md @@ -52,7 +52,7 @@ Repository administrators can enforce required commit signing on a branch to blo {% ifversion ghes %}If a site administrator has enabled web commit signing, {% data variables.product.product_name %} will automatically use GPG to sign commits you make using the web interface. Commits signed by {% data variables.product.product_name %} will have a verified status. You can verify the signature locally using the public key available at `https://HOSTNAME/web-flow.gpg`. For more information, see "[Configuring web commit signing](/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing)." {% else %}{% data variables.product.prodname_dotcom %} will automatically use GPG to sign commits you make using the web interface. Commits signed by {% data variables.product.prodname_dotcom %} will have a verified status. You can verify the signature locally using the public key available at https://github.com/web-flow.gpg. The full fingerprint of the key is `5DE3 E050 9C47 EA3C F04A 42D3 4AEE 18F8 3AFD EB23`. -You can optionally choose to have {% data variables.product.prodname_dotcom %} sign commits you make in {% data variables.product.prodname_codespaces %}. For more information about enabling GPG verification for your codespaces, see "[Managing GPG verification for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces)."{% endif %} +You can optionally choose to have {% data variables.product.prodname_dotcom %} sign commits you make in {% data variables.product.prodname_github_codespaces %}. For more information about enabling GPG verification for your codespaces, see "[Managing GPG verification for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces)."{% endif %} {% endif %} ## GPG commit signature verification diff --git a/content/billing/index.md b/content/billing/index.md index 3583c41cad..dd7aa10424 100644 --- a/content/billing/index.md +++ b/content/billing/index.md @@ -1,7 +1,7 @@ --- title: Billing and payments on GitHub shortTitle: Billing and payments -intro: '{% ifversion fpt %}{% data variables.product.product_name %} offers free and paid products for every account. You can upgrade or downgrade your account''s subscription and manage your billing settings at any time.{% elsif ghec or ghes or ghae %}{% data variables.product.company_short %} bills for your enterprise members'' {% ifversion ghec or ghae %}usage of {% data variables.product.product_name %}{% elsif ghes %} licence seats for {% data variables.product.product_name %}{% ifversion ghes %} and any additional services that you purchase{% endif %}{% endif %}. {% endif %}{% ifversion ghec %} You can view your subscription and manage your billing settings at any time. {% endif %}{% ifversion fpt or ghec %} You can also view usage and manage spending limits for {% data variables.product.product_name %} features such as {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, and {% data variables.product.prodname_codespaces %}.{% endif %}' +intro: '{% ifversion fpt %}{% data variables.product.product_name %} offers free and paid products for every account. You can upgrade or downgrade your account''s subscription and manage your billing settings at any time.{% elsif ghec or ghes or ghae %}{% data variables.product.company_short %} bills for your enterprise members'' {% ifversion ghec or ghae %}usage of {% data variables.product.product_name %}{% elsif ghes %} licence seats for {% data variables.product.product_name %}{% ifversion ghes %} and any additional services that you purchase{% endif %}{% endif %}. {% endif %}{% ifversion ghec %} You can view your subscription and manage your billing settings at any time. {% endif %}{% ifversion fpt or ghec %} You can also view usage and manage spending limits for {% data variables.product.product_name %} features such as {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, and {% data variables.product.prodname_github_codespaces %}.{% endif %}' redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github - /categories/setting-up-and-managing-billing-and-payments-on-github diff --git a/content/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces.md b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md similarity index 85% rename from content/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces.md rename to content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md index d718af9c8d..06a1594df0 100644 --- a/content/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md @@ -1,8 +1,8 @@ --- -title: About billing for Codespaces +title: About billing for GitHub Codespaces shortTitle: About billing -intro: 'View pricing and see how to manage {% data variables.product.prodname_codespaces %} billing for your organization.' -permissions: 'To manage billing for Codespaces for an organization, you must be an organization owner or a billing manager.' +intro: 'View pricing and see how to manage {% data variables.product.prodname_github_codespaces %} billing for your organization.' +permissions: 'To manage billing for {% data variables.product.prodname_github_codespaces %} for an organization, you must be an organization owner or a billing manager.' versions: fpt: '*' ghec: '*' @@ -13,9 +13,9 @@ topics: - Billing --- -## {% data variables.product.prodname_codespaces %} pricing +## {% data variables.product.prodname_github_codespaces %} pricing -{% data variables.product.prodname_codespaces %} usage is billed for all organization and enterprise accounts on {% data variables.product.prodname_team %} and {% data variables.product.prodname_enterprise %}, which do not include any free minutes or storage. Personal accounts are not currently billed for {% data variables.product.prodname_codespaces %} usage. +{% data variables.product.prodname_github_codespaces %} usage is billed for all organization and enterprise accounts on {% data variables.product.prodname_team %} and {% data variables.product.prodname_enterprise %}, which do not include any free minutes or storage. Personal accounts are not currently billed for {% data variables.product.prodname_codespaces %} usage. {% data variables.product.prodname_codespaces %} usage is billed according to the units of measure in the following table: diff --git a/next-env.d.ts b/next-env.d.ts index 9bc3dd46b9..4f11a03dc6 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,5 +1,4 @@ /// -/// /// // NOTE: This file should not be edited From 53f5a82587b210f2b6d655c572f1a2e13b802024 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 09:55:35 +0200 Subject: [PATCH 04/78] set redirect_from on 1 files --- .../about-billing-for-github-codespaces.md | 2 ++ content/billing/managing-billing-for-github-codespaces/index.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md index 06a1594df0..ad6399efa5 100644 --- a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md @@ -11,6 +11,8 @@ product: '{% data reusables.gated-features.codespaces %}' topics: - Codespaces - Billing +redirect_from: + - /billing/managing-billing-for-github-codespaces/about-billing-for-codespaces --- ## {% data variables.product.prodname_github_codespaces %} pricing diff --git a/content/billing/managing-billing-for-github-codespaces/index.md b/content/billing/managing-billing-for-github-codespaces/index.md index da1ee60023..20328ceefd 100644 --- a/content/billing/managing-billing-for-github-codespaces/index.md +++ b/content/billing/managing-billing-for-github-codespaces/index.md @@ -7,7 +7,7 @@ versions: ghec: '*' product: '{% data reusables.gated-features.codespaces %}' children: - - /about-billing-for-codespaces + - /about-billing-for-github-codespaces - /viewing-your-codespaces-usage - /managing-spending-limits-for-codespaces --- From d52c6b87db585fd7e16a266d8a0f3c7e2daaab17 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 11:43:14 +0200 Subject: [PATCH 05/78] Fix next-env file --- next-env.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03dc6..9bc3dd46b9 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,4 +1,5 @@ /// +/// /// // NOTE: This file should not be edited From 0d243f913842c7bcd4cc500f36d2a03d4d47a077 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 11:52:31 +0200 Subject: [PATCH 06/78] renamed 1 files --- ...l-requests.md => using-github-codespaces-for-pull-requests.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/developing-in-codespaces/{using-codespaces-for-pull-requests.md => using-github-codespaces-for-pull-requests.md} (100%) diff --git a/content/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-for-pull-requests.md similarity index 100% rename from content/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests.md rename to content/codespaces/developing-in-codespaces/using-github-codespaces-for-pull-requests.md From c379b147065796a1daa466a848e0b9ff09eea0b8 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 11:52:32 +0200 Subject: [PATCH 07/78] set redirect_from on 1 files --- content/codespaces/developing-in-codespaces/index.md | 2 +- .../using-github-codespaces-for-pull-requests.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/developing-in-codespaces/index.md b/content/codespaces/developing-in-codespaces/index.md index 64e671622b..c8df8d6b2c 100644 --- a/content/codespaces/developing-in-codespaces/index.md +++ b/content/codespaces/developing-in-codespaces/index.md @@ -12,7 +12,7 @@ children: - /creating-a-codespace - /developing-in-a-codespace - /using-source-control-in-your-codespace - - /using-codespaces-for-pull-requests + - /using-github-codespaces-for-pull-requests - /deleting-a-codespace - /forwarding-ports-in-your-codespace - /default-environment-variables-for-your-codespace diff --git a/content/codespaces/developing-in-codespaces/using-github-codespaces-for-pull-requests.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-for-pull-requests.md index a39a392391..bd6a5149cd 100644 --- a/content/codespaces/developing-in-codespaces/using-github-codespaces-for-pull-requests.md +++ b/content/codespaces/developing-in-codespaces/using-github-codespaces-for-pull-requests.md @@ -11,6 +11,8 @@ topics: - Codespaces - Visual Studio Code - Developer +redirect_from: + - /codespaces/developing-in-codespaces/using-codespaces-for-pull-requests --- ## About pull requests in {% data variables.product.prodname_github_codespaces %} From 5ce8aa1d4ecbb975736046ee9944064966e38948 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 11:54:28 +0200 Subject: [PATCH 08/78] renamed 1 files --- ...o-code.md => using-github-codespaces-in-visual-studio-code.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/developing-in-codespaces/{using-codespaces-in-visual-studio-code.md => using-github-codespaces-in-visual-studio-code.md} (100%) diff --git a/content/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md similarity index 100% rename from content/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code.md rename to content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md From 559cca693b72cd0d400a74436f123c61783d9cab Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 11:54:29 +0200 Subject: [PATCH 09/78] set redirect_from on 1 files --- content/codespaces/developing-in-codespaces/index.md | 2 +- .../using-github-codespaces-in-visual-studio-code.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/codespaces/developing-in-codespaces/index.md b/content/codespaces/developing-in-codespaces/index.md index c8df8d6b2c..674e7a8b90 100644 --- a/content/codespaces/developing-in-codespaces/index.md +++ b/content/codespaces/developing-in-codespaces/index.md @@ -17,7 +17,7 @@ children: - /forwarding-ports-in-your-codespace - /default-environment-variables-for-your-codespace - /connecting-to-a-private-network - - /using-codespaces-in-visual-studio-code + - /using-github-codespaces-in-visual-studio-code - /using-codespaces-with-github-cli --- diff --git a/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md index c795ecd608..c577f635fa 100644 --- a/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md +++ b/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md @@ -6,6 +6,7 @@ redirect_from: - /github/developing-online-with-codespaces/using-codespaces-in-visual-studio-code - /github/developing-online-with-codespaces/connecting-to-your-codespace-from-visual-studio-code - /github/developing-online-with-codespaces/using-codespaces-in-visual-studio + - /codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code versions: fpt: '*' ghec: '*' From 81e77c5e138dae11f7de6a477c1cbf1a1a0032c7 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 11:55:35 +0200 Subject: [PATCH 10/78] renamed 1 files --- ...h-github-cli.md => using-github-codespaces-with-github-cli.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/developing-in-codespaces/{using-codespaces-with-github-cli.md => using-github-codespaces-with-github-cli.md} (100%) diff --git a/content/codespaces/developing-in-codespaces/using-codespaces-with-github-cli.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md similarity index 100% rename from content/codespaces/developing-in-codespaces/using-codespaces-with-github-cli.md rename to content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md From 9db7536b9753a372f52389b3764961c99901382a Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 11:55:36 +0200 Subject: [PATCH 11/78] set redirect_from on 1 files --- content/codespaces/developing-in-codespaces/index.md | 2 +- .../using-github-codespaces-with-github-cli.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/developing-in-codespaces/index.md b/content/codespaces/developing-in-codespaces/index.md index 674e7a8b90..37cce611a6 100644 --- a/content/codespaces/developing-in-codespaces/index.md +++ b/content/codespaces/developing-in-codespaces/index.md @@ -18,6 +18,6 @@ children: - /default-environment-variables-for-your-codespace - /connecting-to-a-private-network - /using-github-codespaces-in-visual-studio-code - - /using-codespaces-with-github-cli + - /using-github-codespaces-with-github-cli --- diff --git a/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md index df1218a9ce..7c168ce751 100644 --- a/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md +++ b/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md @@ -11,6 +11,8 @@ topics: - Codespaces - CLI - Developer +redirect_from: + - /codespaces/developing-in-codespaces/using-codespaces-with-github-cli --- ## About {% data variables.product.prodname_cli %} From ef380a526c51e40d4fee9db26d9ea344951aa438 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 11:56:45 +0200 Subject: [PATCH 12/78] renamed 1 files --- ...es.md => setting-your-default-editor-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/customizing-your-codespace/{setting-your-default-editor-for-codespaces.md => setting-your-default-editor-for-github-codespaces.md} (100%) diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md similarity index 100% rename from content/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces.md rename to content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md From ad292d75b52021bd9d0143a23076ebad968f5f7a Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 11:56:45 +0200 Subject: [PATCH 13/78] set redirect_from on 1 files --- content/codespaces/customizing-your-codespace/index.md | 2 +- .../setting-your-default-editor-for-github-codespaces.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/codespaces/customizing-your-codespace/index.md b/content/codespaces/customizing-your-codespace/index.md index 426cf1c278..5727c79a67 100644 --- a/content/codespaces/customizing-your-codespace/index.md +++ b/content/codespaces/customizing-your-codespace/index.md @@ -12,7 +12,7 @@ topics: children: - /personalizing-codespaces-for-your-account - /changing-the-machine-type-for-your-codespace - - /setting-your-default-editor-for-codespaces + - /setting-your-default-editor-for-github-codespaces - /setting-your-default-region-for-codespaces - /setting-your-timeout-period-for-codespaces --- diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md index cfa14aca5b..2110d50e95 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md @@ -7,6 +7,7 @@ versions: ghec: '*' redirect_from: - /codespaces/managing-your-codespaces/setting-your-default-editor-for-codespaces + - /codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces topics: - Codespaces shortTitle: Set the default editor From 5f8f1052799265aac170559354bdcd30ba3b885a Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 11:57:44 +0200 Subject: [PATCH 14/78] renamed 1 files --- ...es.md => setting-your-default-region-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/customizing-your-codespace/{setting-your-default-region-for-codespaces.md => setting-your-default-region-for-github-codespaces.md} (100%) diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md similarity index 100% rename from content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md rename to content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md From 9aa5c22f52994b8c6d8f69884fcead15ae9ce0f8 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 11:57:45 +0200 Subject: [PATCH 15/78] set redirect_from on 1 files --- content/codespaces/customizing-your-codespace/index.md | 2 +- .../setting-your-default-region-for-github-codespaces.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/codespaces/customizing-your-codespace/index.md b/content/codespaces/customizing-your-codespace/index.md index 5727c79a67..1eb300c214 100644 --- a/content/codespaces/customizing-your-codespace/index.md +++ b/content/codespaces/customizing-your-codespace/index.md @@ -13,7 +13,7 @@ children: - /personalizing-codespaces-for-your-account - /changing-the-machine-type-for-your-codespace - /setting-your-default-editor-for-github-codespaces - - /setting-your-default-region-for-codespaces + - /setting-your-default-region-for-github-codespaces - /setting-your-timeout-period-for-codespaces --- diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md index 101f33b361..b2041b2688 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md @@ -7,6 +7,7 @@ versions: ghec: '*' redirect_from: - /codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces + - /codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces topics: - Codespaces shortTitle: Set the default region From 36d9ebb3e8e451260cf1905b357195bdcf573d29 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 31 May 2022 17:35:45 +0200 Subject: [PATCH 16/78] more changes --- .../about-billing-for-github-codespaces.md | 2 +- .../managing-spending-limits-for-codespaces.md | 6 +++--- .../viewing-your-codespaces-usage.md | 10 +++++----- ...necting-an-azure-subscription-to-your-enterprise.md | 4 ++-- .../one-time-payments-for-customers-in-india.md | 2 +- .../disaster-recovery-for-codespaces.md | 4 ++-- content/codespaces/codespaces-reference/index.md | 2 +- .../codespaces-reference/security-in-codespaces.md | 10 +++++----- .../understanding-billing-for-codespaces.md | 10 +++++----- .../using-github-copilot-in-codespaces.md | 6 +++--- .../changing-the-machine-type-for-your-codespace.md | 2 +- content/codespaces/customizing-your-codespace/index.md | 2 +- .../setting-your-timeout-period-for-codespaces.md | 4 ++-- .../connecting-to-a-private-network.md | 2 +- content/codespaces/overview.md | 10 +++++----- content/codespaces/the-githubdev-web-based-editor.md | 4 ++-- data/reusables/codespaces/codespaces-billing.md | 4 ++-- .../codespaces-spending-limit-requirement.md | 2 +- 18 files changed, 43 insertions(+), 43 deletions(-) diff --git a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md index ad6399efa5..bed313b4b2 100644 --- a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md @@ -34,7 +34,7 @@ redirect_from: {% data reusables.codespaces.codespaces-billing %} -Your {% data variables.product.prodname_codespaces %} usage shares your account's existing billing date, payment method, and receipt. {% data reusables.dotcom_billing.view-all-subscriptions %} +Your {% data variables.product.prodname_github_codespaces %} usage shares your account's existing billing date, payment method, and receipt. {% data reusables.dotcom_billing.view-all-subscriptions %} {% ifversion ghec %} If you purchased {% data variables.product.prodname_enterprise %} through a Microsoft Enterprise Agreement, you can connect your Azure Subscription ID to your enterprise account to enable and pay for {% data variables.product.prodname_codespaces %} usage. For more information, see "[Connecting an Azure subscription to your enterprise](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise)." diff --git a/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md b/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md index 0ed5ffc58c..a97796ef9d 100644 --- a/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md @@ -1,6 +1,6 @@ --- -title: Managing spending limits for Codespaces -intro: 'You can set a spending limit for {% data variables.product.prodname_codespaces %} usage.' +title: Managing spending limits for GitHub Codespaces +intro: 'You can set a spending limit for {% data variables.product.prodname_github_codespaces %} usage.' versions: fpt: '*' ghec: '*' @@ -15,7 +15,7 @@ topics: - Billing shortTitle: Spending limits --- -## About spending limits for {% data variables.product.prodname_codespaces %} +## About spending limits for {% data variables.product.prodname_github_codespaces %} {% data reusables.codespaces.codespaces-spending-limit-requirement %} diff --git a/content/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage.md b/content/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage.md index 29ef8716bf..c39dab226b 100644 --- a/content/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage.md +++ b/content/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage.md @@ -1,8 +1,8 @@ --- -title: Viewing your Codespaces usage +title: Viewing your GitHub Codespaces usage shortTitle: Viewing your usage -intro: 'You can view the compute minutes and storage used by {% data variables.product.prodname_codespaces %}.' -permissions: 'To manage billing for Codespaces for an organization, you must be an organization owner or a billing manager.' +intro: 'You can view the compute minutes and storage used by {% data variables.product.prodname_github_codespaces %}.' +permissions: 'To manage billing for {% data variables.product.prodname_github_codespaces %} for an organization, you must be an organization owner or a billing manager.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' @@ -13,9 +13,9 @@ topics: - Billing --- -## Viewing {% data variables.product.prodname_codespaces %} usage for your organization +## Viewing {% data variables.product.prodname_github_codespaces %} usage for your organization -Organization owners and billing managers can view {% data variables.product.prodname_codespaces %} usage for an organization. For organizations managed by an enterprise account, the organization owners can view {% data variables.product.prodname_codespaces %} usage in the organization billing page, and enterprise admins can view the usage for the entire enterprise. +Organization owners and billing managers can view {% data variables.product.prodname_github_codespaces %} usage for an organization. For organizations managed by an enterprise account, the organization owners can view {% data variables.product.prodname_codespaces %} usage in the organization billing page, and enterprise admins can view the usage for the entire enterprise. {% data reusables.organizations.billing-settings %} {% data reusables.dotcom_billing.codespaces-minutes %} diff --git a/content/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise.md b/content/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise.md index a32ced1692..6c0128a85f 100644 --- a/content/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise.md +++ b/content/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise.md @@ -1,6 +1,6 @@ --- title: Connecting an Azure subscription to your enterprise -intro: 'You can use your Microsoft Enterprise Agreement to enable and pay for {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, and {% data variables.product.prodname_codespaces %} usage.' +intro: 'You can use your Microsoft Enterprise Agreement to enable and pay for {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, and {% data variables.product.prodname_github_codespaces %} usage.' redirect_from: - /github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account/connecting-an-azure-subscription-to-your-enterprise - /github/setting-up-and-managing-billing-and-payments-on-github/connecting-an-azure-subscription-to-your-enterprise @@ -23,7 +23,7 @@ After you connect an Azure subscription, you can also manage your spending limit - "[Managing your spending limit for {% data variables.product.prodname_registry %}](/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages)" - "[Managing your spending limit for {% data variables.product.prodname_actions %}](/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions)" -- "[Managing your spending limit for {% data variables.product.prodname_codespaces %}](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces)" +- "[Managing your spending limit for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces)" ## Connecting your Azure subscription to your enterprise account diff --git a/content/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india.md b/content/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india.md index 3fb09003a6..1a2f51c1dc 100644 --- a/content/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india.md +++ b/content/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india.md @@ -23,7 +23,7 @@ The regulation applies to all recurring transactions, including: - {% data variables.product.prodname_marketplace %} purchases - {% data variables.product.prodname_sponsors %} transactions - Git Large File Storage purchases -- {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, and {% data variables.product.prodname_codespaces %} consumption +- {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, and {% data variables.product.prodname_github_codespaces %} consumption In order to minimize disruption, recurring payments for our affected customers were paused on October 29th, 2021. Paid features and services have remained available to customers impacted by the RBI regulation. diff --git a/content/codespaces/codespaces-reference/disaster-recovery-for-codespaces.md b/content/codespaces/codespaces-reference/disaster-recovery-for-codespaces.md index 5cd930c146..cb9b73bb4d 100644 --- a/content/codespaces/codespaces-reference/disaster-recovery-for-codespaces.md +++ b/content/codespaces/codespaces-reference/disaster-recovery-for-codespaces.md @@ -1,5 +1,5 @@ --- -title: Disaster recovery for Codespaces +title: Disaster recovery for GitHub Codespaces intro: 'This article describes guidance for a disaster recovery scenario, when a whole region experiences an outage due to major natural disaster or widespread service interruption.' versions: fpt: '*' @@ -10,7 +10,7 @@ topics: shortTitle: Disaster recovery --- -We work hard to make sure that {% data variables.product.prodname_codespaces %} is always available to you. However, forces beyond our control sometimes impact the service in ways that can cause unplanned service disruptions. +We work hard to make sure that {% data variables.product.prodname_github_codespaces %} is always available to you. However, forces beyond our control sometimes impact the service in ways that can cause unplanned service disruptions. Although disaster recovery scenarios are rare occurrences, we recommend that you prepare for the possibility that there is an outage of an entire region. If an entire region experiences a service disruption, the locally redundant copies of your data would be temporarily unavailable. diff --git a/content/codespaces/codespaces-reference/index.md b/content/codespaces/codespaces-reference/index.md index 2bdfd49d06..f280e2441c 100644 --- a/content/codespaces/codespaces-reference/index.md +++ b/content/codespaces/codespaces-reference/index.md @@ -1,6 +1,6 @@ --- title: Reference -intro: 'This section contains references that will allow you to be successful with {% data variables.product.prodname_codespaces %}' +intro: 'This section contains references that will allow you to be successful with {% data variables.product.prodname_github_codespaces %}' versions: fpt: '*' ghec: '*' diff --git a/content/codespaces/codespaces-reference/security-in-codespaces.md b/content/codespaces/codespaces-reference/security-in-codespaces.md index 7ddc954391..ef958eea53 100644 --- a/content/codespaces/codespaces-reference/security-in-codespaces.md +++ b/content/codespaces/codespaces-reference/security-in-codespaces.md @@ -1,6 +1,6 @@ --- -title: Security in Codespaces -intro: 'Overview of the {% data variables.product.prodname_codespaces %} security architecture, with guidelines to help you maintain security and minimize the risk of attack.' +title: Security in GitHub Codespaces +intro: 'Overview of the {% data variables.product.prodname_github_codespaces %} security architecture, with guidelines to help you maintain security and minimize the risk of attack.' miniTocMaxHeadingLevel: 3 versions: fpt: '*' @@ -14,13 +14,13 @@ shortTitle: Security in Codespaces ## Overview of codespace security -{% data variables.product.prodname_codespaces %} is designed to be security hardened by default. Consequently, you will need to ensure that your software development practices do not risk reducing the security posture of your codespace. +{% data variables.product.prodname_github_codespaces %} is designed to be security hardened by default. Consequently, you will need to ensure that your software development practices do not risk reducing the security posture of your codespace. This guide describes the way Codespaces keeps your development environment secure and provides some of the good practices that will help maintain your security as you work. As with any development tool, remember that you should only open and work within repositories you know and trust. ### Environment isolation -{% data variables.product.prodname_codespaces %} is designed to keep your codespaces separate from each other, with each using its own virtual machine and network. +{% data variables.product.prodname_github_codespaces %} is designed to keep your codespaces separate from each other, with each using its own virtual machine and network. #### Isolated virtual machines @@ -48,7 +48,7 @@ An organization's administrators specify which repositories should be considered ### Codespace connections -You can connect to your codespace using the TLS encrypted tunnel provided by the {% data variables.product.prodname_codespaces %} service. Only the creator of a codespace can connect to a codespace. Connections are authenticated with {% data variables.product.product_name %}. +You can connect to your codespace using the TLS encrypted tunnel provided by the {% data variables.product.prodname_github_codespaces %} service. Only the creator of a codespace can connect to a codespace. Connections are authenticated with {% data variables.product.product_name %}. If you need to allow external access to services running on a codespace, you can enable port forwarding for private or public access. diff --git a/content/codespaces/codespaces-reference/understanding-billing-for-codespaces.md b/content/codespaces/codespaces-reference/understanding-billing-for-codespaces.md index 4f0af68d08..5c0c1df91b 100644 --- a/content/codespaces/codespaces-reference/understanding-billing-for-codespaces.md +++ b/content/codespaces/codespaces-reference/understanding-billing-for-codespaces.md @@ -1,6 +1,6 @@ --- -title: Understanding billing for Codespaces -intro: 'Learn how your {% data variables.product.prodname_codespaces %} usage is billed.' +title: Understanding billing for GitHub Codespaces +intro: 'Learn how your {% data variables.product.prodname_github_codespaces %} usage is billed.' versions: fpt: '*' ghec: '*' @@ -18,9 +18,9 @@ shortTitle: Understanding billing This article explains how billing works for your codespaces, and explains how your organization's billing manager can help. -## Getting access to {% data variables.product.prodname_codespaces %} +## Getting access to {% data variables.product.prodname_github_codespaces %} -Your organization's administrator might limit {% data variables.product.prodname_codespaces %} usage to only specific personal accounts. To get access, you will need to contact your billing manager. For more information, see "[Managing access and security for your codespaces](/codespaces/managing-your-codespaces/managing-access-and-security-for-your-codespaces)." +Your organization's administrator might limit {% data variables.product.prodname_github_codespaces %} usage to only specific personal accounts. To get access, you will need to contact your billing manager. For more information, see "[Managing access and security for your codespaces](/codespaces/managing-your-codespaces/managing-access-and-security-for-your-codespaces)." ## How much it costs to use {% data variables.product.prodname_codespaces %} @@ -36,7 +36,7 @@ If you enable prebuilding of codespaces this will incur additional charges. For Your codespace is billed for the number of minutes that it's active. If your codespaces window is left idle for 30 minutes, it will automatically shutdown, and compute billing for the codespace will end until you start the codespace again. ### Understanding how codespace storage is billed -For {% data variables.product.prodname_codespaces %}, storage is defined to include any files relating to your codespace, such as the cloned repository, configuration files, and extensions, among others. This storage is billed while your codespace is shutdown. The storage billing for a codespace ends when you manually delete it from https://github.com/codespaces. +For {% data variables.product.prodname_github_codespaces %}, storage is defined to include any files relating to your codespace, such as the cloned repository, configuration files, and extensions, among others. This storage is billed while your codespace is shutdown. The storage billing for a codespace ends when you manually delete it from https://github.com/codespaces. ## How spending limits work diff --git a/content/codespaces/codespaces-reference/using-github-copilot-in-codespaces.md b/content/codespaces/codespaces-reference/using-github-copilot-in-codespaces.md index a6a0a614df..bbab207a17 100644 --- a/content/codespaces/codespaces-reference/using-github-copilot-in-codespaces.md +++ b/content/codespaces/codespaces-reference/using-github-copilot-in-codespaces.md @@ -1,6 +1,6 @@ --- -title: Using GitHub Copilot in Codespaces -intro: You can use Copilot in Codespaces by adding the extension. +title: Using GitHub Copilot in GitHub Codespaces +intro: You can use Copilot in {% data variables.product.prodname_github_codespaces %} by adding the extension. versions: fpt: '*' ghec: '*' @@ -17,7 +17,7 @@ redirect_from: ## Using {% data variables.product.prodname_copilot %} -[{% data variables.product.prodname_copilot %}](https://copilot.github.com/), an AI pair programmer, can be used in any codespace. To start using {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_codespaces %}, install the [{% data variables.product.prodname_copilot_short %} extension from the {% data variables.product.prodname_vscode_marketplace %}](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot). +[{% data variables.product.prodname_copilot %}](https://copilot.github.com/), an AI pair programmer, can be used in any codespace. To start using {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_github_codespaces %}, install the [{% data variables.product.prodname_copilot_short %} extension from the {% data variables.product.prodname_vscode_marketplace %}](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot). To include {% data variables.product.prodname_copilot_short %}, or other extensions, in all of your codespaces, enable Settings Sync. For more information, see "[Personalizing {% data variables.product.prodname_codespaces %} for your account](/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account#settings-sync)." Additionally, to include {% data variables.product.prodname_copilot_short %} in a given project for all users, you can specify `GitHub.copilot` as an extension in your `devcontainer.json` file. For information about configuring a `devcontainer.json` file, see "[Introduction to dev containers](/codespaces/customizing-your-codespace/configuring-codespaces-for-your-project#creating-a-custom-dev-container-configuration)." diff --git a/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md b/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md index 58f34d1465..6a67e84a87 100644 --- a/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md +++ b/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md @@ -16,7 +16,7 @@ topics: {% note %} -**Note:** You can only select or change the machine type if you are a member of an organization using {% data variables.product.prodname_codespaces %} and are creating a codespace on a repository owned by that organization. +**Note:** You can only select or change the machine type if you are a member of an organization using {% data variables.product.prodname_github_codespaces %} and are creating a codespace on a repository owned by that organization. {% endnote %} diff --git a/content/codespaces/customizing-your-codespace/index.md b/content/codespaces/customizing-your-codespace/index.md index 1eb300c214..b5e8fc63a4 100644 --- a/content/codespaces/customizing-your-codespace/index.md +++ b/content/codespaces/customizing-your-codespace/index.md @@ -1,6 +1,6 @@ --- title: Customizing your codespace -intro: '{% data variables.product.prodname_codespaces %} is a dedicated environment for you. You can configure your repositories with a dev container to define their default Codespaces environment, and personalize your development experience across all of your codespaces with dotfiles and Settings Sync.' +intro: '{% data variables.product.prodname_github_codespaces %} is a dedicated environment for you. You can configure your repositories with a dev container to define their default {% data variables.product.prodname_github_codespaces %} environment, and personalize your development experience across all of your codespaces with dotfiles and Settings Sync.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' diff --git a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md index 0e53f35f94..d8c27625cf 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md @@ -1,6 +1,6 @@ --- -title: Setting your timeout period for Codespaces -intro: 'You can set your default timeout for {% data variables.product.prodname_codespaces %} in your personal settings page.' +title: Setting your timeout period for GitHub Codespaces +intro: 'You can set your default timeout for {% data variables.product.prodname_github_codespaces %} in your personal settings page.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' diff --git a/content/codespaces/developing-in-codespaces/connecting-to-a-private-network.md b/content/codespaces/developing-in-codespaces/connecting-to-a-private-network.md index 8c37404960..f9f38fcb5b 100644 --- a/content/codespaces/developing-in-codespaces/connecting-to-a-private-network.md +++ b/content/codespaces/developing-in-codespaces/connecting-to-a-private-network.md @@ -1,6 +1,6 @@ --- title: Connecting to a private network -intro: 'You can connect {% data variables.product.prodname_codespaces %} to resources on a private network, including package registries, license servers, and on-premises databases.' +intro: 'You can connect {% data variables.product.prodname_github_codespaces %} to resources on a private network, including package registries, license servers, and on-premises databases.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' diff --git a/content/codespaces/overview.md b/content/codespaces/overview.md index 88e16eb473..841ca9a4a5 100644 --- a/content/codespaces/overview.md +++ b/content/codespaces/overview.md @@ -2,7 +2,7 @@ title: GitHub Codespaces overview shortTitle: Overview product: '{% data reusables.gated-features.codespaces %}' -intro: 'This guide introduces {% data variables.product.prodname_codespaces %} and provides details on how it works and how to use it.' +intro: 'This guide introduces {% data variables.product.prodname_github_codespaces %} and provides details on how it works and how to use it.' allowTitleToDifferFromFilename: true redirect_from: - /codespaces/codespaces-reference/about-codespaces @@ -20,19 +20,19 @@ topics: ## What is a codespace? -A codespace is a development environment that's hosted in the cloud. You can customize your project for {% data variables.product.prodname_codespaces %} by committing [configuration files](/codespaces/customizing-your-codespace/configuring-codespaces-for-your-project) to your repository (often known as Configuration-as-Code), which creates a repeatable codespace configuration for all users of your project. +A codespace is a development environment that's hosted in the cloud. You can customize your project for {% data variables.product.prodname_github_codespaces %} by committing [configuration files](/codespaces/customizing-your-codespace/configuring-codespaces-for-your-project) to your repository (often known as Configuration-as-Code), which creates a repeatable codespace configuration for all users of your project. -{% data variables.product.prodname_codespaces %} run on a variety of VM-based compute options hosted by {% data variables.product.product_location %}, which you can configure from 2 core machines up to 32 core machines. You can connect to your codespaces from the browser or locally using {% data variables.product.prodname_vscode %}. +{% data variables.product.prodname_github_codespaces %} run on a variety of VM-based compute options hosted by {% data variables.product.product_location %}, which you can configure from 2 core machines up to 32 core machines. You can connect to your codespaces from the browser or locally using {% data variables.product.prodname_vscode %}. ![A diagram showing how {% data variables.product.prodname_codespaces %} works](/assets/images/help/codespaces/codespaces-diagram.png) -## Using Codespaces +## Using {% data variables.product.prodname_github_codespaces %} You can create a codespace from any branch or commit in your repository and begin developing using cloud-based compute resources. {% data reusables.codespaces.links-to-get-started %} To customize the runtimes and tools in your codespace, you can create one or more dev container configurations for your repository. Adding dev container configurations to your repository allows you to define a choice of different development environments that are appropriate for the work people will do in your repository. -If you don't add a dev container configuration, {% data variables.product.prodname_codespaces %} will clone your repository into an environment with the default codespace image that includes many tools, languages, and runtime environments. For more information, see "[Introduction to dev containers](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project)". +If you don't add a dev container configuration, {% data variables.product.prodname_github_codespaces %} will clone your repository into an environment with the default codespace image that includes many tools, languages, and runtime environments. For more information, see "[Introduction to dev containers](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project)". You can also personalize aspects of your codespace environment by using a public [dotfiles](https://dotfiles.github.io/tutorials/) repository and [Settings Sync](https://code.visualstudio.com/docs/editor/settings-sync). Personalization can include shell preferences, additional tools, editor settings, and {% data variables.product.prodname_vscode_shortname %} extensions. For more information, see "[Customizing your codespace](/codespaces/customizing-your-codespace)". diff --git a/content/codespaces/the-githubdev-web-based-editor.md b/content/codespaces/the-githubdev-web-based-editor.md index 2671daa017..3e86a6507c 100644 --- a/content/codespaces/the-githubdev-web-based-editor.md +++ b/content/codespaces/the-githubdev-web-based-editor.md @@ -38,9 +38,9 @@ You can open any {% data variables.product.prodname_dotcom %} repository in the - Press `.` while browsing any repository or pull request on {% data variables.product.prodname_dotcom %}. - Change the URL from "github.com" to "github.dev". -## {% data variables.product.prodname_codespaces %} and the {% data variables.product.prodname_serverless %} +## {% data variables.product.prodname_github_codespaces %} and the {% data variables.product.prodname_serverless %} -Both the {% data variables.product.prodname_serverless %} and {% data variables.product.prodname_codespaces %} allow you to edit your code straight from your repository. However, both have slightly different benefits, depending on your use case. +Both the {% data variables.product.prodname_serverless %} and {% data variables.product.prodname_github_codespaces %} allow you to edit your code straight from your repository. However, both have slightly different benefits, depending on your use case. || {% data variables.product.prodname_serverless %} | {% data variables.product.prodname_codespaces %}| |-|----------------|---------| diff --git a/data/reusables/codespaces/codespaces-billing.md b/data/reusables/codespaces/codespaces-billing.md index 71afd4332c..79ef56fd71 100644 --- a/data/reusables/codespaces/codespaces-billing.md +++ b/data/reusables/codespaces/codespaces-billing.md @@ -1,9 +1,9 @@ {% data variables.product.prodname_codespaces %} are billed in US dollars (USD) according to their compute and storage usage. ### Calculating compute usage -Compute usage is defined as the total number of uptime minutes for which a {% data variables.product.prodname_codespaces %} instance is active. Compute usage is calculated by summing the actual number of minutes used by all codespaces. These totals are reported to the billing service daily, and are billed monthly. +Compute usage is defined as the total number of uptime minutes for which a {% data variables.product.prodname_github_codespaces %} instance is active. Compute usage is calculated by summing the actual number of minutes used by all codespaces. These totals are reported to the billing service daily, and are billed monthly. Uptime is controlled by stopping your codespace, which can be done manually or automatically after a developer specified period of inactivity. For more information, see "[Closing or stopping your codespace](/codespaces/getting-started/deep-dive#closing-or-stopping-your-codespace)". ### Calculating storage usage -For {% data variables.product.prodname_codespaces %} billing purposes, this includes all storage used by all codespaces in your account. This includes any files used by the codespaces, such as cloned repositories, configuration files, and extensions, among others. These totals are reported to the billing service daily, and are billed monthly. At the end of the month, {% data variables.product.prodname_dotcom %} rounds your storage to the nearest MB. +For {% data variables.product.prodname_github_codespaces %} billing purposes, this includes all storage used by all codespaces in your account. This includes any files used by the codespaces, such as cloned repositories, configuration files, and extensions, among others. These totals are reported to the billing service daily, and are billed monthly. At the end of the month, {% data variables.product.prodname_dotcom %} rounds your storage to the nearest MB. diff --git a/data/reusables/codespaces/codespaces-spending-limit-requirement.md b/data/reusables/codespaces/codespaces-spending-limit-requirement.md index 105960fe13..cff4108d98 100644 --- a/data/reusables/codespaces/codespaces-spending-limit-requirement.md +++ b/data/reusables/codespaces/codespaces-spending-limit-requirement.md @@ -4,6 +4,6 @@ {% endnote %} -By default, your organization or enterprise will have a {% data variables.product.prodname_codespaces %} spending limit of $0, which prevents new codespaces from being created or existing codespaces from being opened. To allow your users to create codespaces in your organization, set the limit to a value higher than $0. +By default, your organization or enterprise will have a {% data variables.product.prodname_github_codespaces %} spending limit of $0, which prevents new codespaces from being created or existing codespaces from being opened. To allow your users to create codespaces in your organization, set the limit to a value higher than $0. {% data reusables.billing.overages-billed-monthly %} \ No newline at end of file From 523a869228b86e28a56179dbc71eae72fb8ce1e5 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:29:01 +0200 Subject: [PATCH 17/78] More replacements --- .../developing-in-codespaces/creating-a-codespace.md | 6 +++--- .../developing-in-a-codespace.md | 4 ++-- .../forwarding-ports-in-your-codespace.md | 4 ++-- .../using-source-control-in-your-codespace.md | 2 +- content/codespaces/getting-started/deep-dive.md | 10 +++++----- content/codespaces/getting-started/index.md | 4 ++-- content/codespaces/getting-started/quickstart.md | 6 +++--- .../enabling-codespaces-for-your-organization.md | 8 ++++---- ...ging-billing-for-codespaces-in-your-organization.md | 10 +++++----- ...-your-repository-and-organization-for-codespaces.md | 8 ++++---- ...ository-access-for-your-organizations-codespaces.md | 6 +++--- .../restricting-the-idle-timeout-period.md | 2 +- ...ing-your-organizations-audit-logs-for-codespaces.md | 6 +++--- .../managing-encrypted-secrets-for-your-codespaces.md | 4 ++-- .../managing-gpg-verification-for-codespaces.md | 4 ++-- .../managing-repository-access-for-your-codespaces.md | 2 +- .../reviewing-your-security-logs-for-codespaces.md | 8 ++++---- .../about-codespaces-prebuilds.md | 6 +++--- .../configuring-prebuilds.md | 2 +- .../prebuilding-your-codespaces/managing-prebuilds.md | 2 +- .../setting-up-your-project-for-codespaces/index.md | 4 ++-- ...g-a-minimum-specification-for-codespace-machines.md | 6 +++--- .../reusables/codespaces/apply-devcontainer-changes.md | 2 +- 23 files changed, 58 insertions(+), 58 deletions(-) diff --git a/content/codespaces/developing-in-codespaces/creating-a-codespace.md b/content/codespaces/developing-in-codespaces/creating-a-codespace.md index 835fe5912a..c6be14d5eb 100644 --- a/content/codespaces/developing-in-codespaces/creating-a-codespace.md +++ b/content/codespaces/developing-in-codespaces/creating-a-codespace.md @@ -43,11 +43,11 @@ If you want to use Git hooks for your codespace, then you should set up hooks us {% data reusables.codespaces.prebuilds-crossreference %} -## Access to {% data variables.product.prodname_codespaces %} +## Access to {% data variables.product.prodname_github_codespaces %} {% data reusables.codespaces.availability %} -When you have access to {% data variables.product.prodname_codespaces %}, you'll see a "Codespaces" tab within the **{% octicon "code" aria-label="The code icon" %} Code** drop-down menu when you view a repository. +When you have access to {% data variables.product.prodname_github_codespaces %}, you'll see a "Codespaces" tab within the **{% octicon "code" aria-label="The code icon" %} Code** drop-down menu when you view a repository. You'll have access to codespaces under the following conditions: @@ -65,7 +65,7 @@ Organization owners can allow all members of the organization to create codespac Before {% data variables.product.prodname_codespaces %} can be used in an organization, an owner or billing manager must have set a spending limit. For more information, see "[About spending limits for Codespaces](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces#about-spending-limits-for-codespaces)." -If you would like to create a codespace for a repository owned by your personal account or another user, and you have permission to create repositories in an organization that has enabled {% data variables.product.prodname_codespaces %}, you can fork user-owned repositories to that organization and then create a codespace for the fork. +If you would like to create a codespace for a repository owned by your personal account or another user, and you have permission to create repositories in an organization that has enabled {% data variables.product.prodname_github_codespaces %}, you can fork user-owned repositories to that organization and then create a codespace for the fork. ## Creating a codespace diff --git a/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md b/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md index ff505fbe49..4448be9733 100644 --- a/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md +++ b/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md @@ -19,9 +19,9 @@ shortTitle: Develop in a codespace -## About development with {% data variables.product.prodname_codespaces %} +## About development with {% data variables.product.prodname_github_codespaces %} -{% data variables.product.prodname_codespaces %} provides you with the full development experience of {% data variables.product.prodname_vscode %}. {% data reusables.codespaces.use-visual-studio-features %} +{% data variables.product.prodname_github_codespaces %} provides you with the full development experience of {% data variables.product.prodname_vscode %}. {% data reusables.codespaces.use-visual-studio-features %} {% data reusables.codespaces.links-to-get-started %} diff --git a/content/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace.md b/content/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace.md index f71d2f9abc..4b2ca313ca 100644 --- a/content/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace.md +++ b/content/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace.md @@ -19,7 +19,7 @@ shortTitle: Forward ports Port forwarding gives you access to TCP ports running within your codespace. For example, if you're running a web application on a particular port in your codespace, you can forward that port. This allows you to access the application from the browser on your local machine for testing and debugging. -When an application running inside a codespace prints output to the terminal that contains a localhost URL, such as `http://localhost:PORT` or `http://127.0.0.1:PORT`, the port is automatically forwarded. If you're using {% data variables.product.prodname_codespaces %} in the browser or in {% data variables.product.prodname_vscode %}, the URL string in the terminal is converted into a link that you can click to view the web page on your local machine. By default, {% data variables.product.prodname_codespaces %} forwards ports using HTTP. +When an application running inside a codespace prints output to the terminal that contains a localhost URL, such as `http://localhost:PORT` or `http://127.0.0.1:PORT`, the port is automatically forwarded. If you're using {% data variables.product.prodname_github_codespaces %} in the browser or in {% data variables.product.prodname_vscode %}, the URL string in the terminal is converted into a link that you can click to view the web page on your local machine. By default, {% data variables.product.prodname_codespaces %} forwards ports using HTTP. ![Automatic port forwarding](/assets/images/help/codespaces/automatic-port-forwarding.png) @@ -156,7 +156,7 @@ You can label a port to make the port more easily identifiable in a list. ## Adding a port to the codespace configuration -You can add a forwarded port to the {% data variables.product.prodname_codespaces %} configuration for the repository, so the port will automatically be forwarded for all codespaces created from the repository. After you update the configuration, any previously created codespaces must be rebuilt for the change to apply. For more information, see "[Configuring {% data variables.product.prodname_codespaces %} for your project](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project#applying-configuration-changes-to-a-codespace)." +You can add a forwarded port to the {% data variables.product.prodname_github_codespaces %} configuration for the repository, so the port will automatically be forwarded for all codespaces created from the repository. After you update the configuration, any previously created codespaces must be rebuilt for the change to apply. For more information, see "[Configuring {% data variables.product.prodname_codespaces %} for your project](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project#applying-configuration-changes-to-a-codespace)." You can manually configure forwarded ports in a `.devcontainer.json` file using the `forwardPorts` property, or you can use the "Ports" panel in your codespace. diff --git a/content/codespaces/developing-in-codespaces/using-source-control-in-your-codespace.md b/content/codespaces/developing-in-codespaces/using-source-control-in-your-codespace.md index f9ade0113f..45835585df 100644 --- a/content/codespaces/developing-in-codespaces/using-source-control-in-your-codespace.md +++ b/content/codespaces/developing-in-codespaces/using-source-control-in-your-codespace.md @@ -15,7 +15,7 @@ shortTitle: Source control -## About source control in {% data variables.product.prodname_codespaces %} +## About source control in {% data variables.product.prodname_github_codespaces %} You can perform all the Git actions you need directly within your codespace. For example, you can fetch changes from the remote repository, switch branches, create a new branch, commit and push changes, and create a pull request. You can use the integrated terminal within your codespace to enter Git commands, or you can click icons and menu options to complete all the most common Git tasks. This guide explains how to use the graphical user interface for source control. diff --git a/content/codespaces/getting-started/deep-dive.md b/content/codespaces/getting-started/deep-dive.md index 47f78fb947..d736f58e82 100644 --- a/content/codespaces/getting-started/deep-dive.md +++ b/content/codespaces/getting-started/deep-dive.md @@ -1,6 +1,6 @@ --- -title: Deep dive into Codespaces -intro: 'Understand how {% data variables.product.prodname_codespaces %} works.' +title: Deep dive into GitHub Codespaces +intro: 'Understand how {% data variables.product.prodname_github_codespaces %} works.' allowTitleToDifferFromFilename: true product: '{% data reusables.gated-features.codespaces %}' versions: @@ -11,7 +11,7 @@ topics: - Codespaces --- -{% data variables.product.prodname_codespaces %} is an instant, cloud-based development environment that uses a container to provide you with common languages, tools, and utilities for development. {% data variables.product.prodname_codespaces %} is also configurable, allowing you to create a customized development environment for your project. By configuring a custom development environment for your project, you can have a repeatable codespace configuration for all users of your project. +{% data variables.product.prodname_github_codespaces %} is an instant, cloud-based development environment that uses a container to provide you with common languages, tools, and utilities for development. {% data variables.product.prodname_codespaces %} is also configurable, allowing you to create a customized development environment for your project. By configuring a custom development environment for your project, you can have a repeatable codespace configuration for all users of your project. ## Creating your codespace @@ -54,7 +54,7 @@ Once you are connected to your codespace, your automated setup may continue to b If you want to use Git hooks in your codespace, set up hooks using the [`devcontainer.json` lifecycle scripts](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_lifecycle-scripts), such as `postCreateCommand`. For more information, see the [`devcontainer.json` reference](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_devcontainerjson-properties) in the {% data variables.product.prodname_vscode_shortname %} documentation. -If you have a public dotfiles repository for {% data variables.product.prodname_codespaces %}, you can enable it for use with new codespaces. When enabled, your dotfiles will be cloned to the container and the install script will be invoked. For more information, see "[Personalizing {% data variables.product.prodname_codespaces %} for your account](/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account#dotfiles)." +If you have a public dotfiles repository for {% data variables.product.prodname_github_codespaces %}, you can enable it for use with new codespaces. When enabled, your dotfiles will be cloned to the container and the install script will be invoked. For more information, see "[Personalizing {% data variables.product.prodname_codespaces %} for your account](/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account#dotfiles)." Finally, the entire history of the repository is copied down with a full clone. @@ -97,7 +97,7 @@ Git is available by default in your codespace and so you can rely on your existi ![Running git status in Codespaces Terminal](/assets/images/help/codespaces/git-status.png) -You can create a codespace from any branch, commit, or pull request in your project, or you can switch to a new or existing branch from within your active codespace. Because {% data variables.product.prodname_codespaces %} is designed to be ephemeral, you can use it as an isolated environment to experiment, check a teammate's pull request, or fix merge conflicts. You can create more than one codespace per repository or even per branch. However, each personal account has a limit of 10 codespaces. If you've reached the limit and want to create a new codespace, you must delete a codespace first. +You can create a codespace from any branch, commit, or pull request in your project, or you can switch to a new or existing branch from within your active codespace. Because {% data variables.product.prodname_github_codespaces %} is designed to be ephemeral, you can use it as an isolated environment to experiment, check a teammate's pull request, or fix merge conflicts. You can create more than one codespace per repository or even per branch. However, each personal account has a limit of 10 codespaces. If you've reached the limit and want to create a new codespace, you must delete a codespace first. {% note %} diff --git a/content/codespaces/getting-started/index.md b/content/codespaces/getting-started/index.md index 02b137c113..969e789410 100644 --- a/content/codespaces/getting-started/index.md +++ b/content/codespaces/getting-started/index.md @@ -1,6 +1,6 @@ --- -title: 'Getting Started with {% data variables.product.prodname_codespaces %}' -intro: 'Learn how to get started with {% data variables.product.prodname_codespaces %}, including set up and configuration for specific languages.' +title: 'Getting Started with {% data variables.product.prodname_github_codespaces %}' +intro: 'Learn how to get started with {% data variables.product.prodname_github_codespaces %}, including set up and configuration for specific languages.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' diff --git a/content/codespaces/getting-started/quickstart.md b/content/codespaces/getting-started/quickstart.md index 04303abbc2..6f514f4e8b 100644 --- a/content/codespaces/getting-started/quickstart.md +++ b/content/codespaces/getting-started/quickstart.md @@ -1,6 +1,6 @@ --- -title: Quickstart for Codespaces -intro: 'Try out {% data variables.product.prodname_codespaces %} in 5 minutes.' +title: Quickstart for GitHub Codespaces +intro: 'Try out {% data variables.product.prodname_github_codespaces %} in 5 minutes.' allowTitleToDifferFromFilename: true product: '{% data reusables.gated-features.codespaces %}' versions: @@ -19,7 +19,7 @@ In this guide, you'll create a codespace from a [template repository](https://gi From this quickstart, you will learn how to create a codespace, connect to a forwarded port to view your running application, use version control in a codespace, and personalize your setup with extensions. -For more information on exactly how {% data variables.product.prodname_codespaces %} works, see the companion guide "[Deep dive into {% data variables.product.prodname_codespaces %}](/codespaces/getting-started/deep-dive)." +For more information on exactly how {% data variables.product.prodname_github_codespaces %} works, see the companion guide "[Deep dive into {% data variables.product.prodname_codespaces %}](/codespaces/getting-started/deep-dive)." ## Creating your codespace diff --git a/content/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization.md b/content/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization.md index ec7e936c7e..8bf632241a 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization.md +++ b/content/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization.md @@ -1,9 +1,9 @@ --- -title: Enabling Codespaces for your organization +title: Enabling GitHub Codespaces for your organization shortTitle: Enable Codespaces intro: 'You can control which users in your organization can use {% data variables.product.prodname_codespaces %}.' product: '{% data reusables.gated-features.codespaces %}' -permissions: 'To manage user permissions for {% data variables.product.prodname_codespaces %} for an organization, you must be an organization owner.' +permissions: 'To manage user permissions for {% data variables.product.prodname_github_codespaces %} for an organization, you must be an organization owner.' redirect_from: - /codespaces/managing-codespaces-for-your-organization/managing-user-permissions-for-your-organization versions: @@ -17,14 +17,14 @@ topics: --- -## About enabling {% data variables.product.prodname_codespaces %} for your organization +## About enabling {% data variables.product.prodname_github_codespaces %} for your organization Organization owners can control which users in your organization can create and use codespaces. To use codespaces in your organization, you must do the following: - Ensure that users have [at least write access](/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization) to the repositories where they want to use a codespace. -- [Enable {% data variables.product.prodname_codespaces %} for users in your organization](#enable-codespaces-for-users-in-your-organization). You can choose to allow {% data variables.product.prodname_codespaces %} for selected users or only for specific users. +- [Enable {% data variables.product.prodname_github_codespaces %} for users in your organization](#enable-codespaces-for-users-in-your-organization). You can choose to allow {% data variables.product.prodname_codespaces %} for selected users or only for specific users. - [Set a spending limit](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces) - Ensure that your organization does not have an IP address allow list enabled. For more information, see "[Managing allowed IP addresses for your organization](/{% ifversion fpt %}enterprise-cloud@latest/{% endif %}organizations/keeping-your-organization-secure/managing-allowed-ip-addresses-for-your-organization#using-github-actions-with-an-ip-allow-list){% ifversion fpt %}" in the {% data variables.product.prodname_ghe_cloud %} documentation.{% else %}."{% endif %} diff --git a/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization.md b/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization.md index cbdd7fea90..263536556b 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization.md +++ b/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization.md @@ -1,9 +1,9 @@ --- -title: Managing billing for Codespaces in your organization +title: Managing billing for GitHub Codespaces in your organization shortTitle: Manage billing -intro: 'You can check your {% data variables.product.prodname_codespaces %} usage and set usage limits.' +intro: 'You can check your {% data variables.product.prodname_github_codespaces %} usage and set usage limits.' product: '{% data reusables.gated-features.codespaces %}' -permissions: 'To manage billing for Codespaces for an organization, you must be an organization owner or a billing manager.' +permissions: 'To manage billing for {% data variables.product.prodname_github_codespaces %} for an organization, you must be an organization owner or a billing manager.' versions: fpt: '*' ghec: '*' @@ -15,7 +15,7 @@ topics: ## Overview -To learn about pricing for {% data variables.product.prodname_codespaces %}, see "[{% data variables.product.prodname_codespaces %} pricing](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#codespaces-pricing)." +To learn about pricing for {% data variables.product.prodname_github_codespaces %}, see "[{% data variables.product.prodname_codespaces %} pricing](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#codespaces-pricing)." {% data reusables.codespaces.codespaces-billing %} @@ -25,7 +25,7 @@ To learn about pricing for {% data variables.product.prodname_codespaces %}, see ## Usage limits -You can set a usage limit for the codespaces in your organization or repository. This limit is applied to the compute and storage usage for {% data variables.product.prodname_codespaces %}: +You can set a usage limit for the codespaces in your organization or repository. This limit is applied to the compute and storage usage for {% data variables.product.prodname_github_codespaces %}: - **Compute minutes:** Compute usage is calculated by the actual number of minutes used by all {% data variables.product.prodname_codespaces %} instances while they are active. These totals are reported to the billing service daily, and is billed monthly. You can set a spending limit for {% data variables.product.prodname_codespaces %} usage in your organization. For more information, see "[Managing spending limits for Codespaces](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces)." diff --git a/content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces.md b/content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces.md index c02b4c005c..76520068e1 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces.md +++ b/content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces.md @@ -1,9 +1,9 @@ --- -title: Managing encrypted secrets for your repository and organization for Codespaces +title: Managing encrypted secrets for your repository and organization for GitHub Codespaces shortTitle: Encrypted secrets -intro: 'Encrypted secrets allow you to store sensitive information in your organization, repository, or {% data variables.product.prodname_codespaces %}.' +intro: 'Encrypted secrets allow you to store sensitive information in your organization, repository, or {% data variables.product.prodname_github_codespaces %}.' product: '{% data reusables.gated-features.codespaces %}' -permissions: 'To manage secrets for {% data variables.product.prodname_codespaces %} for an organization, you must be an organization owner.' +permissions: 'To manage secrets for {% data variables.product.prodname_github_codespaces %} for an organization, you must be an organization owner.' versions: fpt: '*' ghec: '*' @@ -17,7 +17,7 @@ topics: ## About secrets -Secrets are encrypted environment variables that you create in an organization or repository. The secrets that you create are available to use in {% data variables.product.prodname_codespaces %}. GitHub uses a [libsodium sealed box](https://libsodium.gitbook.io/doc/public-key_cryptography/sealed_boxes) to encrypt secrets before they reach GitHub and only decrypts them when you use them in a codespace. +Secrets are encrypted environment variables that you create in an organization or repository. The secrets that you create are available to use in {% data variables.product.prodname_github_codespaces %}. GitHub uses a [libsodium sealed box](https://libsodium.gitbook.io/doc/public-key_cryptography/sealed_boxes) to encrypt secrets before they reach GitHub and only decrypts them when you use them in a codespace. Organization-level secrets let you share secrets between multiple repositories, which reduces the need to create duplicate secrets. You can use access policies to control which repositories can use organization secrets. diff --git a/content/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces.md b/content/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces.md index 52cf393d61..6563d082b3 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces.md +++ b/content/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces.md @@ -1,9 +1,9 @@ --- title: Managing repository access for your organization's codespaces shortTitle: Repository access -intro: 'You can manage the repositories in your organization that {% data variables.product.prodname_codespaces %} can access.' +intro: 'You can manage the repositories in your organization that {% data variables.product.prodname_github_codespaces %} can access.' product: '{% data reusables.gated-features.codespaces %}' -permissions: 'To manage access and security for Codespaces for an organization, you must be an organization owner.' +permissions: 'To manage access and security for {% data variables.product.prodname_github_codespaces %} for an organization, you must be an organization owner.' versions: fpt: '*' ghec: '*' @@ -26,7 +26,7 @@ redirect_from: By default, a codespace can only access the repository where it was created. When you enable access and security for a repository owned by your organization, any codespaces that are created for that repository will also have read permissions to all other repositories the organization owns and the codespace creator has permissions to access. If you want to restrict the repositories a codespace can access, you can limit it to either the repository where the codespace was created, or to specific repositories. You should only enable access and security for repositories you trust. -To manage which users in your organization can use {% data variables.product.prodname_codespaces %}, see "[Managing user permissions for your organization](/codespaces/managing-codespaces-for-your-organization/managing-user-permissions-for-your-organization)." +To manage which users in your organization can use {% data variables.product.prodname_github_codespaces %}, see "[Managing user permissions for your organization](/codespaces/managing-codespaces-for-your-organization/managing-user-permissions-for-your-organization)." {% data reusables.profile.access_org %} {% data reusables.profile.org_settings %} diff --git a/content/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period.md b/content/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period.md index 2a2faa2f2f..f3e49374a5 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period.md +++ b/content/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period.md @@ -26,7 +26,7 @@ As an organization owner, you may want to configure constraints on the maximum i {% endnote %} -For more information about pricing for {% data variables.product.prodname_codespaces %} compute usage, see "[About billing for Codespaces](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#codespaces-pricing)." +For more information about pricing for {% data variables.product.prodname_github_codespaces %} compute usage, see "[About billing for Codespaces](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#codespaces-pricing)." ### Behavior when you set a maximum idle timeout constraint diff --git a/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces.md b/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces.md index 58374ae3e6..4da169df12 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces.md +++ b/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces.md @@ -1,7 +1,7 @@ --- -title: Reviewing your organization's audit logs for Codespaces +title: Reviewing your organization's audit logs for GitHub Codespaces shortTitle: Audit logs -intro: 'You can use the audit log to review all actions related to {% data variables.product.prodname_codespaces %}.' +intro: 'You can use the audit log to review all actions related to {% data variables.product.prodname_github_codespaces %}.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' @@ -15,7 +15,7 @@ topics: -When any member of your organization performs an action related to {% data variables.product.prodname_codespaces %}, you can review the actions in the audit log. For information about accessing the log, see "[Reviewing your audit log](/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#accessing-the-audit-log)." +When any member of your organization performs an action related to {% data variables.product.prodname_github_codespaces %}, you can review the actions in the audit log. For information about accessing the log, see "[Reviewing your audit log](/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#accessing-the-audit-log)." ![Audit log with Codespaces information](/assets/images/help/settings/codespaces-audit-log-org.png) diff --git a/content/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces.md b/content/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces.md index 61573bcf1d..c35f482393 100644 --- a/content/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces.md @@ -20,7 +20,7 @@ shortTitle: Encrypted secrets -## About encrypted secrets for {% data variables.product.prodname_codespaces %} +## About encrypted secrets for {% data variables.product.prodname_github_codespaces %} You can add encrypted secrets to your personal account that you want to use in your codespaces. For example, you may want to store and access the following sensitive information as encrypted secrets. @@ -41,7 +41,7 @@ You can choose which repositories should have access to each secret. Then, you c ### Limits for secrets -You can store up to 100 secrets for {% data variables.product.prodname_codespaces %}. +You can store up to 100 secrets for {% data variables.product.prodname_github_codespaces %}. Secrets are limited to 64 KB in size. diff --git a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md index 779b8b06ea..66eb08bc31 100644 --- a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md @@ -1,5 +1,5 @@ --- -title: Managing GPG verification for Codespaces +title: Managing GPG verification for GitHub Codespaces intro: 'You can allow {% data variables.product.company_short %} to automatically use GPG to sign commits you make in your codespaces, so other people can be confident that the changes come from a trusted source.' product: '{% data reusables.gated-features.codespaces %}' versions: @@ -18,7 +18,7 @@ shortTitle: GPG verification -After you enable GPG verification, {% data variables.product.company_short %} will automatically sign commits you make in {% data variables.product.prodname_codespaces %}, and the commits will have a verified status on {% data variables.product.product_name %}. By default, GPG verification is disabled for codespaces you create. You can choose to allow GPG verification for all repositories or specific repositories. Only enable GPG verification for repositories that you trust. For more information about {% data variables.product.product_name %}-signed commits, see "[About commit signature verification](/github/authenticating-to-github/about-commit-signature-verification)." +After you enable GPG verification, {% data variables.product.company_short %} will automatically sign commits you make in {% data variables.product.prodname_github_codespaces %}, and the commits will have a verified status on {% data variables.product.product_name %}. By default, GPG verification is disabled for codespaces you create. You can choose to allow GPG verification for all repositories or specific repositories. Only enable GPG verification for repositories that you trust. For more information about {% data variables.product.product_name %}-signed commits, see "[About commit signature verification](/github/authenticating-to-github/about-commit-signature-verification)." Once you enable GPG verification, it will immediately take effect for all your codespaces. diff --git a/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md b/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md index 5f54837d95..ea33a32013 100644 --- a/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md @@ -2,7 +2,7 @@ title: Managing access to other repositories within your codespace allowTitleToDifferFromFilename: true shortTitle: Repository access -intro: 'You can manage the repositories that {% data variables.product.prodname_codespaces %} can access.' +intro: 'You can manage the repositories that {% data variables.product.prodname_github_codespaces %} can access.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' diff --git a/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces.md b/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces.md index 98962e8c8a..c058caf737 100644 --- a/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces.md +++ b/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces.md @@ -1,7 +1,7 @@ --- -title: Reviewing your security logs for Codespaces +title: Reviewing your security logs for GitHub Codespaces shortTitle: Security logs -intro: 'You can use the security log to review all actions related to {% data variables.product.prodname_codespaces %}.' +intro: 'You can use the security log to review all actions related to {% data variables.product.prodname_github_codespaces %}.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' @@ -14,9 +14,9 @@ topics: -## About security logs for {% data variables.product.prodname_codespaces %} +## About security logs for {% data variables.product.prodname_github_codespaces %} -When you perform an action related to {% data variables.product.prodname_codespaces %} in repositories owned by your personal account, you can review the actions in the security log. For information about accessing the log, see "[Reviewing your security log](/github/authenticating-to-github/reviewing-your-security-log#accessing-your-security-log)." +When you perform an action related to {% data variables.product.prodname_github_codespaces %} in repositories owned by your personal account, you can review the actions in the security log. For information about accessing the log, see "[Reviewing your security log](/github/authenticating-to-github/reviewing-your-security-log#accessing-your-security-log)." ![security log with Codespaces information](/assets/images/help/settings/codespaces-audit-log.png) diff --git a/content/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds.md b/content/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds.md index 89e356f923..e523804a96 100644 --- a/content/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds.md +++ b/content/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds.md @@ -1,7 +1,7 @@ --- -title: About Codespaces prebuilds +title: About GitHub Codespaces prebuilds shortTitle: About prebuilds -intro: Codespaces prebuilds help to speed up the creation of new codespaces. +intro: GitHub Codespaces prebuilds help to speed up the creation of new codespaces. versions: fpt: '*' ghec: '*' @@ -16,7 +16,7 @@ product: '{% data reusables.gated-features.codespaces %}' Prebuilding your codespaces allows you to be more productive and access your codespace faster, regardless of the size and complexity of your project. This is because any source code, editor extensions, project dependencies, commands, and configurations have already been downloaded, installed, and applied before you create a codespace for your project. Think of a prebuild as a "ready-to-go" template for a codespace. -By default, whenever you push changes to your repository, {% data variables.product.prodname_codespaces %} uses {% data variables.product.prodname_actions %} to automatically update your prebuilds. +By default, whenever you push changes to your repository, {% data variables.product.prodname_github_codespaces %} uses {% data variables.product.prodname_actions %} to automatically update your prebuilds. When prebuilds are available for a particular branch of a repository, and for your region, you'll see the "{% octicon "zap" aria-label="The zap icon" %} Prebuild ready" label in the list of machine type options when you create a codespace. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)." diff --git a/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md b/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md index cda5e1ada5..b3ecfc78bf 100644 --- a/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md +++ b/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md @@ -19,7 +19,7 @@ You can set up a prebuild configuration for a specific branch of your repository Any branch created from a prebuild-enabled base branch will typically also get assigned a prebuild during codespace creation. This is true if the dev container on the branch is the same as on the base branch. This is because the majority of the prebuild configuration for branches with the same dev container configuration are identical, so developers can benefit from faster codespace creation times on those branches also. For more information, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)." -Typically, when you configure prebuilds for a branch, prebuilds will be available for {% data variables.product.prodname_codespaces %} machine types for that branch. However, if your repository is greater than 32 GB, prebuilds won't be available for 2-core and 4-core machine types, since the storage these provide is limited to 32 GB. +Typically, when you configure prebuilds for a branch, prebuilds will be available for {% data variables.product.prodname_github_codespaces %} machine types for that branch. However, if your repository is greater than 32 GB, prebuilds won't be available for 2-core and 4-core machine types, since the storage these provide is limited to 32 GB. {% data reusables.codespaces.prebuilds-not-available %} diff --git a/content/codespaces/prebuilding-your-codespaces/managing-prebuilds.md b/content/codespaces/prebuilding-your-codespaces/managing-prebuilds.md index 51ce995b40..ccd6bbca99 100644 --- a/content/codespaces/prebuilding-your-codespaces/managing-prebuilds.md +++ b/content/codespaces/prebuilding-your-codespaces/managing-prebuilds.md @@ -16,7 +16,7 @@ miniTocMaxHeadingLevel: 3 ## Checking, changing, and deleting your prebuild configurations -The prebuilds that you configure for a repository are created and updated using a {% data variables.product.prodname_actions %} workflow, managed by the {% data variables.product.prodname_codespaces %} service. +The prebuilds that you configure for a repository are created and updated using a {% data variables.product.prodname_actions %} workflow, managed by the {% data variables.product.prodname_github_codespaces %} service. Depending on the settings in a prebuild configuration, the workflow to update the prebuild template may be triggered by these events: diff --git a/content/codespaces/setting-up-your-project-for-codespaces/index.md b/content/codespaces/setting-up-your-project-for-codespaces/index.md index c313bfdbab..06b08852c4 100644 --- a/content/codespaces/setting-up-your-project-for-codespaces/index.md +++ b/content/codespaces/setting-up-your-project-for-codespaces/index.md @@ -1,7 +1,7 @@ --- -title: 'Setting up your repository for {% data variables.product.prodname_codespaces %}' +title: 'Setting up your repository for {% data variables.product.prodname_github_codespaces %}' allowTitleToDifferFromFilename: true -intro: 'Learn how to get started with {% data variables.product.prodname_codespaces %}, including set up and configuration for specific languages.' +intro: 'Learn how to get started with {% data variables.product.prodname_github_codespaces %}, including set up and configuration for specific languages.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' diff --git a/content/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines.md b/content/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines.md index a3bb58be1d..ae71c65c68 100644 --- a/content/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines.md +++ b/content/codespaces/setting-up-your-project-for-codespaces/setting-a-minimum-specification-for-codespace-machines.md @@ -1,7 +1,7 @@ --- title: Setting a minimum specification for codespace machines shortTitle: Set a minimum machine spec -intro: 'You can avoid under-resourced machine types being used for {% data variables.product.prodname_codespaces %} for your repository.' +intro: 'You can avoid under-resourced machine types being used for {% data variables.product.prodname_github_codespaces %} for your repository.' permissions: People with write permissions to a repository can create or edit the codespace configuration. versions: fpt: '*' @@ -27,7 +27,7 @@ If your project needs a certain level of compute power, you can configure {% dat ## Setting a minimum machine specification -1. {% data variables.product.prodname_codespaces %} for your repository are configured in a `devcontainer.json` file. If your repository does not already contain a `devcontainer.json` file, add one now. See "[Add a dev container configuration to your repository](/free-pro-team@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces)." +1. {% data variables.product.prodname_github_codespaces %} for your repository are configured in a `devcontainer.json` file. If your repository does not already contain a `devcontainer.json` file, add one now. See "[Add a dev container configuration to your repository](/free-pro-team@latest/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces)." 1. Edit the `devcontainer.json` file, adding a `hostRequirements` property such as this: ```json{:copy} @@ -40,7 +40,7 @@ If your project needs a certain level of compute power, you can configure {% dat You can specify any or all of the options: `cpus`, `memory`, and `storage`. - To check the specifications of the {% data variables.product.prodname_codespaces %} machine types that are currently available for your repository, step through the process of creating a codespace until you see the choice of machine types. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)." + To check the specifications of the {% data variables.product.prodname_github_codespaces %} machine types that are currently available for your repository, step through the process of creating a codespace until you see the choice of machine types. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)." 1. Save the file and commit your changes to the required branch of the repository. diff --git a/data/reusables/codespaces/apply-devcontainer-changes.md b/data/reusables/codespaces/apply-devcontainer-changes.md index 7d022c0d0c..e25268b393 100644 --- a/data/reusables/codespaces/apply-devcontainer-changes.md +++ b/data/reusables/codespaces/apply-devcontainer-changes.md @@ -1 +1 @@ -After the {% data variables.product.prodname_codespaces %} configuration for a repository changes, you can apply the changes to an existing codespace by rebuilding the container for the codespace. +After the {% data variables.product.prodname_github_codespaces %} configuration for a repository changes, you can apply the changes to an existing codespace by rebuilding the container for the codespace. From 36b13b9c695f0f6f0857c6e768f9d7109a88fb7c Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 11:41:32 +0200 Subject: [PATCH 18/78] changes more instances of codespaces --- content/codespaces/troubleshooting/codespaces-logs.md | 6 +++--- .../troubleshooting/exporting-changes-to-a-branch.md | 2 +- content/codespaces/troubleshooting/index.md | 2 +- .../troubleshooting-creation-and-deletion-of-codespaces.md | 4 ++-- .../troubleshooting-port-forwarding-for-codespaces.md | 4 ++-- .../troubleshooting-your-connection-to-codespaces.md | 4 ++-- .../using-github-codespaces-with-github-classroom.md | 2 +- .../about-pull-requests.md | 2 +- .../reviewing-proposed-changes-in-a-pull-request.md | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/content/codespaces/troubleshooting/codespaces-logs.md b/content/codespaces/troubleshooting/codespaces-logs.md index 7c223f33bd..07088ee36d 100644 --- a/content/codespaces/troubleshooting/codespaces-logs.md +++ b/content/codespaces/troubleshooting/codespaces-logs.md @@ -1,6 +1,6 @@ --- -title: Codespaces logs -intro: 'Overview of the logging locations used by {% data variables.product.prodname_codespaces %}.' +title: GitHub Codespaces logs +intro: 'Overview of the logging locations used by {% data variables.product.prodname_github_codespaces %}.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' @@ -13,7 +13,7 @@ shortTitle: Codespaces logs --- -Information on {% data variables.product.prodname_codespaces %} is output to three different logs: +Information on {% data variables.product.prodname_github_codespaces %} is output to three different logs: - Codespace logs - Creation logs diff --git a/content/codespaces/troubleshooting/exporting-changes-to-a-branch.md b/content/codespaces/troubleshooting/exporting-changes-to-a-branch.md index 5eb72a809c..b089fe2037 100644 --- a/content/codespaces/troubleshooting/exporting-changes-to-a-branch.md +++ b/content/codespaces/troubleshooting/exporting-changes-to-a-branch.md @@ -13,7 +13,7 @@ shortTitle: Exporting changes ## Exporting changes to a branch -While using {% data variables.product.prodname_codespaces %}, you may want to export your changes to a branch without launching your codespace. +While using {% data variables.product.prodname_github_codespaces %}, you may want to export your changes to a branch without launching your codespace. This can be useful when you have hit a [spending limit](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces) or have a general issue accessing your codespace. diff --git a/content/codespaces/troubleshooting/index.md b/content/codespaces/troubleshooting/index.md index 9de00497af..3bf428bdfd 100644 --- a/content/codespaces/troubleshooting/index.md +++ b/content/codespaces/troubleshooting/index.md @@ -2,7 +2,7 @@ title: Troubleshooting Codespaces shortTitle: Troubleshooting product: '{% data reusables.gated-features.codespaces %}' -intro: 'These guides provide information for troubleshooting {% data variables.product.prodname_codespaces %}' +intro: 'These guides provide information for troubleshooting {% data variables.product.prodname_github_codespaces %}' versions: fpt: '*' ghec: '*' 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 14a353a74b..1b7b2db9d6 100644 --- a/content/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces.md +++ b/content/codespaces/troubleshooting/troubleshooting-creation-and-deletion-of-codespaces.md @@ -14,7 +14,7 @@ shortTitle: Creation and deletion ## Creating codespaces ### No access to create a codespace -{% data variables.product.prodname_codespaces %} are not available for all repositories. If the "Open with Codespaces" button is missing, {% data variables.product.prodname_codespaces %} may not be available for that repository. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#access-to-codespaces)." +{% data variables.product.prodname_codespaces %} are not available for all repositories. If the "Open with Codespaces" button is missing, {% data variables.product.prodname_github_codespaces %} may not be available for that repository. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#access-to-codespaces)." If you believe your organization has [enabled {% data variables.product.prodname_codespaces %}](/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization#about-enabling-codespaces-for-your-organization), make sure that an organization owner or billing manager has set the spending limit for {% data variables.product.prodname_codespaces %}. For more information, see "[Managing your spending limit for {% data variables.product.prodname_codespaces %}](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces)." @@ -23,7 +23,7 @@ If you believe your organization has [enabled {% data variables.product.prodname If you create a codespace and it does not open: 1. Try reloading the page in case there was a caching or reporting problem. -2. Go to your {% data variables.product.prodname_codespaces %} page: https://github.com/codespaces and check whether the new codespace is listed there. The process may have successfully created the codespace but failed to report back to your browser. If the new codespace is listed, you can open it directly from that page. +2. Go to your {% data variables.product.prodname_github_codespaces %} page: https://github.com/codespaces and check whether the new codespace is listed there. The process may have successfully created the codespace but failed to report back to your browser. If the new codespace is listed, you can open it directly from that page. 3. Retry creating the codespace for the repository to rule out a transient communication failure. If you still cannot create a codespace for a repository where {% data variables.product.prodname_codespaces %} are available, {% data reusables.codespaces.contact-support %} diff --git a/content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces.md index d1c7b3610b..445d731021 100644 --- a/content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces.md +++ b/content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces.md @@ -1,5 +1,5 @@ --- -title: Troubleshooting port forwarding for Codespaces +title: Troubleshooting port forwarding for GitHub Codespaces intro: Troubleshooting steps for common port forwarding issues. product: '{% data reusables.gated-features.codespaces %}' versions: @@ -11,7 +11,7 @@ topics: shortTitle: Port forwarding --- -When an application running inside a codespace outputs a port to the console, {% data variables.product.prodname_codespaces %} detects the localhost URL pattern and automatically forwards the port. For more information, see "[Forwarding ports in your codespace](/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace)." +When an application running inside a codespace outputs a port to the console, {% data variables.product.prodname_github_codespaces %} detects the localhost URL pattern and automatically forwards the port. For more information, see "[Forwarding ports in your codespace](/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace)." If a port is not automatically forwarded, you can forward it manually. For more information, see "[Forwarding a port](/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace#forwarding-a-port)." diff --git a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces.md index 66686cf113..d8352a81bb 100644 --- a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces.md +++ b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces.md @@ -1,6 +1,6 @@ --- -title: Troubleshooting your connection to Codespaces -intro: 'Troubleshooting help for connecting to {% data variables.product.prodname_codespaces %}.' +title: Troubleshooting your connection to GitHub Codespaces +intro: 'Troubleshooting help for connecting to {% data variables.product.prodname_github_codespaces %}.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' diff --git a/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md b/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md index d34be70f4d..7decef2293 100644 --- a/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md @@ -7,7 +7,7 @@ versions: fpt: '*' permissions: 'Organization owners who are admins for a classroom can enable {% data variables.product.prodname_github_codespaces %} for their organization and integrate {% data variables.product.prodname_github_codespaces %} as the supported editor for an assignment. {% data reusables.classroom.classroom-admins-link %}' --- -## About {% data variables.product.prodname_codespaces %} +## About {% data variables.product.prodname_github_codespaces %} {% data variables.product.prodname_github_codespaces %} is an instant, cloud-based development environment that uses a container to provide you with common languages, tools, and utilities for development. {% data variables.product.prodname_codespaces %} is also configurable, allowing you to create a customized development environment that is the same for all users of your project. For more information, see "[{% data variables.product.prodname_github_codespaces %} overview](/codespaces/overview)." diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests.md index 4f6a5cac7d..cbd171c1fb 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests.md @@ -26,7 +26,7 @@ topics: {% endnote %} -You can create pull requests on {% data variables.product.prodname_dotcom_the_website %}, with {% data variables.product.prodname_desktop %}, in {% data variables.product.prodname_codespaces %}, on {% data variables.product.prodname_mobile %}, and when using GitHub CLI. +You can create pull requests on {% data variables.product.prodname_dotcom_the_website %}, with {% data variables.product.prodname_desktop %}, in {% data variables.product.prodname_github_codespaces %}, on {% data variables.product.prodname_mobile %}, and when using GitHub CLI. After initializing a pull request, you'll see a review page that shows a high-level overview of the changes between your branch (the compare branch) and the repository's base branch. You can add a summary of the proposed changes, review the changes made by commits, add labels, milestones, and assignees, and @mention individual contributors or teams. For more information, see "[Creating a pull request](/articles/creating-a-pull-request)." diff --git a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md index b19efc552a..3abc09c17b 100644 --- a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md @@ -57,7 +57,7 @@ You can use [{% data variables.product.prodname_github_codespaces %}](/codespace {% data reusables.codespaces.review-pr %} -For more information on reviewing pull requests in {% data variables.product.prodname_codespaces %}, see "[Using Codespaces for pull requests](/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests)." +For more information on reviewing pull requests in {% data variables.product.prodname_github_codespaces %}, see "[Using Codespaces for pull requests](/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests)." {% endcodespaces %} {% endif %} From d8f92bc8621d8e11a67ce45b11b30f09e9ea67e4 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:03:42 +0200 Subject: [PATCH 19/78] renamed 1 files --- ...odespaces-usage.md => viewing-your-github-codespaces-usage.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/billing/managing-billing-for-github-codespaces/{viewing-your-codespaces-usage.md => viewing-your-github-codespaces-usage.md} (100%) diff --git a/content/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage.md b/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md similarity index 100% rename from content/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage.md rename to content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md From 379043ffbc522dba81678c7e032ea6bd743bf4cf Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:03:43 +0200 Subject: [PATCH 20/78] set redirect_from on 1 files --- .../billing/managing-billing-for-github-codespaces/index.md | 2 +- .../viewing-your-github-codespaces-usage.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/billing/managing-billing-for-github-codespaces/index.md b/content/billing/managing-billing-for-github-codespaces/index.md index 20328ceefd..4de1cf0042 100644 --- a/content/billing/managing-billing-for-github-codespaces/index.md +++ b/content/billing/managing-billing-for-github-codespaces/index.md @@ -8,7 +8,7 @@ versions: product: '{% data reusables.gated-features.codespaces %}' children: - /about-billing-for-github-codespaces - - /viewing-your-codespaces-usage + - /viewing-your-github-codespaces-usage - /managing-spending-limits-for-codespaces --- diff --git a/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md b/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md index c39dab226b..ea1c77755e 100644 --- a/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md +++ b/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md @@ -11,6 +11,8 @@ type: overview topics: - Codespaces - Billing +redirect_from: + - /billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage --- ## Viewing {% data variables.product.prodname_github_codespaces %} usage for your organization @@ -31,4 +33,4 @@ Enterprise owners and billing managers can view {% data variables.product.prodna {% data reusables.enterprise-accounts.billing-tab %} 1. Under "{% data variables.product.prodname_codespaces %}", view the usage details of each organization in your enterprise account. {% data reusables.enterprise-accounts.actions-packages-report-download-enterprise-accounts %} -{% endif %} \ No newline at end of file +{% endif %} From 7595d53c8bcee96cea25e216a6a5d234abd85914 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:04:25 +0200 Subject: [PATCH 21/78] renamed 1 files --- ...aces.md => managing-spending-limits-for-github-codespaces.md} | 0 next-env.d.ts | 1 - 2 files changed, 1 deletion(-) rename content/billing/managing-billing-for-github-codespaces/{managing-spending-limits-for-codespaces.md => managing-spending-limits-for-github-codespaces.md} (100%) diff --git a/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md b/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces.md similarity index 100% rename from content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md rename to content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces.md diff --git a/next-env.d.ts b/next-env.d.ts index 9bc3dd46b9..4f11a03dc6 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,5 +1,4 @@ /// -/// /// // NOTE: This file should not be edited From 1f56f5869412f41b44aafa088ef059f87e98f019 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:04:28 +0200 Subject: [PATCH 22/78] set redirect_from on 1 files --- content/billing/managing-billing-for-github-codespaces/index.md | 2 +- .../managing-spending-limits-for-github-codespaces.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/billing/managing-billing-for-github-codespaces/index.md b/content/billing/managing-billing-for-github-codespaces/index.md index 4de1cf0042..aec24b968c 100644 --- a/content/billing/managing-billing-for-github-codespaces/index.md +++ b/content/billing/managing-billing-for-github-codespaces/index.md @@ -9,6 +9,6 @@ product: '{% data reusables.gated-features.codespaces %}' children: - /about-billing-for-github-codespaces - /viewing-your-github-codespaces-usage - - /managing-spending-limits-for-codespaces + - /managing-spending-limits-for-github-codespaces --- diff --git a/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces.md b/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces.md index a97796ef9d..679f7fbe0f 100644 --- a/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces.md @@ -14,6 +14,8 @@ topics: - User account - Billing shortTitle: Spending limits +redirect_from: + - /billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces --- ## About spending limits for {% data variables.product.prodname_github_codespaces %} From 9c9bbd99838d0222d4570b16bef2c007b7f0f420 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:05:16 +0200 Subject: [PATCH 23/78] renamed 1 files --- ...es.md => setting-your-timeout-period-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/customizing-your-codespace/{setting-your-timeout-period-for-codespaces.md => setting-your-timeout-period-for-github-codespaces.md} (100%) diff --git a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md similarity index 100% rename from content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md rename to content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md From cee51a534d8e4a8ca042e91ab9bbc8640cc616a8 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:05:16 +0200 Subject: [PATCH 24/78] set redirect_from on 1 files --- content/codespaces/customizing-your-codespace/index.md | 2 +- .../setting-your-timeout-period-for-github-codespaces.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/customizing-your-codespace/index.md b/content/codespaces/customizing-your-codespace/index.md index b5e8fc63a4..b9f9e78fa1 100644 --- a/content/codespaces/customizing-your-codespace/index.md +++ b/content/codespaces/customizing-your-codespace/index.md @@ -14,6 +14,6 @@ children: - /changing-the-machine-type-for-your-codespace - /setting-your-default-editor-for-github-codespaces - /setting-your-default-region-for-github-codespaces - - /setting-your-timeout-period-for-codespaces + - /setting-your-timeout-period-for-github-codespaces --- diff --git a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md index d8c27625cf..7d0b1612b5 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md @@ -8,6 +8,8 @@ versions: topics: - Codespaces shortTitle: Set the timeout +redirect_from: + - /codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces --- A codespace will stop running after a period of inactivity. You can specify the length of this timeout period. The updated setting will apply to any newly created codespace. From c2fd030cf9a426d8f20d7564c1fa0308b01a1a77 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:05:59 +0200 Subject: [PATCH 25/78] renamed 1 files --- ...despaces-prebuilds.md => about-github-codespaces-prebuilds.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/prebuilding-your-codespaces/{about-codespaces-prebuilds.md => about-github-codespaces-prebuilds.md} (100%) diff --git a/content/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds.md b/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md similarity index 100% rename from content/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds.md rename to content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md From 3f39d73eb9d2f6cb10c0e2ab93e651649a97616c Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:05:59 +0200 Subject: [PATCH 26/78] set redirect_from on 1 files --- .../about-github-codespaces-prebuilds.md | 2 ++ content/codespaces/prebuilding-your-codespaces/index.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md b/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md index e523804a96..642de1fe98 100644 --- a/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md +++ b/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md @@ -8,6 +8,8 @@ versions: topics: - Codespaces product: '{% data reusables.gated-features.codespaces %}' +redirect_from: + - /codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds --- {% data reusables.codespaces.prebuilds-beta-note %} diff --git a/content/codespaces/prebuilding-your-codespaces/index.md b/content/codespaces/prebuilding-your-codespaces/index.md index e726b2f76f..4def14f4d3 100644 --- a/content/codespaces/prebuilding-your-codespaces/index.md +++ b/content/codespaces/prebuilding-your-codespaces/index.md @@ -10,7 +10,7 @@ topics: redirect_from: - /codespaces/customizing-your-codespace/prebuilding-codespaces-for-your-project children: - - /about-codespaces-prebuilds + - /about-github-codespaces-prebuilds - /configuring-prebuilds - /managing-prebuilds - /testing-dev-container-changes From 0b5bfed97dc35efbc2537cd0f40d11664d81be8c Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:06:29 +0200 Subject: [PATCH 27/78] renamed 1 files --- ...s.md => reviewing-your-security-logs-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/managing-your-codespaces/{reviewing-your-security-logs-for-codespaces.md => reviewing-your-security-logs-for-github-codespaces.md} (100%) diff --git a/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces.md b/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces.md similarity index 100% rename from content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces.md rename to content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces.md From 6a96f29ada9bd282999bd111c4f52f7d40fd66a9 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:06:30 +0200 Subject: [PATCH 28/78] set redirect_from on 1 files --- content/codespaces/managing-your-codespaces/index.md | 2 +- .../reviewing-your-security-logs-for-github-codespaces.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/managing-your-codespaces/index.md b/content/codespaces/managing-your-codespaces/index.md index e761e9a65c..38c0528a68 100644 --- a/content/codespaces/managing-your-codespaces/index.md +++ b/content/codespaces/managing-your-codespaces/index.md @@ -12,7 +12,7 @@ redirect_from: children: - /managing-encrypted-secrets-for-your-codespaces - /managing-repository-access-for-your-codespaces - - /reviewing-your-security-logs-for-codespaces + - /reviewing-your-security-logs-for-github-codespaces - /managing-gpg-verification-for-codespaces --- diff --git a/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces.md b/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces.md index c058caf737..69a9d018eb 100644 --- a/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces.md +++ b/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces.md @@ -10,6 +10,8 @@ topics: - Codespaces - Developer - Security +redirect_from: + - /codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces --- From a152cae442df076d802a48c2ebd200d1e3c3d5dd Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:06:51 +0200 Subject: [PATCH 29/78] renamed 1 files --- ...aces.md => managing-gpg-verification-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/managing-your-codespaces/{managing-gpg-verification-for-codespaces.md => managing-gpg-verification-for-github-codespaces.md} (100%) diff --git a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces.md similarity index 100% rename from content/codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces.md rename to content/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces.md From 6d0290e2117b9ef1a3d5d607ba471ef92f4f7f98 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:06:52 +0200 Subject: [PATCH 30/78] set redirect_from on 1 files --- content/codespaces/managing-your-codespaces/index.md | 2 +- .../managing-gpg-verification-for-github-codespaces.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/codespaces/managing-your-codespaces/index.md b/content/codespaces/managing-your-codespaces/index.md index 38c0528a68..a338dc190f 100644 --- a/content/codespaces/managing-your-codespaces/index.md +++ b/content/codespaces/managing-your-codespaces/index.md @@ -13,6 +13,6 @@ children: - /managing-encrypted-secrets-for-your-codespaces - /managing-repository-access-for-your-codespaces - /reviewing-your-security-logs-for-github-codespaces - - /managing-gpg-verification-for-codespaces + - /managing-gpg-verification-for-github-codespaces --- diff --git a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces.md b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces.md index 66eb08bc31..481e259d08 100644 --- a/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces.md @@ -13,6 +13,7 @@ topics: redirect_from: - /github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces - /codespaces/working-with-your-codespace/managing-gpg-verification-for-codespaces + - /codespaces/managing-your-codespaces/managing-gpg-verification-for-codespaces shortTitle: GPG verification --- From 92ed75d9bc81dfc96b850668624975bd2bbe654f Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:07:21 +0200 Subject: [PATCH 31/78] renamed 1 files --- ...ion.md => enabling-github-codespaces-for-your-organization.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/managing-codespaces-for-your-organization/{enabling-codespaces-for-your-organization.md => enabling-github-codespaces-for-your-organization.md} (100%) diff --git a/content/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization.md b/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md similarity index 100% rename from content/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization.md rename to content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md From b12ebffd76e6db24cea0041d2d792782a0e509c9 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:07:22 +0200 Subject: [PATCH 32/78] set redirect_from on 1 files --- .../enabling-github-codespaces-for-your-organization.md | 1 + .../managing-codespaces-for-your-organization/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md b/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md index 8bf632241a..db10c67363 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md +++ b/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md @@ -6,6 +6,7 @@ product: '{% data reusables.gated-features.codespaces %}' permissions: 'To manage user permissions for {% data variables.product.prodname_github_codespaces %} for an organization, you must be an organization owner.' redirect_from: - /codespaces/managing-codespaces-for-your-organization/managing-user-permissions-for-your-organization + - /codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization versions: fpt: '*' ghec: '*' diff --git a/content/codespaces/managing-codespaces-for-your-organization/index.md b/content/codespaces/managing-codespaces-for-your-organization/index.md index a906ea1613..58d51b4df0 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/index.md +++ b/content/codespaces/managing-codespaces-for-your-organization/index.md @@ -8,7 +8,7 @@ versions: topics: - Codespaces children: - - /enabling-codespaces-for-your-organization + - /enabling-github-codespaces-for-your-organization - /managing-billing-for-codespaces-in-your-organization - /managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces - /managing-repository-access-for-your-organizations-codespaces From 3a9320989c2b2d3da278a53249c11677786e540b Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:07:50 +0200 Subject: [PATCH 33/78] renamed 1 files --- ...anaging-billing-for-github-codespaces-in-your-organization.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/managing-codespaces-for-your-organization/{managing-billing-for-codespaces-in-your-organization.md => managing-billing-for-github-codespaces-in-your-organization.md} (100%) diff --git a/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization.md b/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization.md similarity index 100% rename from content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization.md rename to content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization.md From c46839c68815eeafda3acdcfbc762ed2c43d54c8 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:07:51 +0200 Subject: [PATCH 34/78] set redirect_from on 1 files --- .../managing-codespaces-for-your-organization/index.md | 2 +- ...naging-billing-for-github-codespaces-in-your-organization.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/managing-codespaces-for-your-organization/index.md b/content/codespaces/managing-codespaces-for-your-organization/index.md index 58d51b4df0..2b6679a1c2 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/index.md +++ b/content/codespaces/managing-codespaces-for-your-organization/index.md @@ -9,7 +9,7 @@ topics: - Codespaces children: - /enabling-github-codespaces-for-your-organization - - /managing-billing-for-codespaces-in-your-organization + - /managing-billing-for-github-codespaces-in-your-organization - /managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces - /managing-repository-access-for-your-organizations-codespaces - /reviewing-your-organizations-audit-logs-for-codespaces diff --git a/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization.md b/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization.md index 263536556b..484e516007 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization.md +++ b/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization.md @@ -11,6 +11,8 @@ type: reference topics: - Codespaces - Billing +redirect_from: + - /codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization --- ## Overview From e9d941c2c0a5429b428ee3126f905a101644d971 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:08:17 +0200 Subject: [PATCH 35/78] renamed 1 files --- ...for-your-repository-and-organization-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/managing-codespaces-for-your-organization/{managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces.md => managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces.md} (100%) diff --git a/content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces.md b/content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces.md similarity index 100% rename from content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces.md rename to content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces.md From 8dcc70409556b5501a28ea3061d7010b1efd9f89 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:08:17 +0200 Subject: [PATCH 36/78] set redirect_from on 1 files --- .../managing-codespaces-for-your-organization/index.md | 2 +- ...or-your-repository-and-organization-for-github-codespaces.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/managing-codespaces-for-your-organization/index.md b/content/codespaces/managing-codespaces-for-your-organization/index.md index 2b6679a1c2..de490e3b40 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/index.md +++ b/content/codespaces/managing-codespaces-for-your-organization/index.md @@ -10,7 +10,7 @@ topics: children: - /enabling-github-codespaces-for-your-organization - /managing-billing-for-github-codespaces-in-your-organization - - /managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces + - /managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces - /managing-repository-access-for-your-organizations-codespaces - /reviewing-your-organizations-audit-logs-for-codespaces - /restricting-access-to-machine-types diff --git a/content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces.md b/content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces.md index 76520068e1..fc4938191a 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces.md +++ b/content/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces.md @@ -11,6 +11,8 @@ topics: - Codespaces - Secret store - Security +redirect_from: + - /codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces --- From 5b4e7f708289899768a4b1d1b5b2a66400458b2f Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:08:44 +0200 Subject: [PATCH 37/78] renamed 1 files --- ...iewing-your-organizations-audit-logs-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/managing-codespaces-for-your-organization/{reviewing-your-organizations-audit-logs-for-codespaces.md => reviewing-your-organizations-audit-logs-for-github-codespaces.md} (100%) diff --git a/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces.md b/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-github-codespaces.md similarity index 100% rename from content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces.md rename to content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-github-codespaces.md From b50135fa1f5f7ee5fe99f4a945d3f604be5528b4 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:08:45 +0200 Subject: [PATCH 38/78] set redirect_from on 1 files --- .../managing-codespaces-for-your-organization/index.md | 2 +- ...ewing-your-organizations-audit-logs-for-github-codespaces.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/managing-codespaces-for-your-organization/index.md b/content/codespaces/managing-codespaces-for-your-organization/index.md index de490e3b40..ca66d0afdd 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/index.md +++ b/content/codespaces/managing-codespaces-for-your-organization/index.md @@ -12,7 +12,7 @@ children: - /managing-billing-for-github-codespaces-in-your-organization - /managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces - /managing-repository-access-for-your-organizations-codespaces - - /reviewing-your-organizations-audit-logs-for-codespaces + - /reviewing-your-organizations-audit-logs-for-github-codespaces - /restricting-access-to-machine-types - /restricting-the-visibility-of-forwarded-ports - /restricting-the-idle-timeout-period diff --git a/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-github-codespaces.md b/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-github-codespaces.md index 4da169df12..9492d254c8 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-github-codespaces.md +++ b/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-github-codespaces.md @@ -11,6 +11,8 @@ topics: - Codespaces - Security - Administrator +redirect_from: + - /codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces --- From 6834ba065e8bd9c784f493eda950cae0dfd11a0a Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:09:06 +0200 Subject: [PATCH 39/78] renamed 1 files --- ...despaces.md => understanding-billing-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/codespaces-reference/{understanding-billing-for-codespaces.md => understanding-billing-for-github-codespaces.md} (100%) diff --git a/content/codespaces/codespaces-reference/understanding-billing-for-codespaces.md b/content/codespaces/codespaces-reference/understanding-billing-for-github-codespaces.md similarity index 100% rename from content/codespaces/codespaces-reference/understanding-billing-for-codespaces.md rename to content/codespaces/codespaces-reference/understanding-billing-for-github-codespaces.md From 29ea848563b4efb62ca91c7fd9b289adb440b275 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:09:07 +0200 Subject: [PATCH 40/78] set redirect_from on 1 files --- content/codespaces/codespaces-reference/index.md | 2 +- .../understanding-billing-for-github-codespaces.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/codespaces/codespaces-reference/index.md b/content/codespaces/codespaces-reference/index.md index f280e2441c..b58ec066c3 100644 --- a/content/codespaces/codespaces-reference/index.md +++ b/content/codespaces/codespaces-reference/index.md @@ -6,7 +6,7 @@ versions: ghec: '*' product: '{% data reusables.gated-features.codespaces %}' children: - - /understanding-billing-for-codespaces + - /understanding-billing-for-github-codespaces - /allowing-your-codespace-to-access-a-private-image-registry - /using-github-copilot-in-codespaces - /using-the-vs-code-command-palette-in-codespaces diff --git a/content/codespaces/codespaces-reference/understanding-billing-for-github-codespaces.md b/content/codespaces/codespaces-reference/understanding-billing-for-github-codespaces.md index 5c0c1df91b..a576833579 100644 --- a/content/codespaces/codespaces-reference/understanding-billing-for-github-codespaces.md +++ b/content/codespaces/codespaces-reference/understanding-billing-for-github-codespaces.md @@ -8,6 +8,7 @@ redirect_from: - /github/developing-online-with-codespaces/about-billing-for-codespaces - /codespaces/getting-started-with-codespaces/about-billing-for-codespaces - /codespaces/codespaces-reference/about-billing-for-codespaces + - /codespaces/codespaces-reference/understanding-billing-for-codespaces type: reference topics: - Codespaces From 1b45e517374e1b9db67a7683de7c6bb09699f5b0 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:09:31 +0200 Subject: [PATCH 41/78] renamed 1 files --- ...codespaces.md => using-github-copilot-in-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/codespaces-reference/{using-github-copilot-in-codespaces.md => using-github-copilot-in-github-codespaces.md} (100%) diff --git a/content/codespaces/codespaces-reference/using-github-copilot-in-codespaces.md b/content/codespaces/codespaces-reference/using-github-copilot-in-github-codespaces.md similarity index 100% rename from content/codespaces/codespaces-reference/using-github-copilot-in-codespaces.md rename to content/codespaces/codespaces-reference/using-github-copilot-in-github-codespaces.md From df41b3a3de631ca6eac5806fd89ca33de3721d7f Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:09:32 +0200 Subject: [PATCH 42/78] set redirect_from on 1 files --- content/codespaces/codespaces-reference/index.md | 2 +- .../using-github-copilot-in-github-codespaces.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/codespaces/codespaces-reference/index.md b/content/codespaces/codespaces-reference/index.md index b58ec066c3..e212d37473 100644 --- a/content/codespaces/codespaces-reference/index.md +++ b/content/codespaces/codespaces-reference/index.md @@ -8,7 +8,7 @@ product: '{% data reusables.gated-features.codespaces %}' children: - /understanding-billing-for-github-codespaces - /allowing-your-codespace-to-access-a-private-image-registry - - /using-github-copilot-in-codespaces + - /using-github-copilot-in-github-codespaces - /using-the-vs-code-command-palette-in-codespaces - /security-in-codespaces - /disaster-recovery-for-codespaces diff --git a/content/codespaces/codespaces-reference/using-github-copilot-in-github-codespaces.md b/content/codespaces/codespaces-reference/using-github-copilot-in-github-codespaces.md index bbab207a17..8cd92d3a27 100644 --- a/content/codespaces/codespaces-reference/using-github-copilot-in-github-codespaces.md +++ b/content/codespaces/codespaces-reference/using-github-copilot-in-github-codespaces.md @@ -1,6 +1,6 @@ --- title: Using GitHub Copilot in GitHub Codespaces -intro: You can use Copilot in {% data variables.product.prodname_github_codespaces %} by adding the extension. +intro: 'You can use Copilot in {% data variables.product.prodname_github_codespaces %} by adding the extension.' versions: fpt: '*' ghec: '*' @@ -13,6 +13,7 @@ product: '{% data reusables.gated-features.codespaces %}' shortTitle: Copilot in Codespaces redirect_from: - /codespaces/codespaces-reference/using-copilot-in-codespaces + - /codespaces/codespaces-reference/using-github-copilot-in-codespaces --- ## Using {% data variables.product.prodname_copilot %} From a2fc4224c86a88b54216a95e1b93c7350f2432d8 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:10:06 +0200 Subject: [PATCH 43/78] renamed 1 files --- ...security-in-codespaces.md => security-in-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/codespaces-reference/{security-in-codespaces.md => security-in-github-codespaces.md} (100%) diff --git a/content/codespaces/codespaces-reference/security-in-codespaces.md b/content/codespaces/codespaces-reference/security-in-github-codespaces.md similarity index 100% rename from content/codespaces/codespaces-reference/security-in-codespaces.md rename to content/codespaces/codespaces-reference/security-in-github-codespaces.md From b607e1ddd23c7e1a27d2c5263e0bd08452faf712 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:10:07 +0200 Subject: [PATCH 44/78] set redirect_from on 1 files --- content/codespaces/codespaces-reference/index.md | 2 +- .../codespaces-reference/security-in-github-codespaces.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/codespaces-reference/index.md b/content/codespaces/codespaces-reference/index.md index e212d37473..40aaa3ee6a 100644 --- a/content/codespaces/codespaces-reference/index.md +++ b/content/codespaces/codespaces-reference/index.md @@ -10,7 +10,7 @@ children: - /allowing-your-codespace-to-access-a-private-image-registry - /using-github-copilot-in-github-codespaces - /using-the-vs-code-command-palette-in-codespaces - - /security-in-codespaces + - /security-in-github-codespaces - /disaster-recovery-for-codespaces --- diff --git a/content/codespaces/codespaces-reference/security-in-github-codespaces.md b/content/codespaces/codespaces-reference/security-in-github-codespaces.md index ef958eea53..b733b7ac6e 100644 --- a/content/codespaces/codespaces-reference/security-in-github-codespaces.md +++ b/content/codespaces/codespaces-reference/security-in-github-codespaces.md @@ -10,6 +10,8 @@ topics: - Security type: reference shortTitle: Security in Codespaces +redirect_from: + - /codespaces/codespaces-reference/security-in-codespaces --- ## Overview of codespace security From 82116a61f95a82f842e8ddbb9efac1a531e21dea Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:10:31 +0200 Subject: [PATCH 45/78] renamed 1 files --- ...r-codespaces.md => disaster-recovery-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/codespaces-reference/{disaster-recovery-for-codespaces.md => disaster-recovery-for-github-codespaces.md} (100%) diff --git a/content/codespaces/codespaces-reference/disaster-recovery-for-codespaces.md b/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md similarity index 100% rename from content/codespaces/codespaces-reference/disaster-recovery-for-codespaces.md rename to content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md From 5e90315e7ce6d94b7fac233709fab6d91b94e1cc Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:10:32 +0200 Subject: [PATCH 46/78] set redirect_from on 1 files --- .../disaster-recovery-for-github-codespaces.md | 2 ++ content/codespaces/codespaces-reference/index.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 cb9b73bb4d..90c9ff4e26 100644 --- a/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md +++ b/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md @@ -8,6 +8,8 @@ product: '{% data reusables.gated-features.codespaces %}' topics: - Codespaces shortTitle: Disaster recovery +redirect_from: + - /codespaces/codespaces-reference/disaster-recovery-for-codespaces --- We work hard to make sure that {% data variables.product.prodname_github_codespaces %} is always available to you. However, forces beyond our control sometimes impact the service in ways that can cause unplanned service disruptions. diff --git a/content/codespaces/codespaces-reference/index.md b/content/codespaces/codespaces-reference/index.md index 40aaa3ee6a..df77cf42fa 100644 --- a/content/codespaces/codespaces-reference/index.md +++ b/content/codespaces/codespaces-reference/index.md @@ -11,6 +11,6 @@ children: - /using-github-copilot-in-github-codespaces - /using-the-vs-code-command-palette-in-codespaces - /security-in-github-codespaces - - /disaster-recovery-for-codespaces + - /disaster-recovery-for-github-codespaces --- From fc27531de2603fe3c6cab882508c75800734668d Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:10:54 +0200 Subject: [PATCH 47/78] renamed 1 files --- .../{codespaces-logs.md => github-codespaces-logs.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/troubleshooting/{codespaces-logs.md => github-codespaces-logs.md} (100%) diff --git a/content/codespaces/troubleshooting/codespaces-logs.md b/content/codespaces/troubleshooting/github-codespaces-logs.md similarity index 100% rename from content/codespaces/troubleshooting/codespaces-logs.md rename to content/codespaces/troubleshooting/github-codespaces-logs.md From 7abc00bc8ef9c68f9db536e70fc28e9d886ecf03 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:10:55 +0200 Subject: [PATCH 48/78] set redirect_from on 1 files --- content/codespaces/troubleshooting/github-codespaces-logs.md | 2 ++ content/codespaces/troubleshooting/index.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/troubleshooting/github-codespaces-logs.md b/content/codespaces/troubleshooting/github-codespaces-logs.md index 07088ee36d..9e69b8ca68 100644 --- a/content/codespaces/troubleshooting/github-codespaces-logs.md +++ b/content/codespaces/troubleshooting/github-codespaces-logs.md @@ -10,6 +10,8 @@ topics: - Codespaces - Logging shortTitle: Codespaces logs +redirect_from: + - /codespaces/troubleshooting/codespaces-logs --- diff --git a/content/codespaces/troubleshooting/index.md b/content/codespaces/troubleshooting/index.md index 3bf428bdfd..be2df0c133 100644 --- a/content/codespaces/troubleshooting/index.md +++ b/content/codespaces/troubleshooting/index.md @@ -12,7 +12,7 @@ redirect_from: - /github/developing-online-with-codespaces/troubleshooting-your-codespace - /codespaces/working-with-your-codespace/troubleshooting-your-codespace children: - - /codespaces-logs + - /github-codespaces-logs - /exporting-changes-to-a-branch - /troubleshooting-creation-and-deletion-of-codespaces - /troubleshooting-your-connection-to-codespaces From 4fe9009660c6fe6d8b6f71d432d49698cb13481f Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:11:14 +0200 Subject: [PATCH 49/78] renamed 1 files --- ...md => troubleshooting-your-connection-to-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/troubleshooting/{troubleshooting-your-connection-to-codespaces.md => troubleshooting-your-connection-to-github-codespaces.md} (100%) diff --git a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md similarity index 100% rename from content/codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces.md rename to content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md From a9bd39c57a047170474d8fb530871d763ec07a3e Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:11:14 +0200 Subject: [PATCH 50/78] set redirect_from on 1 files --- content/codespaces/troubleshooting/index.md | 2 +- .../troubleshooting-your-connection-to-github-codespaces.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/troubleshooting/index.md b/content/codespaces/troubleshooting/index.md index be2df0c133..77805f477e 100644 --- a/content/codespaces/troubleshooting/index.md +++ b/content/codespaces/troubleshooting/index.md @@ -15,7 +15,7 @@ children: - /github-codespaces-logs - /exporting-changes-to-a-branch - /troubleshooting-creation-and-deletion-of-codespaces - - /troubleshooting-your-connection-to-codespaces + - /troubleshooting-your-connection-to-github-codespaces - /troubleshooting-prebuilds - /troubleshooting-dotfiles-for-codespaces - /troubleshooting-port-forwarding-for-codespaces diff --git a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md index d8352a81bb..eb80ab92a8 100644 --- a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md +++ b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md @@ -9,6 +9,8 @@ type: reference topics: - Codespaces shortTitle: Connection +redirect_from: + - /codespaces/troubleshooting/troubleshooting-your-connection-to-codespaces --- ## 503 codespace service unavailable From 98f4cd46897ce690fb8a3c98d2ba8cf170b49851 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:11:46 +0200 Subject: [PATCH 51/78] renamed 1 files --- ...d => troubleshooting-port-forwarding-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/troubleshooting/{troubleshooting-port-forwarding-for-codespaces.md => troubleshooting-port-forwarding-for-github-codespaces.md} (100%) diff --git a/content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-github-codespaces.md similarity index 100% rename from content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces.md rename to content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-github-codespaces.md From 237045d2ef19bc871d6f1d14c424155a6eda8594 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:11:47 +0200 Subject: [PATCH 52/78] set redirect_from on 1 files --- content/codespaces/troubleshooting/index.md | 2 +- .../troubleshooting-port-forwarding-for-github-codespaces.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/troubleshooting/index.md b/content/codespaces/troubleshooting/index.md index 77805f477e..72bef82dff 100644 --- a/content/codespaces/troubleshooting/index.md +++ b/content/codespaces/troubleshooting/index.md @@ -18,7 +18,7 @@ children: - /troubleshooting-your-connection-to-github-codespaces - /troubleshooting-prebuilds - /troubleshooting-dotfiles-for-codespaces - - /troubleshooting-port-forwarding-for-codespaces + - /troubleshooting-port-forwarding-for-github-codespaces - /troubleshooting-codespaces-clients - /working-with-support-for-codespaces --- diff --git a/content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-github-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-github-codespaces.md index 445d731021..5b79fb4b53 100644 --- a/content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-github-codespaces.md +++ b/content/codespaces/troubleshooting/troubleshooting-port-forwarding-for-github-codespaces.md @@ -9,6 +9,8 @@ type: reference topics: - Codespaces shortTitle: Port forwarding +redirect_from: + - /codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces --- When an application running inside a codespace outputs a port to the console, {% data variables.product.prodname_github_codespaces %} detects the localhost URL pattern and automatically forwards the port. For more information, see "[Forwarding ports in your codespace](/codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace)." From a965aca4a756b682cbc933de28f812f982c65f85 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 3 Jun 2022 13:34:34 +0200 Subject: [PATCH 53/78] fixes next-env file --- next-env.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03dc6..9bc3dd46b9 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,4 +1,5 @@ /// +/// /// // NOTE: This file should not be edited From a64b15099899b6c0b5beaa0d50869bf727b6bcf9 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:18:06 +0200 Subject: [PATCH 54/78] more changes from GitHub Codespaces to Codespaces --- .../setting-your-default-editor-for-github-codespaces.md | 4 ++-- .../using-github-codespaces-in-visual-studio-code.md | 6 +++--- .../enabling-github-codespaces-for-your-organization.md | 2 +- .../managing-repository-access-for-your-codespaces.md | 4 ++-- .../troubleshooting-your-connection-to-github-codespaces.md | 4 ++-- .../troubleshooting/working-with-support-for-codespaces.md | 4 ++-- .../integrate-github-classroom-with-an-ide.md | 4 ++-- .../reviewing-proposed-changes-in-a-pull-request.md | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md index 2110d50e95..ef1d27697c 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md @@ -15,7 +15,7 @@ shortTitle: Set the default editor On the settings page, you can set your editor preference so that any newly created codespaces are opened automatically in either {% data variables.product.prodname_vscode %} for Web or the {% data variables.product.prodname_vscode %} desktop application. -If you want to use {% data variables.product.prodname_vscode %} as your default editor for {% data variables.product.prodname_github_codespaces %}, you need to install {% data variables.product.prodname_vscode %} and the {% data variables.product.prodname_github_codespaces %} extension for {% data variables.product.prodname_vscode %}. For more information, see the [download page for {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/download/) and the [{% data variables.product.prodname_github_codespaces %} extension on the {% data variables.product.prodname_vscode %} marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces). +If you want to use {% data variables.product.prodname_vscode %} as your default editor for {% data variables.product.prodname_github_codespaces %}, you need to install {% data variables.product.prodname_vscode_shortname %} and the {% data variables.product.prodname_codespaces %} extension for {% data variables.product.prodname_vscode_shortname %}. For more information, see the [download page for {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/download/) and the [{% data variables.product.prodname_github_codespaces %} extension on the {% data variables.product.prodname_vscode %} marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces). ## Setting your default editor @@ -23,5 +23,5 @@ If you want to use {% data variables.product.prodname_vscode %} as your default {% data reusables.user-settings.codespaces-tab %} 1. Under "Editor preference", select the option you want. ![Setting your editor](/assets/images/help/codespaces/select-default-editor.png) - If you choose **{% data variables.product.prodname_vscode %}**, {% data variables.product.prodname_github_codespaces %} will automatically open in the desktop application when you next create a codespace. You may need to allow access to both your browser and {% data variables.product.prodname_vscode %} for it to open successfully. + If you choose **{% data variables.product.prodname_vscode %}**, {% data variables.product.prodname_github_codespaces %} will automatically open in the desktop application when you next create a codespace. You may need to allow access to both your browser and {% data variables.product.prodname_vscode_shortname %} for it to open successfully. ![Setting your editor](/assets/images/help/codespaces/launch-default-editor.png) diff --git a/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md index c577f635fa..9494694e65 100644 --- a/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md +++ b/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md @@ -21,7 +21,7 @@ shortTitle: Visual Studio Code ## About {% data variables.product.prodname_github_codespaces %} in {% data variables.product.prodname_vscode %} -You can use your local install of {% data variables.product.prodname_vscode %} to create, manage, work in, and delete codespaces. To use {% data variables.product.prodname_github_codespaces %} in {% data variables.product.prodname_vscode_shortname %}, you need to install the {% data variables.product.prodname_github_codespaces %} extension. For more information on setting up Codespaces in {% data variables.product.prodname_vscode_shortname %}, see "[Prerequisites](#prerequisites)." +You can use your local install of {% data variables.product.prodname_vscode %} to create, manage, work in, and delete codespaces. To use {% data variables.product.prodname_github_codespaces %} in {% data variables.product.prodname_vscode_shortname %}, you need to install the {% data variables.product.prodname_codespaces %} extension. For more information on setting up Codespaces in {% data variables.product.prodname_vscode_shortname %}, see "[Prerequisites](#prerequisites)." By default, if you create a new codespace on {% data variables.product.prodname_dotcom_the_website %}, it will open in the browser. If you would prefer to open any new codespaces in {% data variables.product.prodname_vscode_shortname %} automatically, you can set your default editor to be {% data variables.product.prodname_vscode_shortname %}. For more information, see "[Setting your default editor for {% data variables.product.prodname_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-editor-for-codespaces)." @@ -29,9 +29,9 @@ If you prefer to work in the browser, but want to continue using your existing { ## Prerequisites -To develop in a codespace directly in {% data variables.product.prodname_vscode_shortname %}, you must install and sign into the {% data variables.product.prodname_github_codespaces %} extension with your {% data variables.product.product_name %} credentials. The {% data variables.product.prodname_github_codespaces %} extension requires {% data variables.product.prodname_vscode_shortname %} October 2020 Release 1.51 or later. +To develop in a codespace directly in {% data variables.product.prodname_vscode_shortname %}, you must install and sign into the {% data variables.product.prodname_codespaces %} extension with your {% data variables.product.product_name %} credentials. The {% data variables.product.prodname_codespaces %} extension requires {% data variables.product.prodname_vscode_shortname %} October 2020 Release 1.51 or later. -Use the {% data variables.product.prodname_vscode_marketplace %} to install the [{% data variables.product.prodname_github_codespaces %}](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces) extension. For more information, see [Extension Marketplace](https://code.visualstudio.com/docs/editor/extension-gallery) in the {% data variables.product.prodname_vscode_shortname %} documentation. +Use the {% data variables.product.prodname_vscode_marketplace %} to install the [{% data variables.product.prodname_codespaces %}](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces) extension. For more information, see [Extension Marketplace](https://code.visualstudio.com/docs/editor/extension-gallery) in the {% data variables.product.prodname_vscode_shortname %} documentation. {% mac %} diff --git a/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md b/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md index db10c67363..8d8d58ac5a 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md +++ b/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md @@ -1,7 +1,7 @@ --- title: Enabling GitHub Codespaces for your organization shortTitle: Enable Codespaces -intro: 'You can control which users in your organization can use {% data variables.product.prodname_codespaces %}.' +intro: 'You can control which users in your organization can use {% data variables.product.prodname_github_codespaces %}.' product: '{% data reusables.gated-features.codespaces %}' permissions: 'To manage user permissions for {% data variables.product.prodname_github_codespaces %} for an organization, you must be an organization owner.' redirect_from: diff --git a/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md b/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md index ea33a32013..dd92201b4b 100644 --- a/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md @@ -29,7 +29,7 @@ To create codespaces with custom permissions defined, you must use one of the fo ## Setting additional repository permissions -1. You configure repository permissions for {% data variables.product.prodname_github_codespaces %} in the `devcontainer.json` file. If your repository does not already contain a `devcontainer.json` file, add one now. For more information, "[Add a dev container to your project](/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces)." +1. You configure repository permissions for {% data variables.product.prodname_codespaces %} in the `devcontainer.json` file. If your repository does not already contain a `devcontainer.json` file, add one now. For more information, "[Add a dev container to your project](/codespaces/setting-up-your-project-for-codespaces/setting-up-your-project-for-codespaces)." 1. Edit the `devcontainer.json` file, adding the repository name and permissions needed to the `repositories` object: @@ -105,7 +105,7 @@ To create codespaces with custom permissions defined, you must use one of the fo ## Authorizing requested permissions -If additional repository permissions are defined in the `devcontainer.json` file, you will be prompted to review and optionally authorize the permissions when you create a codespace for this repository. When you authorize permissions for a repository, {% data variables.product.prodname_github_codespaces %} will not re-prompt you unless the set of requested permissions has changed for the repository. +If additional repository permissions are defined in the `devcontainer.json` file, you will be prompted to review and optionally authorize the permissions when you create a codespace for this repository. When you authorize permissions for a repository, {% data variables.product.prodname_codespaces %} will not re-prompt you unless the set of requested permissions has changed for the repository. ![The requested permissions page](/assets/images/help/codespaces/codespaces-accept-permissions.png) diff --git a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md index eb80ab92a8..d5a3127bb4 100644 --- a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md +++ b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md @@ -37,7 +37,7 @@ If you cannot connect to a codespace from {% data variables.product.prodname_vsc 1. Check that you have the latest version of the {% data variables.product.prodname_github_codespaces %} extension installed. The extension is a preview release and frequent updates are released. 1. In {% data variables.product.prodname_vscode %}, display the "Extensions" tab. - 2. Select the {% data variables.product.prodname_github_codespaces %} extension to display the extension's overview page. + 2. Select the {% data variables.product.prodname_codespaces %} extension to display the extension's overview page. 3. If an update is available, a button is shown, click **Update to X.X.X** to upgrade to the latest version. 2. Check whether you are using the stable build of {% data variables.product.prodname_vscode %} or the [{% data variables.product.prodname_vscode %} Insiders](https://code.visualstudio.com/insiders/) release (nightly updates). If you are using the insiders release, try installing the [stable build](https://code.visualstudio.com/). 3. Your company network may be blocking the connection. If possible, check any logging for rejected connections on your device. @@ -46,4 +46,4 @@ If you still cannot connect, {% data reusables.codespaces.contact-support %} ### The codespace has latency issues -If the codespace seems particularly slow or has latency issues, it is possible that it has been created in a region that is far from you. To resolve this, you can [manually set your {% data variables.product.prodname_github_codespaces %} region](/codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces). +If the codespace seems particularly slow or has latency issues, it is possible that it has been created in a region that is far from you. To resolve this, you can [manually set your {% data variables.product.prodname_codespaces %} region](/codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces). diff --git a/content/codespaces/troubleshooting/working-with-support-for-codespaces.md b/content/codespaces/troubleshooting/working-with-support-for-codespaces.md index ba7d877088..733a05b7f7 100644 --- a/content/codespaces/troubleshooting/working-with-support-for-codespaces.md +++ b/content/codespaces/troubleshooting/working-with-support-for-codespaces.md @@ -1,6 +1,6 @@ --- -title: Working with support for Codespaces -intro: 'Tips on getting the best help from support for {% data variables.product.prodname_codespaces %}.' +title: Working with support for GitHub Codespaces +intro: 'Tips on getting the best help from support for {% data variables.product.prodname_github_codespaces %}.' product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' diff --git a/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide.md b/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide.md index 0e61e57eb7..849ffcbecb 100644 --- a/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide.md +++ b/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/integrate-github-classroom-with-an-ide.md @@ -36,9 +36,9 @@ You can choose the IDE you'd like to use for an assignment when you create an as The first time you configure an assignment using a different IDE, you must ensure that it is set up correctly. -Unless you use {% data variables.product.prodname_github_codespaces %}, you must authorize the OAuth app for the IDE for your organization. For all repositories, grant the app **read** access to metadata, administration, and code, and **write** access to administration and code. For more information, see "[Authorizing OAuth Apps](/github/authenticating-to-github/authorizing-oauth-apps)." +Unless you use {% data variables.product.prodname_codespaces %}, you must authorize the OAuth app for the IDE for your organization. For all repositories, grant the app **read** access to metadata, administration, and code, and **write** access to administration and code. For more information, see "[Authorizing OAuth Apps](/github/authenticating-to-github/authorizing-oauth-apps)." -{% data variables.product.prodname_github_codespaces %} does not require an OAuth app, but you need to enable {% data variables.product.prodname_github_codespaces %} for your organization to be able to configure an assignment with {% data variables.product.prodname_codespaces %}. For more information, see "[Using {% data variables.product.prodname_github_codespaces %} with {% data variables.product.prodname_classroom %}](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom#enabling-codespaces-for-your-organization)." +{% data variables.product.prodname_codespaces %} does not require an OAuth app, but you need to enable {% data variables.product.prodname_codespaces %} for your organization to be able to configure an assignment with {% data variables.product.prodname_codespaces %}. For more information, see "[Using {% data variables.product.prodname_codespaces %} with {% data variables.product.prodname_classroom %}](/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom#enabling-codespaces-for-your-organization)." ## Further reading diff --git a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md index 3abc09c17b..b19efc552a 100644 --- a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md @@ -57,7 +57,7 @@ You can use [{% data variables.product.prodname_github_codespaces %}](/codespace {% data reusables.codespaces.review-pr %} -For more information on reviewing pull requests in {% data variables.product.prodname_github_codespaces %}, see "[Using Codespaces for pull requests](/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests)." +For more information on reviewing pull requests in {% data variables.product.prodname_codespaces %}, see "[Using Codespaces for pull requests](/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests)." {% endcodespaces %} {% endif %} From 27c583ef00322edd4e4f160f613c1b7f1b42278b Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:52:12 +0200 Subject: [PATCH 55/78] more changes --- .../codespaces/customizing-your-codespace/index.md | 6 ------ ...tting-your-timeout-period-for-github-codespaces.md | 11 ----------- .../about-github-codespaces-prebuilds.md | 4 ---- 3 files changed, 21 deletions(-) diff --git a/content/codespaces/customizing-your-codespace/index.md b/content/codespaces/customizing-your-codespace/index.md index 4445731cac..74e740a4d5 100644 --- a/content/codespaces/customizing-your-codespace/index.md +++ b/content/codespaces/customizing-your-codespace/index.md @@ -12,15 +12,9 @@ topics: children: - /personalizing-codespaces-for-your-account - /changing-the-machine-type-for-your-codespace -<<<<<<< HEAD - - /setting-your-default-editor-for-github-codespaces - - /setting-your-default-region-for-github-codespaces - - /setting-your-timeout-period-for-github-codespaces -======= - /setting-your-default-editor-for-codespaces - /setting-your-default-region-for-codespaces - /setting-your-timeout-period-for-codespaces - /configuring-automatic-deletion-of-your-codespaces ->>>>>>> main --- diff --git a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md index eba3f50566..8655d421fd 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md @@ -1,25 +1,14 @@ --- -<<<<<<< HEAD:content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md -title: Setting your timeout period for GitHub Codespaces -intro: 'You can set your default timeout for {% data variables.product.prodname_github_codespaces %} in your personal settings page.' -======= title: Setting your timeout period for Codespaces shortTitle: Set the timeout intro: 'You can set your default timeout for {% data variables.product.prodname_codespaces %} in your personal settings page.' ->>>>>>> main:content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md product: '{% data reusables.gated-features.codespaces %}' versions: fpt: '*' ghec: '*' topics: - Codespaces -<<<<<<< HEAD:content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md -shortTitle: Set the timeout -redirect_from: - - /codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces -======= type: how_to ->>>>>>> main:content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md --- A codespace will stop running after a period of inactivity. You can specify the length of this timeout period. The updated setting will apply to any newly created codespace. diff --git a/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md b/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md index 90289d4cd4..f709aca80a 100644 --- a/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md +++ b/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md @@ -1,11 +1,7 @@ --- title: About GitHub Codespaces prebuilds shortTitle: About prebuilds -<<<<<<< HEAD:content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md -intro: GitHub Codespaces prebuilds help to speed up the creation of new codespaces. -======= intro: Codespaces prebuilds help to speed up the creation of new codespaces for large or complex repositories. ->>>>>>> main:content/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds.md versions: fpt: '*' ghec: '*' From da3358b7db8be7dfe79d388f02432beb1954fbeb Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:55:02 +0200 Subject: [PATCH 56/78] more changes --- .../setting-your-default-region-for-github-codespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md index 4fdc850177..ce72f9ee1f 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md @@ -1,5 +1,5 @@ --- -title: Setting your default region for Codespaces +title: Setting your default region for GitHub Codespaces shortTitle: Set the default region intro: 'You can set your default region in the {% data variables.product.prodname_github_codespaces %} profile settings page to personalize where your data is held.' product: '{% data reusables.gated-features.codespaces %}' From 3a9038ed71cbd0beabcaeaaa61013cea08705fd9 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:01:03 +0200 Subject: [PATCH 57/78] trying to fix test --- ...spaces.md => setting-your-default-region-for-codespaces.md} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename content/codespaces/customizing-your-codespace/{setting-your-default-region-for-github-codespaces.md => setting-your-default-region-for-codespaces.md} (87%) diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md similarity index 87% rename from content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md rename to content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md index ce72f9ee1f..7ed458b225 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md @@ -1,5 +1,5 @@ --- -title: Setting your default region for GitHub Codespaces +title: Setting your default region for Codespaces shortTitle: Set the default region intro: 'You can set your default region in the {% data variables.product.prodname_github_codespaces %} profile settings page to personalize where your data is held.' product: '{% data reusables.gated-features.codespaces %}' @@ -8,7 +8,6 @@ versions: ghec: '*' redirect_from: - /codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces - - /codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces topics: - Codespaces type: how_to From 0a6446438a2b092960e57735409d3a396785e3e4 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:05:14 +0200 Subject: [PATCH 58/78] fixing title --- ...odespaces.md => setting-your-timeout-period-for-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/customizing-your-codespace/{setting-your-timeout-period-for-github-codespaces.md => setting-your-timeout-period-for-codespaces.md} (100%) diff --git a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md similarity index 100% rename from content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md rename to content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md From dc41fc0fe4c07154cbbaa15171c37d74e07b38a6 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:10:55 +0200 Subject: [PATCH 59/78] adding link to index --- content/codespaces/customizing-your-codespace/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/codespaces/customizing-your-codespace/index.md b/content/codespaces/customizing-your-codespace/index.md index 74e740a4d5..e215d968e3 100644 --- a/content/codespaces/customizing-your-codespace/index.md +++ b/content/codespaces/customizing-your-codespace/index.md @@ -16,5 +16,7 @@ children: - /setting-your-default-region-for-codespaces - /setting-your-timeout-period-for-codespaces - /configuring-automatic-deletion-of-your-codespaces + - /setting-your-default-editor-for-github-codespaces + --- From 54158e0a8ad6eb447e5dcfb44fd1f4acdb2f6820 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:22:33 +0200 Subject: [PATCH 60/78] deleting old file from index --- .../customizing-your-codespace/index.md | 3 +-- ...ur-default-editor-for-github-codespaces.md | 27 ------------------- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md diff --git a/content/codespaces/customizing-your-codespace/index.md b/content/codespaces/customizing-your-codespace/index.md index e215d968e3..fb958ea288 100644 --- a/content/codespaces/customizing-your-codespace/index.md +++ b/content/codespaces/customizing-your-codespace/index.md @@ -16,7 +16,6 @@ children: - /setting-your-default-region-for-codespaces - /setting-your-timeout-period-for-codespaces - /configuring-automatic-deletion-of-your-codespaces - - /setting-your-default-editor-for-github-codespaces - + --- diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md deleted file mode 100644 index ef1d27697c..0000000000 --- a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Setting your default editor for GitHub Codespaces -intro: 'You can set your default editor for {% data variables.product.prodname_github_codespaces %} in your personal settings page.' -product: '{% data reusables.gated-features.codespaces %}' -versions: - fpt: '*' - ghec: '*' -redirect_from: - - /codespaces/managing-your-codespaces/setting-your-default-editor-for-codespaces - - /codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces -topics: - - Codespaces -shortTitle: Set the default editor ---- - -On the settings page, you can set your editor preference so that any newly created codespaces are opened automatically in either {% data variables.product.prodname_vscode %} for Web or the {% data variables.product.prodname_vscode %} desktop application. - -If you want to use {% data variables.product.prodname_vscode %} as your default editor for {% data variables.product.prodname_github_codespaces %}, you need to install {% data variables.product.prodname_vscode_shortname %} and the {% data variables.product.prodname_codespaces %} extension for {% data variables.product.prodname_vscode_shortname %}. For more information, see the [download page for {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/download/) and the [{% data variables.product.prodname_github_codespaces %} extension on the {% data variables.product.prodname_vscode %} marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces). - -## Setting your default editor - -{% data reusables.user-settings.access_settings %} -{% data reusables.user-settings.codespaces-tab %} -1. Under "Editor preference", select the option you want. - ![Setting your editor](/assets/images/help/codespaces/select-default-editor.png) - If you choose **{% data variables.product.prodname_vscode %}**, {% data variables.product.prodname_github_codespaces %} will automatically open in the desktop application when you next create a codespace. You may need to allow access to both your browser and {% data variables.product.prodname_vscode_shortname %} for it to open successfully. - ![Setting your editor](/assets/images/help/codespaces/launch-default-editor.png) From 97693a9cdf613f064ab924d636ddf4229275d9c6 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:32:49 +0200 Subject: [PATCH 61/78] renamed 1 files --- ...odespaces.md => working-with-support-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/troubleshooting/{working-with-support-for-codespaces.md => working-with-support-for-github-codespaces.md} (100%) diff --git a/content/codespaces/troubleshooting/working-with-support-for-codespaces.md b/content/codespaces/troubleshooting/working-with-support-for-github-codespaces.md similarity index 100% rename from content/codespaces/troubleshooting/working-with-support-for-codespaces.md rename to content/codespaces/troubleshooting/working-with-support-for-github-codespaces.md From 8f4da704ef0ec3df923001a3d96660b3589accfe Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:32:50 +0200 Subject: [PATCH 62/78] set redirect_from on 1 files --- content/codespaces/troubleshooting/index.md | 2 +- .../working-with-support-for-github-codespaces.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/troubleshooting/index.md b/content/codespaces/troubleshooting/index.md index 72bef82dff..2464fc5cad 100644 --- a/content/codespaces/troubleshooting/index.md +++ b/content/codespaces/troubleshooting/index.md @@ -20,6 +20,6 @@ children: - /troubleshooting-dotfiles-for-codespaces - /troubleshooting-port-forwarding-for-github-codespaces - /troubleshooting-codespaces-clients - - /working-with-support-for-codespaces + - /working-with-support-for-github-codespaces --- diff --git a/content/codespaces/troubleshooting/working-with-support-for-github-codespaces.md b/content/codespaces/troubleshooting/working-with-support-for-github-codespaces.md index 733a05b7f7..16ec96d21f 100644 --- a/content/codespaces/troubleshooting/working-with-support-for-github-codespaces.md +++ b/content/codespaces/troubleshooting/working-with-support-for-github-codespaces.md @@ -9,6 +9,8 @@ type: reference topics: - Codespaces shortTitle: Working with support +redirect_from: + - /codespaces/troubleshooting/working-with-support-for-codespaces --- Before support can help you with problems with codespaces, you need to know the name of the codespace and its codespaces ID (identifier). In addition, support may ask you to share some logs with them. For more information, see "[Codespaces logs](/codespaces/troubleshooting/codespaces-logs)" and "[About GitHub Support](/github/working-with-github-support/about-github-support)." From 94c8ba48390fe7fb43e252c50a6be29fb46de283 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:48:15 +0200 Subject: [PATCH 63/78] renamed 1 files --- ...md => personalizing-github-codespaces-for-your-account.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename content/codespaces/customizing-your-codespace/{personalizing-codespaces-for-your-account.md => personalizing-github-codespaces-for-your-account.md} (96%) diff --git a/content/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account.md b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md similarity index 96% rename from content/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account.md rename to content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md index e8f16c2e6e..4bbdaa42a8 100644 --- a/content/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account.md +++ b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md @@ -1,7 +1,7 @@ --- -title: Personalizing Codespaces for your account +title: Personalizing GitHub Codespaces for your account shortTitle: Personalize your codespaces -intro: 'You can personalize {% data variables.product.prodname_codespaces %} by using a `dotfiles` repository on {% data variables.product.product_name %} or by using Settings Sync.' +intro: 'You can personalize {% data variables.product.prodname_github_codespaces %} by using a `dotfiles` repository on {% data variables.product.product_name %} or by using Settings Sync.' redirect_from: - /github/developing-online-with-github-codespaces/personalizing-github-codespaces-for-your-account - /github/developing-online-with-codespaces/personalizing-codespaces-for-your-account From 6d527fc8329e4077221438902a637a8d48bd93eb Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:48:16 +0200 Subject: [PATCH 64/78] set redirect_from on 1 files --- content/codespaces/customizing-your-codespace/index.md | 3 +-- .../personalizing-github-codespaces-for-your-account.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/codespaces/customizing-your-codespace/index.md b/content/codespaces/customizing-your-codespace/index.md index fb958ea288..e9c78fcd3d 100644 --- a/content/codespaces/customizing-your-codespace/index.md +++ b/content/codespaces/customizing-your-codespace/index.md @@ -10,12 +10,11 @@ redirect_from: topics: - Codespaces children: - - /personalizing-codespaces-for-your-account + - /personalizing-github-codespaces-for-your-account - /changing-the-machine-type-for-your-codespace - /setting-your-default-editor-for-codespaces - /setting-your-default-region-for-codespaces - /setting-your-timeout-period-for-codespaces - /configuring-automatic-deletion-of-your-codespaces - --- diff --git a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md index 4bbdaa42a8..cfc8cb9e4e 100644 --- a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md +++ b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md @@ -6,6 +6,7 @@ redirect_from: - /github/developing-online-with-github-codespaces/personalizing-github-codespaces-for-your-account - /github/developing-online-with-codespaces/personalizing-codespaces-for-your-account - /codespaces/setting-up-your-codespace/personalizing-codespaces-for-your-account + - /codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account versions: fpt: '*' ghec: '*' From 5826a6bd90e6118ed81e720107c487405a320c2b Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:48:56 +0200 Subject: [PATCH 65/78] renamed 1 files --- ...es.md => setting-your-default-editor-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/customizing-your-codespace/{setting-your-default-editor-for-codespaces.md => setting-your-default-editor-for-github-codespaces.md} (100%) diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md similarity index 100% rename from content/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces.md rename to content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md From fb7bc63d4b16bbaf20b9aac989eb2d97b9d4660a Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:48:57 +0200 Subject: [PATCH 66/78] set redirect_from on 1 files --- content/codespaces/customizing-your-codespace/index.md | 2 +- .../setting-your-default-editor-for-github-codespaces.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/codespaces/customizing-your-codespace/index.md b/content/codespaces/customizing-your-codespace/index.md index e9c78fcd3d..699f5e9e2d 100644 --- a/content/codespaces/customizing-your-codespace/index.md +++ b/content/codespaces/customizing-your-codespace/index.md @@ -12,7 +12,7 @@ topics: children: - /personalizing-github-codespaces-for-your-account - /changing-the-machine-type-for-your-codespace - - /setting-your-default-editor-for-codespaces + - /setting-your-default-editor-for-github-codespaces - /setting-your-default-region-for-codespaces - /setting-your-timeout-period-for-codespaces - /configuring-automatic-deletion-of-your-codespaces diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md index bd388b43d5..9fdf924220 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md @@ -8,6 +8,7 @@ versions: ghec: '*' redirect_from: - /codespaces/managing-your-codespaces/setting-your-default-editor-for-codespaces + - /codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces topics: - Codespaces type: how_to From bf9333ede36ff719c91c9173015b517d388bc3d6 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:49:38 +0200 Subject: [PATCH 67/78] renamed 1 files --- ...es.md => setting-your-default-region-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/customizing-your-codespace/{setting-your-default-region-for-codespaces.md => setting-your-default-region-for-github-codespaces.md} (100%) diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md similarity index 100% rename from content/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces.md rename to content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md From 98a93d20198e96ae91b69f79320c2b7f058820e8 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:49:39 +0200 Subject: [PATCH 68/78] set redirect_from on 1 files --- content/codespaces/customizing-your-codespace/index.md | 2 +- .../setting-your-default-region-for-github-codespaces.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/codespaces/customizing-your-codespace/index.md b/content/codespaces/customizing-your-codespace/index.md index 699f5e9e2d..201fdf58a2 100644 --- a/content/codespaces/customizing-your-codespace/index.md +++ b/content/codespaces/customizing-your-codespace/index.md @@ -13,7 +13,7 @@ children: - /personalizing-github-codespaces-for-your-account - /changing-the-machine-type-for-your-codespace - /setting-your-default-editor-for-github-codespaces - - /setting-your-default-region-for-codespaces + - /setting-your-default-region-for-github-codespaces - /setting-your-timeout-period-for-codespaces - /configuring-automatic-deletion-of-your-codespaces --- diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md index 7ed458b225..4fdc850177 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md @@ -8,6 +8,7 @@ versions: ghec: '*' redirect_from: - /codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces + - /codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces topics: - Codespaces type: how_to From c3309e25ddc2e543d19734e5e3117edc2e5b7cba Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:50:20 +0200 Subject: [PATCH 69/78] renamed 1 files --- ...es.md => setting-your-timeout-period-for-github-codespaces.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/codespaces/customizing-your-codespace/{setting-your-timeout-period-for-codespaces.md => setting-your-timeout-period-for-github-codespaces.md} (100%) diff --git a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md similarity index 100% rename from content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces.md rename to content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md From 24e422eec75de8c43b37f9a38dccd8f99e13741d Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:50:21 +0200 Subject: [PATCH 70/78] set redirect_from on 1 files --- content/codespaces/customizing-your-codespace/index.md | 2 +- .../setting-your-timeout-period-for-github-codespaces.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/codespaces/customizing-your-codespace/index.md b/content/codespaces/customizing-your-codespace/index.md index 201fdf58a2..b12348b6ae 100644 --- a/content/codespaces/customizing-your-codespace/index.md +++ b/content/codespaces/customizing-your-codespace/index.md @@ -14,7 +14,7 @@ children: - /changing-the-machine-type-for-your-codespace - /setting-your-default-editor-for-github-codespaces - /setting-your-default-region-for-github-codespaces - - /setting-your-timeout-period-for-codespaces + - /setting-your-timeout-period-for-github-codespaces - /configuring-automatic-deletion-of-your-codespaces --- diff --git a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md index 8655d421fd..3a069a2d3a 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md @@ -9,6 +9,8 @@ versions: topics: - Codespaces type: how_to +redirect_from: + - /codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces --- A codespace will stop running after a period of inactivity. You can specify the length of this timeout period. The updated setting will apply to any newly created codespace. @@ -54,4 +56,4 @@ If you don't specify a timeout period when you create a codespace, then the defa You can set your default timeout period in your web browser, on {% data variables.product.prodname_dotcom_the_website %}. Alternatively, if you use {% data variables.product.prodname_cli %} to create a codespace you can set a timeout period for that particular codespace. For more information, click the appropriate tab above. -{% endvscode %} \ No newline at end of file +{% endvscode %} From 3566d60a2915004de54810af22347a5806d79230 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Fri, 1 Jul 2022 15:09:37 +0200 Subject: [PATCH 71/78] matching titles with links --- .../setting-your-default-editor-for-github-codespaces.md | 2 +- .../setting-your-default-region-for-github-codespaces.md | 2 +- .../setting-your-timeout-period-for-github-codespaces.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md index 9fdf924220..a954c293fd 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces.md @@ -1,5 +1,5 @@ --- -title: Setting your default editor for Codespaces +title: Setting your default editor for GitHub Codespaces shortTitle: Set the default editor intro: 'You can set your default editor for {% data variables.product.prodname_codespaces %} in your personal settings page.' product: '{% data reusables.gated-features.codespaces %}' diff --git a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md index 4fdc850177..ce72f9ee1f 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces.md @@ -1,5 +1,5 @@ --- -title: Setting your default region for Codespaces +title: Setting your default region for GitHub Codespaces shortTitle: Set the default region intro: 'You can set your default region in the {% data variables.product.prodname_github_codespaces %} profile settings page to personalize where your data is held.' product: '{% data reusables.gated-features.codespaces %}' diff --git a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md index 3a069a2d3a..f6cb15abb6 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md @@ -1,5 +1,5 @@ --- -title: Setting your timeout period for Codespaces +title: Setting your timeout period for GitHub Codespaces shortTitle: Set the timeout intro: 'You can set your default timeout for {% data variables.product.prodname_codespaces %} in your personal settings page.' product: '{% data reusables.gated-features.codespaces %}' From d00a598ecaa70602ec8adfbefef334493d19beb1 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:04:26 +0200 Subject: [PATCH 72/78] two more fixes --- content/codespaces/the-githubdev-web-based-editor.md | 5 ----- content/rest/codespaces/codespaces.md | 4 ---- 2 files changed, 9 deletions(-) diff --git a/content/codespaces/the-githubdev-web-based-editor.md b/content/codespaces/the-githubdev-web-based-editor.md index d9fd60eb47..de8ed69943 100644 --- a/content/codespaces/the-githubdev-web-based-editor.md +++ b/content/codespaces/the-githubdev-web-based-editor.md @@ -36,16 +36,11 @@ You can open any {% data variables.product.prodname_dotcom %} repository in the - Press `.` while browsing any repository or pull request on {% data variables.product.prodname_dotcom %}. - Change the URL from "github.com" to "github.dev". -<<<<<<< HEAD - -## {% data variables.product.prodname_github_codespaces %} and the {% data variables.product.prodname_serverless %} -======= - When viewing a file, use the dropdown menu next to {% octicon "pencil" aria-label="The edit icon" %} and select **Open in github.dev**. ![Edit file button dropdown menu](/assets/images/help/repository/edit-file-edit-dropdown.png) ## {% data variables.product.prodname_codespaces %} and the {% data variables.product.prodname_serverless %} ->>>>>>> main Both the {% data variables.product.prodname_serverless %} and {% data variables.product.prodname_github_codespaces %} allow you to edit your code straight from your repository. However, both have slightly different benefits, depending on your use case. diff --git a/content/rest/codespaces/codespaces.md b/content/rest/codespaces/codespaces.md index 011c920797..cf77fb2b62 100644 --- a/content/rest/codespaces/codespaces.md +++ b/content/rest/codespaces/codespaces.md @@ -1,10 +1,6 @@ --- title: Codespaces -<<<<<<< HEAD -intro: 'The {% data variables.product.prodname_github_codespaces %} API enables you to manage your codespaces using the REST API.' -======= intro: The Codespaces API enables you to manage your codespaces using the REST API. ->>>>>>> main versions: fpt: '*' ghec: '*' From c02e7b8dfcfd4d03ddd3e1e12325b415881e380c Mon Sep 17 00:00:00 2001 From: hubwriter Date: Wed, 13 Jul 2022 12:01:00 +0000 Subject: [PATCH 73/78] Update the text of links to articles with revised names --- .../audit-log-events-for-your-enterprise.md | 8 ++++---- .../about-commit-signature-verification.md | 2 +- .../managing-spending-limits-for-github-codespaces.md | 4 ++-- ...our-codespace-to-access-a-private-image-registry.md | 2 +- .../disaster-recovery-for-github-codespaces.md | 2 +- .../security-in-github-codespaces.md | 2 +- .../understanding-billing-for-github-codespaces.md | 8 ++++---- .../using-github-copilot-in-github-codespaces.md | 2 +- ...onfiguring-automatic-deletion-of-your-codespaces.md | 4 ++-- ...personalizing-github-codespaces-for-your-account.md | 10 +++++----- ...etting-your-timeout-period-for-github-codespaces.md | 2 +- .../developing-in-codespaces/codespaces-lifecycle.md | 2 +- .../connecting-to-a-private-network.md | 2 +- .../developing-in-a-codespace.md | 2 +- .../using-github-codespaces-in-visual-studio-code.md | 4 ++-- .../using-github-codespaces-with-github-cli.md | 4 ++-- content/codespaces/getting-started/deep-dive.md | 2 +- content/codespaces/getting-started/quickstart.md | 2 +- ...lling-for-github-codespaces-in-your-organization.md | 4 ++-- .../restricting-access-to-machine-types.md | 4 ++-- .../restricting-the-idle-timeout-period.md | 4 ++-- .../restricting-the-retention-period-for-codespaces.md | 2 +- ...r-organizations-audit-logs-for-github-codespaces.md | 2 +- .../managing-encrypted-secrets-for-your-codespaces.md | 2 +- .../managing-repository-access-for-your-codespaces.md | 2 +- ...viewing-your-security-logs-for-github-codespaces.md | 2 +- .../about-github-codespaces-prebuilds.md | 2 +- .../configuring-prebuilds.md | 8 ++++---- .../prebuilding-your-codespaces/managing-prebuilds.md | 2 +- .../introduction-to-dev-containers.md | 2 +- .../troubleshooting/troubleshooting-prebuilds.md | 2 +- .../working-with-support-for-github-codespaces.md | 4 ++-- .../apps/building-oauth-apps/scopes-for-oauth-apps.md | 2 +- .../using-github-codespaces-with-github-classroom.md | 2 +- .../learning-about-github/githubs-products.md | 2 +- .../creating-a-pull-request.md | 2 +- .../reviewing-proposed-changes-in-a-pull-request.md | 2 +- data/reusables/codespaces/codespaces-machine-types.md | 2 +- data/reusables/codespaces/links-to-get-started.md | 2 +- data/reusables/codespaces/prebuilds-crossreference.md | 2 +- 40 files changed, 61 insertions(+), 61 deletions(-) diff --git a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md index d4224c1860..d6f421fce9 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md +++ b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md @@ -829,10 +829,10 @@ Action | Description | Action | Description |--------|------------- -| `prebuild_configuration.create` | A {% data variables.product.prodname_codespaces %} prebuild configuration for a repository was created. For more information, see "[About Codespaces prebuilds](/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds)." -| `prebuild_configuration.destroy` | A {% data variables.product.prodname_codespaces %} prebuild configuration for a repository was deleted. For more information, see "[About Codespaces prebuilds](/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds)." -| `prebuild_configuration.run_triggered` | A user initiated a run of a {% data variables.product.prodname_codespaces %} prebuild configuration for a repository branch. For more information, see "[About Codespaces prebuilds](/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds)." -| `prebuild_configuration.update` | A {% data variables.product.prodname_codespaces %} prebuild configuration for a repository was edited. For more information, see "[About Codespaces prebuilds](/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds)." +| `prebuild_configuration.create` | A {% data variables.product.prodname_codespaces %} prebuild configuration for a repository was created. For more information, see "[About {% data variables.product.prodname_github_codespaces %} prebuilds](/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds)." +| `prebuild_configuration.destroy` | A {% data variables.product.prodname_codespaces %} prebuild configuration for a repository was deleted. For more information, see "[About {% data variables.product.prodname_github_codespaces %} prebuilds](/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds)." +| `prebuild_configuration.run_triggered` | A user initiated a run of a {% data variables.product.prodname_codespaces %} prebuild configuration for a repository branch. For more information, see "[About {% data variables.product.prodname_github_codespaces %} prebuilds](/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds)." +| `prebuild_configuration.update` | A {% data variables.product.prodname_codespaces %} prebuild configuration for a repository was edited. For more information, see "[About {% data variables.product.prodname_github_codespaces %} prebuilds](/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds)." {%- endif %} {%- ifversion ghes %} diff --git a/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md b/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md index 3317fa997b..8ce6025fb7 100644 --- a/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md +++ b/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md @@ -57,7 +57,7 @@ Repository administrators can enforce required commit signing on a branch to blo {% ifversion ghes %}If a site administrator has enabled web commit signing, {% data variables.product.product_name %} will automatically use GPG to sign commits you make using the web interface. Commits signed by {% data variables.product.product_name %} will have a verified status. You can verify the signature locally using the public key available at `https://HOSTNAME/web-flow.gpg`. For more information, see "[Configuring web commit signing](/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing)." {% else %}{% data variables.product.prodname_dotcom %} will automatically use GPG to sign commits you make using the web interface. Commits signed by {% data variables.product.prodname_dotcom %} will have a verified status. You can verify the signature locally using the public key available at https://github.com/web-flow.gpg. The full fingerprint of the key is `5DE3 E050 9C47 EA3C F04A 42D3 4AEE 18F8 3AFD EB23`. -You can optionally choose to have {% data variables.product.prodname_dotcom %} sign commits you make in {% data variables.product.prodname_github_codespaces %}. For more information about enabling GPG verification for your codespaces, see "[Managing GPG verification for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces)."{% endif %} +You can optionally choose to have {% data variables.product.prodname_dotcom %} sign commits you make in {% data variables.product.prodname_github_codespaces %}. For more information about enabling GPG verification for your codespaces, see "[Managing GPG verification for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-github-codespaces)."{% endif %} {% endif %} ## GPG commit signature verification diff --git a/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces.md b/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces.md index 679f7fbe0f..474cc55174 100644 --- a/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces.md @@ -23,7 +23,7 @@ redirect_from: Once you've reached your spending limit, your organization or repository will no longer be able to create new codespaces, and won't be able to start existing codespaces. Any existing codespaces that are still running will not be shutdown; if you don't change the spending limit, you will not be charged for the amount that exceeds the limit. -For more information about pricing for {% data variables.product.prodname_codespaces %} usage, see "[About billing for {% data variables.product.prodname_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces)." +For more information about pricing for {% data variables.product.prodname_codespaces %} usage, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)." {% ifversion ghec %} ## Using your Azure Subscription @@ -67,4 +67,4 @@ You can disable these notifications anytime by navigating to the bottom of the * ## Further reading - "[Restricting access to machine types](/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types)" -- "[Managing billing for Codespaces in your organization](/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization)" +- "[Managing billing for {% data variables.product.prodname_github_codespaces %} in your organization](/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization)" diff --git a/content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md b/content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md index 4f9a4692ad..7e5c96aa99 100644 --- a/content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md +++ b/content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md @@ -58,7 +58,7 @@ If you are accessing a container image from a registry that isn't {% data variab - `<*>_CONTAINER_REGISTRY_USER` - `<*>_CONTAINER_REGISTRY_PASSWORD` -You can store secrets at the user, repository, or organization-level, allowing you to share them securely between different codespaces. When you create a set of secrets for a private image registry, you need to replace the "<*>" in the name with a consistent identifier. For more information, see "[Managing encrypted secrets for your codespaces](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces)" and "[Managing encrypted secrets for your repository and organization for Codespaces](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces)." +You can store secrets at the user, repository, or organization-level, allowing you to share them securely between different codespaces. When you create a set of secrets for a private image registry, you need to replace the "<*>" in the name with a consistent identifier. For more information, see "[Managing encrypted secrets for your codespaces](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces)" and "[Managing encrypted secrets for your repository and organization for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces)." If you are setting the secrets at the user or organization level, make sure to assign those secrets to the repository you'll be creating the codespace in by choosing an access policy from the dropdown list. 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 90c9ff4e26..0ce0359cb3 100644 --- a/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md +++ b/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md @@ -26,7 +26,7 @@ The following guidance provides options on how to handle service disruption to t ## Option 1: Create a new codespace in another region -In the case of a regional outage, we suggest you recreate your codespace in an unaffected region to continue working. This new codespace will have all of the changes as of your last push to {% data variables.product.prodname_dotcom %}. For information on manually setting another region, see "[Setting your default region for Codespaces](/codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces)." +In the case of a regional outage, we suggest you recreate your codespace in an unaffected region to continue working. This new codespace will have all of the changes as of your last push to {% data variables.product.prodname_dotcom %}. For information on manually setting another region, see "[Setting your default region for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-region-for-github-codespaces)." You can optimize recovery time by configuring a `devcontainer.json` in the project's repository, which allows you to define the tools, runtimes, frameworks, editor settings, extensions, and other configuration necessary to restore the development environment automatically. For more information, see "[Introduction to dev containers](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project)." diff --git a/content/codespaces/codespaces-reference/security-in-github-codespaces.md b/content/codespaces/codespaces-reference/security-in-github-codespaces.md index 4cc07d2aae..b94d4af85a 100644 --- a/content/codespaces/codespaces-reference/security-in-github-codespaces.md +++ b/content/codespaces/codespaces-reference/security-in-github-codespaces.md @@ -89,7 +89,7 @@ Secrets are not copied into the environment if you don't have write access to th For more information on secrets, see: - "[Managing encrypted secrets for your codespaces](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces)" -- "[Managing encrypted secrets for your repository and organization for Codespaces](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces)" +- "[Managing encrypted secrets for your repository and organization for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces)" ### Working with other people's contributions and repositories diff --git a/content/codespaces/codespaces-reference/understanding-billing-for-github-codespaces.md b/content/codespaces/codespaces-reference/understanding-billing-for-github-codespaces.md index a576833579..367c0ccaf5 100644 --- a/content/codespaces/codespaces-reference/understanding-billing-for-github-codespaces.md +++ b/content/codespaces/codespaces-reference/understanding-billing-for-github-codespaces.md @@ -31,7 +31,7 @@ To see the pricing for {% data variables.product.prodname_codespaces %} usage, s Your codespace is billed for its compute minutes and for the amount of storage it uses on disk. -If you enable prebuilding of codespaces this will incur additional charges. For more information, see "[About Codespaces prebuilds](/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds#about-billing-for-codespaces-prebuilds)." +If you enable prebuilding of codespaces this will incur additional charges. For more information, see "[About {% data variables.product.prodname_github_codespaces %} prebuilds](/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds#about-billing-for-codespaces-prebuilds)." ### Understanding what compute minutes are Your codespace is billed for the number of minutes that it's active. If your codespaces window is left idle for 30 minutes, it will automatically shutdown, and compute billing for the codespace will end until you start the codespace again. @@ -41,14 +41,14 @@ For {% data variables.product.prodname_github_codespaces %}, storage is defined ## How spending limits work -Before your organization can use {% data variables.product.prodname_codespaces %}, your billing manager will need to set a spending limit. For more information, see "[Managing spending limits for {% data variables.product.prodname_codespaces %}](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces)." +Before your organization can use {% data variables.product.prodname_codespaces %}, your billing manager will need to set a spending limit. For more information, see "[Managing spending limits for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces)." ## Exporting changes when you have reached your spending limit {% data reusables.codespaces.exporting-changes %} ## Checking your current usage and limits -If you need to check your current usage or spending limit, contact your organization's billing manager. For more information, see "[Viewing your Codespaces usage](/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage)." +If you need to check your current usage or spending limit, contact your organization's billing manager. For more information, see "[Viewing your {% data variables.product.prodname_github_codespaces %} usage](/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage)." ## Codespaces can be automatically deleted @@ -60,4 +60,4 @@ You can manually delete your codespaces in https://github.com/codespaces and fro ## Further reading -- "[Managing billing for Codespaces in your organization](/codespaces/managing-codespaces-for-your-organization/managing-billing-for-codespaces-in-your-organization)" +- "[Managing billing for {% data variables.product.prodname_github_codespaces %} in your organization](/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization)" diff --git a/content/codespaces/codespaces-reference/using-github-copilot-in-github-codespaces.md b/content/codespaces/codespaces-reference/using-github-copilot-in-github-codespaces.md index 8cd92d3a27..d3b02e4b07 100644 --- a/content/codespaces/codespaces-reference/using-github-copilot-in-github-codespaces.md +++ b/content/codespaces/codespaces-reference/using-github-copilot-in-github-codespaces.md @@ -20,5 +20,5 @@ redirect_from: [{% data variables.product.prodname_copilot %}](https://copilot.github.com/), an AI pair programmer, can be used in any codespace. To start using {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_github_codespaces %}, install the [{% data variables.product.prodname_copilot_short %} extension from the {% data variables.product.prodname_vscode_marketplace %}](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot). -To include {% data variables.product.prodname_copilot_short %}, or other extensions, in all of your codespaces, enable Settings Sync. For more information, see "[Personalizing {% data variables.product.prodname_codespaces %} for your account](/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account#settings-sync)." Additionally, to include {% data variables.product.prodname_copilot_short %} in a given project for all users, you can specify `GitHub.copilot` as an extension in your `devcontainer.json` file. For information about configuring a `devcontainer.json` file, see "[Introduction to dev containers](/codespaces/customizing-your-codespace/configuring-codespaces-for-your-project#creating-a-custom-dev-container-configuration)." +To include {% data variables.product.prodname_copilot_short %}, or other extensions, in all of your codespaces, enable Settings Sync. For more information, see "[Personalizing {% data variables.product.prodname_github_codespaces %} for your account](/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#settings-sync)." Additionally, to include {% data variables.product.prodname_copilot_short %} in a given project for all users, you can specify `GitHub.copilot` as an extension in your `devcontainer.json` file. For information about configuring a `devcontainer.json` file, see "[Introduction to dev containers](/codespaces/customizing-your-codespace/configuring-codespaces-for-your-project#creating-a-custom-dev-container-configuration)." diff --git a/content/codespaces/customizing-your-codespace/configuring-automatic-deletion-of-your-codespaces.md b/content/codespaces/customizing-your-codespace/configuring-automatic-deletion-of-your-codespaces.md index b75147f0cb..8cc648d395 100644 --- a/content/codespaces/customizing-your-codespace/configuring-automatic-deletion-of-your-codespaces.md +++ b/content/codespaces/customizing-your-codespace/configuring-automatic-deletion-of-your-codespaces.md @@ -13,7 +13,7 @@ type: how_to By default, {% data variables.product.prodname_codespaces %} are automatically deleted after they have been stopped and have remained inactive for 30 days. -However, because {% data variables.product.prodname_codespaces %} incur storage charges, you may prefer to reduce the retention period by changing your default period in your personal settings for {% data variables.product.prodname_github_codespaces %}. For more information about storage charges, see "[About billing for Codespaces](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#codespaces-pricing)." +However, because {% data variables.product.prodname_codespaces %} incur storage charges, you may prefer to reduce the retention period by changing your default period in your personal settings for {% data variables.product.prodname_github_codespaces %}. For more information about storage charges, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#codespaces-pricing)." {% note %} @@ -49,7 +49,7 @@ Each codespace has its own retention period. You may, therefore, have codespaces {% warning %} - **Warning**: Setting the period to `0` will result in your codespaces being immediately deleted when you stop them, or when they timeout due to inactivity. For more information, see "[Setting your timeout period for Codespaces](/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces)." + **Warning**: Setting the period to `0` will result in your codespaces being immediately deleted when you stop them, or when they timeout due to inactivity. For more information, see "[Setting your timeout period for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces)." {% endwarning %} diff --git a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md index cfc8cb9e4e..d7ec4f0494 100644 --- a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md +++ b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md @@ -94,11 +94,11 @@ If your codespace fails to pick up configuration settings from dotfiles, see "[T You can also personalize {% data variables.product.prodname_codespaces %} using additional [{% data variables.product.prodname_codespaces %} settings](https://github.com/settings/codespaces): -- To set your default region, see "[Setting your default region for {% data variables.product.prodname_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-region-for-codespaces)." -- To set your editor, see "[Setting your default editor for {% data variables.product.prodname_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-editor-for-codespaces)." -- To add encrypted secrets, see "[Managing encrypted secrets for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-codespaces)." -- To enable GPG verification, see "[Managing GPG verification for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-codespaces)." -- To allow your codespaces to access other repositories, see "[Managing access and security for {% data variables.product.prodname_codespaces %}](/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces)." +- To set your default region, see "[Setting your default region for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-region-for-github-codespaces)." +- To set your editor, see "[Setting your default editor for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-editor-for-github-codespaces)." +- To add encrypted secrets, see "[Managing encrypted secrets for {% data variables.product.prodname_githubcodespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-github-codespaces)." +- To enable GPG verification, see "[Managing GPG verification for {% data variables.product.prodname_githubcodespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-github-codespaces)." +- To allow your codespaces to access other repositories, see "[Managing access and security for {% data variables.product.prodname_githubcodespaces %}](/github/developing-online-with-codespaces/managing-access-and-security-for-github-codespaces)." ## Further reading diff --git a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md index f6cb15abb6..7c2de36aaf 100644 --- a/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md +++ b/content/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces.md @@ -19,7 +19,7 @@ Some organizations may have a maximum idle timeout policy. If an organization po {% warning %} -**Warning**: Codespaces are billed per minute. If you are not actively using a codespace but the codespace has not yet timed out, you are still billed for the time that the codespace is running. For more information, see "[About billing for Codespaces](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#codespaces-pricing)." +**Warning**: Codespaces are billed per minute. If you are not actively using a codespace but the codespace has not yet timed out, you are still billed for the time that the codespace is running. For more information, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#codespaces-pricing)." {% endwarning %} diff --git a/content/codespaces/developing-in-codespaces/codespaces-lifecycle.md b/content/codespaces/developing-in-codespaces/codespaces-lifecycle.md index 1f06bb15a6..2dda4a8b05 100644 --- a/content/codespaces/developing-in-codespaces/codespaces-lifecycle.md +++ b/content/codespaces/developing-in-codespaces/codespaces-lifecycle.md @@ -35,7 +35,7 @@ If you have unsaved changes, your editor will prompt you to save them before exi ## Codespaces timeouts -If you leave your codespace running without interaction, or if you exit your codespace without explicitly stopping it, the codespace will timeout after a period of inactivity and stop running. By default, a codespace will timeout after 30 minutes of inactivity, but you can customize the duration of the timeout period for new codespaces that you create. For more information about setting the default timeout period for your codespaces, see "[Setting your timeout period for Codespaces](/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces)." For more information about stopping a codespace, see "[Stopping a codespace](#stopping-a-codespace)." +If you leave your codespace running without interaction, or if you exit your codespace without explicitly stopping it, the codespace will timeout after a period of inactivity and stop running. By default, a codespace will timeout after 30 minutes of inactivity, but you can customize the duration of the timeout period for new codespaces that you create. For more information about setting the default timeout period for your codespaces, see "[Setting your timeout period for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces)." For more information about stopping a codespace, see "[Stopping a codespace](#stopping-a-codespace)." When a codespace times out, your data is preserved from the last time your changes were saved. For more information, see "[Saving changes in a codespace](#saving-changes-in-a-codespace)." diff --git a/content/codespaces/developing-in-codespaces/connecting-to-a-private-network.md b/content/codespaces/developing-in-codespaces/connecting-to-a-private-network.md index f9f38fcb5b..cb14f04c2e 100644 --- a/content/codespaces/developing-in-codespaces/connecting-to-a-private-network.md +++ b/content/codespaces/developing-in-codespaces/connecting-to-a-private-network.md @@ -42,4 +42,4 @@ For more information about the Meta API, see "[Meta](/rest/reference/meta)." At present, there is no way to restrict codespaces from accessing the public internet, or to restrict appropriately authenticated users from accessing a forwarded port. -For more information on how to secure your codespaces, see "[Security in Codespaces](/codespaces/codespaces-reference/security-in-codespaces)." +For more information on how to secure your codespaces, see "[Security in {% data variables.product.prodname_github_codespaces %}](/codespaces/codespaces-reference/security-in-github-codespaces)." diff --git a/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md b/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md index 4448be9733..6ab3e6c867 100644 --- a/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md +++ b/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md @@ -41,7 +41,7 @@ For more information on using {% data variables.product.prodname_vscode_shortnam ### Personalizing your codespace -{% data reusables.codespaces.about-personalization %} For more information, see "[Personalizing {% data variables.product.prodname_codespaces %} for your account](/codespaces/setting-up-your-codespace/personalizing-codespaces-for-your-account)." +{% data reusables.codespaces.about-personalization %} For more information, see "[Personalizing {% data variables.product.prodname_github_codespaces %} for your account](/codespaces/setting-up-your-codespace/personalizing-github-codespaces-for-your-account)." {% data reusables.codespaces.apply-devcontainer-changes %} For more information, see "[Configuring {% data variables.product.prodname_codespaces %} for your project](/github/developing-online-with-codespaces/configuring-codespaces-for-your-project#apply-changes-to-your-configuration)." diff --git a/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md index 9494694e65..b57c1cf8c3 100644 --- a/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md +++ b/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md @@ -23,9 +23,9 @@ shortTitle: Visual Studio Code You can use your local install of {% data variables.product.prodname_vscode %} to create, manage, work in, and delete codespaces. To use {% data variables.product.prodname_github_codespaces %} in {% data variables.product.prodname_vscode_shortname %}, you need to install the {% data variables.product.prodname_codespaces %} extension. For more information on setting up Codespaces in {% data variables.product.prodname_vscode_shortname %}, see "[Prerequisites](#prerequisites)." -By default, if you create a new codespace on {% data variables.product.prodname_dotcom_the_website %}, it will open in the browser. If you would prefer to open any new codespaces in {% data variables.product.prodname_vscode_shortname %} automatically, you can set your default editor to be {% data variables.product.prodname_vscode_shortname %}. For more information, see "[Setting your default editor for {% data variables.product.prodname_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-editor-for-codespaces)." +By default, if you create a new codespace on {% data variables.product.prodname_dotcom_the_website %}, it will open in the browser. If you would prefer to open any new codespaces in {% data variables.product.prodname_vscode_shortname %} automatically, you can set your default editor to be {% data variables.product.prodname_vscode_shortname %}. For more information, see "[Setting your default editor for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-editor-for-github-codespaces)." -If you prefer to work in the browser, but want to continue using your existing {% data variables.product.prodname_vscode_shortname %} extensions, themes, and shortcuts, you can turn on Settings Sync. For more information, see "[Personalizing {% data variables.product.prodname_codespaces %} for your account](/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account#settings-sync)." +If you prefer to work in the browser, but want to continue using your existing {% data variables.product.prodname_vscode_shortname %} extensions, themes, and shortcuts, you can turn on Settings Sync. For more information, see "[Personalizing {% data variables.product.prodname_github_codespaces %} for your account](/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#settings-sync)." ## Prerequisites diff --git a/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md index 7c168ce751..a13def9e17 100644 --- a/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md +++ b/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md @@ -91,7 +91,7 @@ For more information, see "[Creating a codespace](/codespaces/developing-in-code gh codespace stop -c codespace-name ``` -For more information, see "[Deep dive into Codespaces](/codespaces/getting-started/deep-dive#closing-or-stopping-your-codespace)." +For more information, see "[Deep dive into {% data variables.product.prodname_github_codespaces %}](/codespaces/getting-started/deep-dive#closing-or-stopping-your-codespace)." ### Delete a codespace @@ -201,4 +201,4 @@ You can see the creation log for a codespace. After entering this command you wi gh codespace logs -c codespace-name ``` -For more information about the creation log, see "[Codespaces logs](/codespaces/troubleshooting/codespaces-logs#creation-logs)." +For more information about the creation log, see "[{% data variables.product.prodname_github_codespaces %} logs](/codespaces/troubleshooting/github-codespaces-logs#creation-logs)." diff --git a/content/codespaces/getting-started/deep-dive.md b/content/codespaces/getting-started/deep-dive.md index d736f58e82..899f5907e4 100644 --- a/content/codespaces/getting-started/deep-dive.md +++ b/content/codespaces/getting-started/deep-dive.md @@ -54,7 +54,7 @@ Once you are connected to your codespace, your automated setup may continue to b If you want to use Git hooks in your codespace, set up hooks using the [`devcontainer.json` lifecycle scripts](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_lifecycle-scripts), such as `postCreateCommand`. For more information, see the [`devcontainer.json` reference](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_devcontainerjson-properties) in the {% data variables.product.prodname_vscode_shortname %} documentation. -If you have a public dotfiles repository for {% data variables.product.prodname_github_codespaces %}, you can enable it for use with new codespaces. When enabled, your dotfiles will be cloned to the container and the install script will be invoked. For more information, see "[Personalizing {% data variables.product.prodname_codespaces %} for your account](/github/developing-online-with-codespaces/personalizing-codespaces-for-your-account#dotfiles)." +If you have a public dotfiles repository for {% data variables.product.prodname_github_codespaces %}, you can enable it for use with new codespaces. When enabled, your dotfiles will be cloned to the container and the install script will be invoked. For more information, see "[Personalizing {% data variables.product.prodname_github_codespaces %} for your account](/github/developing-online-with-codespaces/personalizing-github-codespaces-for-your-account#dotfiles)." Finally, the entire history of the repository is copied down with a full clone. diff --git a/content/codespaces/getting-started/quickstart.md b/content/codespaces/getting-started/quickstart.md index 6f514f4e8b..1c6dfc066d 100644 --- a/content/codespaces/getting-started/quickstart.md +++ b/content/codespaces/getting-started/quickstart.md @@ -19,7 +19,7 @@ In this guide, you'll create a codespace from a [template repository](https://gi From this quickstart, you will learn how to create a codespace, connect to a forwarded port to view your running application, use version control in a codespace, and personalize your setup with extensions. -For more information on exactly how {% data variables.product.prodname_github_codespaces %} works, see the companion guide "[Deep dive into {% data variables.product.prodname_codespaces %}](/codespaces/getting-started/deep-dive)." +For more information on exactly how {% data variables.product.prodname_github_codespaces %} works, see the companion guide "[Deep dive into {% data variables.product.prodname_github_codespaces %}](/codespaces/getting-started/deep-dive)." ## Creating your codespace diff --git a/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization.md b/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization.md index 484e516007..1d29b756d6 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization.md +++ b/content/codespaces/managing-codespaces-for-your-organization/managing-billing-for-github-codespaces-in-your-organization.md @@ -29,9 +29,9 @@ To learn about pricing for {% data variables.product.prodname_github_codespaces You can set a usage limit for the codespaces in your organization or repository. This limit is applied to the compute and storage usage for {% data variables.product.prodname_github_codespaces %}: -- **Compute minutes:** Compute usage is calculated by the actual number of minutes used by all {% data variables.product.prodname_codespaces %} instances while they are active. These totals are reported to the billing service daily, and is billed monthly. You can set a spending limit for {% data variables.product.prodname_codespaces %} usage in your organization. For more information, see "[Managing spending limits for Codespaces](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces)." +- **Compute minutes:** Compute usage is calculated by the actual number of minutes used by all {% data variables.product.prodname_codespaces %} instances while they are active. These totals are reported to the billing service daily, and is billed monthly. You can set a spending limit for {% data variables.product.prodname_codespaces %} usage in your organization. For more information, see "[Managing spending limits for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces)." -- **Storage usage:** For {% data variables.product.prodname_codespaces %} billing purposes, this includes all storage used by all codespaces in your account. This includes all used by the codespaces, such as cloned repositories, configuration files, and extensions, among others. These totals are reported to the billing service daily, and is billed monthly. At the end of the month, {% data variables.product.prodname_dotcom %} rounds your storage to the nearest MB. To check how many compute minutes and storage GB have been used by {% data variables.product.prodname_codespaces %}, see "[Viewing your Codespaces usage"](/billing/managing-billing-for-github-codespaces/viewing-your-codespaces-usage)." +- **Storage usage:** For {% data variables.product.prodname_codespaces %} billing purposes, this includes all storage used by all codespaces in your account. This includes all used by the codespaces, such as cloned repositories, configuration files, and extensions, among others. These totals are reported to the billing service daily, and is billed monthly. At the end of the month, {% data variables.product.prodname_dotcom %} rounds your storage to the nearest MB. To check how many compute minutes and storage GB have been used by {% data variables.product.prodname_codespaces %}, see "[Viewing your {% data variables.product.prodname_github_codespaces %} usage"](/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage)." ## Disabling or limiting {% data variables.product.prodname_codespaces %} diff --git a/content/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types.md b/content/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types.md index e17fb71012..87c0759571 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types.md +++ b/content/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types.md @@ -14,7 +14,7 @@ topics: ## Overview -Typically, when you create a codespace you are offered a choice of specifications for the machine that will run your codespace. You can choose the machine type that best suits your needs. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)." If you pay for using {% data variables.product.prodname_github_codespaces %} then your choice of machine type will affect how much your are billed. For more information about pricing, see "[About billing for Codespaces](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces)." +Typically, when you create a codespace you are offered a choice of specifications for the machine that will run your codespace. You can choose the machine type that best suits your needs. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)." If you pay for using {% data variables.product.prodname_github_codespaces %} then your choice of machine type will affect how much your are billed. For more information about pricing, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)." As an organization owner, you may want to configure constraints on the types of machine that are available. For example, if the work in your organization doesn't require significant compute power or storage space, you can remove the highly resourced machines from the list of options that people can choose from. You do this by defining one or more policies in the {% data variables.product.prodname_codespaces %} settings for your organization. @@ -76,4 +76,4 @@ You can edit an existing policy. For example, you may want to add or remove cons ## Further reading -- "[Managing spending limits for Codespaces](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces)" +- "[Managing spending limits for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces)" diff --git a/content/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period.md b/content/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period.md index a9872a077d..9bde5042e8 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period.md +++ b/content/codespaces/managing-codespaces-for-your-organization/restricting-the-idle-timeout-period.md @@ -16,7 +16,7 @@ topics: By default, codespaces time out after 30 minutes of inactivity. When a codespace times out it is stopped and will no longer incur charges for compute usage. -The personal settings of a {% data variables.product.prodname_dotcom %} user allow them to define their own timeout period for codespaces they create. This may be longer than the default 30-minute period. For more information, see "[Setting your timeout period for Codespaces](/codespaces/customizing-your-codespace/setting-your-timeout-period-for-codespaces)." +The personal settings of a {% data variables.product.prodname_dotcom %} user allow them to define their own timeout period for codespaces they create. This may be longer than the default 30-minute period. For more information, see "[Setting your timeout period for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-timeout-period-for-github-codespaces)." As an organization owner, you may want to configure constraints on the maximum idle timeout period for codespaces created for repositories owned by your organization. This can help you to limit costs associated with codespaces that are left to timeout after long periods of inactivity. You can set a maximum timeout for the codespaces for all repositories owned by your organization, or for the codespaces of specific repositories. @@ -26,7 +26,7 @@ As an organization owner, you may want to configure constraints on the maximum i {% endnote %} -For more information about pricing for {% data variables.product.prodname_github_codespaces %} compute usage, see "[About billing for Codespaces](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#codespaces-pricing)." +For more information about pricing for {% data variables.product.prodname_github_codespaces %} compute usage, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#codespaces-pricing)." ### Behavior when you set a maximum idle timeout constraint diff --git a/content/codespaces/managing-codespaces-for-your-organization/restricting-the-retention-period-for-codespaces.md b/content/codespaces/managing-codespaces-for-your-organization/restricting-the-retention-period-for-codespaces.md index 170fc6ed18..9627e7e364 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/restricting-the-retention-period-for-codespaces.md +++ b/content/codespaces/managing-codespaces-for-your-organization/restricting-the-retention-period-for-codespaces.md @@ -18,7 +18,7 @@ topics: Everyone who has access to {% data variables.product.prodname_github_codespaces %} can configure a retention period for the codespaces they create. The initial setting for this retention period is 30 days. Individual users can set this period within the range 0-30 days. For more information, see "[Configuring automatic deletion of your codespaces](/codespaces/customizing-your-codespace/configuring-automatic-deletion-of-your-codespaces)." -As an organization owner, you may want to configure constraints on the maximum retention period for codespaces created for the repositories owned by your organization. This can help you to limit the storage costs associated with codespaces that are stopped and then left unused until they are automatically deleted. For more information about storage charges, see "[About billing for Codespaces](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#codespaces-pricing)." You can set a maximum retention period for all, or for specific, repositories owned by your organization. +As an organization owner, you may want to configure constraints on the maximum retention period for codespaces created for the repositories owned by your organization. This can help you to limit the storage costs associated with codespaces that are stopped and then left unused until they are automatically deleted. For more information about storage charges, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#codespaces-pricing)." You can set a maximum retention period for all, or for specific, repositories owned by your organization. ### Setting organization-wide and repository-specific policies diff --git a/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-github-codespaces.md b/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-github-codespaces.md index 9492d254c8..c187e32f3e 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-github-codespaces.md +++ b/content/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-github-codespaces.md @@ -25,4 +25,4 @@ The audit log includes details such as who performed the action, what the action ## Further reading -- "[Reviewing your security logs for {% data variables.product.prodname_codespaces %}](/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-codespaces)" +- "[Reviewing your security logs for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces)" diff --git a/content/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces.md b/content/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces.md index c35f482393..2bfda78214 100644 --- a/content/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces.md @@ -84,4 +84,4 @@ You can update the value of an existing secret, and you can change which reposit ## Further reading -- "[Managing encrypted secrets for your repository and organization for {% data variables.product.prodname_codespaces %}](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces)" +- "[Managing encrypted secrets for your repository and organization for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces)" diff --git a/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md b/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md index dd92201b4b..7843fa83d4 100644 --- a/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md @@ -16,7 +16,7 @@ redirect_from: ## Overview -By default, your codespace is assigned a token scoped to the repository from which it was created. For more information, see "[Security in {% data variables.product.prodname_codespaces %}](/codespaces/codespaces-reference/security-in-codespaces#authentication)." If your project needs additional permissions for other repositories, you can configure this in the `devcontainer.json` file and ensure other collaborators have the right set of permissions. +By default, your codespace is assigned a token scoped to the repository from which it was created. For more information, see "[Security in {% data variables.product.prodname_github_codespaces %}](/codespaces/codespaces-reference/security-in-github-codespaces#authentication)." If your project needs additional permissions for other repositories, you can configure this in the `devcontainer.json` file and ensure other collaborators have the right set of permissions. When permissions are listed in the `devcontainer.json` file, you will be prompted to review and authorize the additional permissions as part of codespace creation for that repository. Once you've authorized the listed permissions, {% data variables.product.prodname_github_codespaces %} will remember your choice and will not prompt you for authorization unless the permissions in the `devcontainer.json` file change. diff --git a/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces.md b/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces.md index 69a9d018eb..af7726df84 100644 --- a/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces.md +++ b/content/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces.md @@ -26,4 +26,4 @@ The security log includes details on what action occurred and when you performed ## Further reading -- "[Reviewing your organization's audit logs for {% data variables.product.prodname_codespaces %}](/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-codespaces)" +- "[Reviewing your organization's audit logs for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-codespaces-for-your-organization/reviewing-your-organizations-audit-logs-for-github-codespaces)" diff --git a/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md b/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md index f709aca80a..061baf437b 100644 --- a/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md +++ b/content/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds.md @@ -30,7 +30,7 @@ When prebuilds are available for a particular branch of a repository, and for yo ## About billing for {% data variables.product.prodname_codespaces %} prebuilds -{% data reusables.codespaces.billing-for-prebuilds %} For details of {% data variables.product.prodname_codespaces %} storage pricing, see "[About billing for {% data variables.product.prodname_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces)." +{% data reusables.codespaces.billing-for-prebuilds %} For details of {% data variables.product.prodname_codespaces %} storage pricing, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)." Use of codespaces created using prebuilds is charged at the same rate as regular codespaces. diff --git a/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md b/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md index b7ff7b318d..f234e94605 100644 --- a/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md +++ b/content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md @@ -24,7 +24,7 @@ Typically, when you configure prebuilds for a branch, prebuilds will be availabl ## Prerequisites Before you can configure prebuilds for your project the following must be true: -* {% data variables.product.prodname_github_codespaces %} must be enabled for your organization. For more information, see "[Enabling {% data variables.product.prodname_codespaces %} for your organization](/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization)." +* {% data variables.product.prodname_github_codespaces %} must be enabled for your organization. For more information, see "[Enabling {% data variables.product.prodname_github_codespaces %} for your organization](/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization)." * {% data variables.product.prodname_actions %} must be enabled for your repository. Each prebuild configuration needs to be able to trigger an associated Actions workflow. For more information, see "[Managing {% data variables.product.prodname_actions %} settings for a repository](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository)." ## Configuring a prebuild @@ -61,14 +61,14 @@ Before you can configure prebuilds for your project the following must be true: {% note %} **Notes**: - * The prebuild template for each region will incur individual charges. You should, therefore, only enable prebuilds for regions in which you know they'll be used. For more information, see "[About {% data variables.product.prodname_codespaces %} prebuilds](/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds#about-billing-for-codespaces-prebuilds)." - * Developers can set their default region for {% data variables.product.prodname_codespaces %}, which can allow you to enable prebuilds for fewer regions. For more information, see "[Setting your default region for {% data variables.product.prodname_codespaces %}](/codespaces/customizing-your-codespace/setting-your-default-region-for-codespaces)." + * The prebuild template for each region will incur individual charges. You should, therefore, only enable prebuilds for regions in which you know they'll be used. For more information, see "[About {% data variables.product.prodname_github_codespaces %} prebuilds](/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds#about-billing-for-github-codespaces-prebuilds)." + * Developers can set their default region for {% data variables.product.prodname_codespaces %}, which can allow you to enable prebuilds for fewer regions. For more information, see "[Setting your default region for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces)." {% endnote %} 1. Set the number of prebuild template versions to be retained. You can input any number between 1 and 5. The default number of saved versions is 2, which means that only the latest template version and the previous version are saved. - Depending on your prebuild trigger settings, your prebuild template could change with each push or on each dev container configuration change. Retaining older versions of prebuild templates enables you to create a prebuild from an older commit with a different dev container configuration than the current prebuild template. Since there is a storage cost associated with retaining prebuild template versions, you can choose the number of versions to be retained based on the needs of your team. For more information on billing, see "[About billing for {% data variables.product.prodname_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#codespaces-pricing)." + Depending on your prebuild trigger settings, your prebuild template could change with each push or on each dev container configuration change. Retaining older versions of prebuild templates enables you to create a prebuild from an older commit with a different dev container configuration than the current prebuild template. Since there is a storage cost associated with retaining prebuild template versions, you can choose the number of versions to be retained based on the needs of your team. For more information on billing, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#codespaces-pricing)." If you set the number of prebuild template versions to save to 1, {% data variables.product.prodname_codespaces %} will only save the latest version of the prebuild template and will delete the older version each time the template is updated. This means you will not get a prebuilt codespace if you go back to an older dev container configuration. diff --git a/content/codespaces/prebuilding-your-codespaces/managing-prebuilds.md b/content/codespaces/prebuilding-your-codespaces/managing-prebuilds.md index fe90cebbbc..f2e4d810ec 100644 --- a/content/codespaces/prebuilding-your-codespaces/managing-prebuilds.md +++ b/content/codespaces/prebuilding-your-codespaces/managing-prebuilds.md @@ -115,7 +115,7 @@ By default, the {% data variables.product.prodname_actions %} workflow for a pre {% endif %} 1. Copy the token string. You will assign this to a {% data variables.product.prodname_codespaces %} repository secret. 1. Sign back into the account that has admin access to the repository. -1. In the repository for which you want to create {% data variables.product.prodname_codespaces %} prebuilds, create a new {% data variables.product.prodname_codespaces %} repository secret called `CODESPACES_PREBUILD_TOKEN`, giving it the value of the token you created and copied. For more information, see "[Managing encrypted secrets for your repository and organization for {% data variables.product.prodname_codespaces %}](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-codespaces#adding-secrets-for-a-repository)." +1. In the repository for which you want to create {% data variables.product.prodname_codespaces %} prebuilds, create a new {% data variables.product.prodname_codespaces %} repository secret called `CODESPACES_PREBUILD_TOKEN`, giving it the value of the token you created and copied. For more information, see "[Managing encrypted secrets for your repository and organization for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces#adding-secrets-for-a-repository)." The PAT will be used for all subsequent prebuild templates created for your repository. Unlike other {% data variables.product.prodname_codespaces %} repository secrets, the `CODESPACES_PREBUILD_TOKEN` secret is only used for prebuilding and will not be available to use in codespaces created from your repository. 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 54f70c4763..04b6b16f65 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 @@ -53,7 +53,7 @@ For information about how to choose your preferred dev container configuration w It's useful to think of the `devcontainer.json` file as providing "customization" rather than "personalization." You should only include things that everyone working on your codebase needs as standard elements of the development environment, not things that are personal preferences. Things like linters are good to standardize on, and to require everyone to have installed, so they're good to include in your `devcontainer.json` file. Things like user interface decorators or themes are personal choices that should not be put in the `devcontainer.json` file. -You can personalize your codespaces by using dotfiles and Settings Sync. For more information, see "[Personalizing Codespaces for your account](/codespaces/customizing-your-codespace/personalizing-codespaces-for-your-account)." +You can personalize your codespaces by using dotfiles and Settings Sync. For more information, see "[Personalizing {% data variables.product.prodname_github_codespaces %} for your account](/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account)." ### Dockerfile diff --git a/content/codespaces/troubleshooting/troubleshooting-prebuilds.md b/content/codespaces/troubleshooting/troubleshooting-prebuilds.md index 5ce170c9c0..62ba464b82 100644 --- a/content/codespaces/troubleshooting/troubleshooting-prebuilds.md +++ b/content/codespaces/troubleshooting/troubleshooting-prebuilds.md @@ -24,7 +24,7 @@ If you have your {% data variables.product.prodname_codespaces %} editor prefere ![The 'prebuilt codespace found' message](/assets/images/help/codespaces/prebuilt-codespace-found.png) -Similarly, if your editor preference is "{% data variables.product.prodname_vscode_shortname %}" then the integrated terminal will contain the message "You are on a prebuilt codespace defined by the prebuild configuration for your repository" when you create a new codespace. For more information, see "[Setting your default editor for Codespaces](/codespaces/customizing-your-codespace/setting-your-default-editor-for-codespaces)." +Similarly, if your editor preference is "{% data variables.product.prodname_vscode_shortname %}" then the integrated terminal will contain the message "You are on a prebuilt codespace defined by the prebuild configuration for your repository" when you create a new codespace. For more information, see "[Setting your default editor for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces)." After you have created a codespace you can check whether it was created from a prebuild by running the following {% data variables.product.prodname_cli %} command in the terminal: diff --git a/content/codespaces/troubleshooting/working-with-support-for-github-codespaces.md b/content/codespaces/troubleshooting/working-with-support-for-github-codespaces.md index 16ec96d21f..42b9c218ea 100644 --- a/content/codespaces/troubleshooting/working-with-support-for-github-codespaces.md +++ b/content/codespaces/troubleshooting/working-with-support-for-github-codespaces.md @@ -13,7 +13,7 @@ redirect_from: - /codespaces/troubleshooting/working-with-support-for-codespaces --- -Before support can help you with problems with codespaces, you need to know the name of the codespace and its codespaces ID (identifier). In addition, support may ask you to share some logs with them. For more information, see "[Codespaces logs](/codespaces/troubleshooting/codespaces-logs)" and "[About GitHub Support](/github/working-with-github-support/about-github-support)." +Before support can help you with problems with codespaces, you need to know the name of the codespace and its codespaces ID (identifier). In addition, support may ask you to share some logs with them. For more information, see "[{% data variables.product.prodname_github_codespaces %} logs](/codespaces/troubleshooting/github-codespaces-logs)" and "[About GitHub Support](/github/working-with-github-support/about-github-support)." ### Codespace names @@ -25,7 +25,7 @@ To find the name of a codespace: - If you cannot open a codespace, you can access the name in {% data variables.product.product_name %} on https://github.com/codespaces. The name is shown in a pop-up when you hover over the **Open in browser** option on https://github.com/codespaces. ![Codespace name shown on hover over](/assets/images/help/codespaces/find-codespace-name-github.png) -The name the codespace is also included in many of the log files. For example, in the codespace logs as the value of `friendlyName`, in the {% data variables.product.prodname_github_codespaces %} extension log after `making GET request for`, and in the browser console log after `clientUrl`. For more information, see "[Codespaces logs](/codespaces/troubleshooting/codespaces-logs)." +The name the codespace is also included in many of the log files. For example, in the codespace logs as the value of `friendlyName`, in the {% data variables.product.prodname_github_codespaces %} extension log after `making GET request for`, and in the browser console log after `clientUrl`. For more information, see "[{% data variables.product.prodname_github_codespaces %} logs](/codespaces/troubleshooting/github-codespaces-logs)." ### Codespaces IDs diff --git a/content/developers/apps/building-oauth-apps/scopes-for-oauth-apps.md b/content/developers/apps/building-oauth-apps/scopes-for-oauth-apps.md index 3a6ddf8b1e..a3d1695958 100644 --- a/content/developers/apps/building-oauth-apps/scopes-for-oauth-apps.md +++ b/content/developers/apps/building-oauth-apps/scopes-for-oauth-apps.md @@ -75,7 +75,7 @@ Name | Description **`admin:gpg_key`** | Fully manage GPG keys.  `write:gpg_key`| Create, list, and view details for GPG keys.  `read:gpg_key`| List and view details for GPG keys.{% ifversion fpt or ghec %} -**`codespace`** | Grants the ability to create and manage codespaces. Codespaces can expose a GITHUB_TOKEN which may have a different set of scopes. For more information, see "[Security in Codespaces](/codespaces/codespaces-reference/security-in-codespaces#authentication)."{% endif %} +**`codespace`** | Grants the ability to create and manage codespaces. Codespaces can expose a GITHUB_TOKEN which may have a different set of scopes. For more information, see "[Security in {% data variables.product.prodname_github_codespaces %}](/codespaces/codespaces-reference/security-in-github-codespaces#authentication)."{% endif %} **`workflow`** | Grants the ability to add and update {% data variables.product.prodname_actions %} workflow files. Workflow files can be committed without this scope if the same file (with both the same path and contents) exists on another branch in the same repository. Workflow files can expose `GITHUB_TOKEN` which may have a different set of scopes. For more information, see "[Authentication in a workflow](/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token)." {% note %} diff --git a/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md b/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md index 0b7efdceb5..1f3cd3f358 100644 --- a/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/using-github-codespaces-with-github-classroom.md @@ -35,7 +35,7 @@ After you have confirmation that you are a verified teacher, visit [{% data vari If you are eligible for the {% data variables.product.prodname_codespaces %} Education benefit, when you enable {% data variables.product.prodname_codespaces %} in {% data variables.product.prodname_classroom %} for your organization, GitHub automatically adds a Codespace policy to restrict machine types for all codespaces in the organization to 2 core machines. This helps you make the most of the free {% data variables.product.prodname_codespaces %} usage. However, you can change or remove these policies in your organization settings. For more information, see "[Restricting access to machine types](/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types)." -When the {% data variables.product.prodname_codespaces %} Education benefit moves out of beta, if your organization exceeds their free allowance for {% data variables.product.prodname_codespaces %} usage, your organization will be billed for additional usage. For more information, see "[About billing for {% data variables.product.prodname_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces#about-billing-for-codespaces)." +When the {% data variables.product.prodname_codespaces %} Education benefit moves out of beta, if your organization exceeds their free allowance for {% data variables.product.prodname_codespaces %} usage, your organization will be billed for additional usage. For more information, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#about-billing-for-codespaces)." ## Enabling {% data variables.product.prodname_codespaces %} for your organization diff --git a/content/get-started/learning-about-github/githubs-products.md b/content/get-started/learning-about-github/githubs-products.md index 5a2e4c03f5..9318b6ec85 100644 --- a/content/get-started/learning-about-github/githubs-products.md +++ b/content/get-started/learning-about-github/githubs-products.md @@ -83,7 +83,7 @@ In addition to the features available with {% data variables.product.prodname_fr - Repository insights graphs: Pulse, contributors, traffic, commits, code frequency, network, and forks {%- ifversion fpt or ghec %} - The option to enable {% data variables.product.prodname_github_codespaces %} - - Organization owners can enable {% data variables.product.prodname_github_codespaces %} for the organization by setting a spending limit and granting user permissions for members of their organization. For more information, see "[Enabling Codespaces for your organization](/codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization)." + - Organization owners can enable {% data variables.product.prodname_github_codespaces %} for the organization by setting a spending limit and granting user permissions for members of their organization. For more information, see "[Enabling {% data variables.product.prodname_github_codespaces %} for your organization](/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization)." {%- endif %} {% data variables.product.company_short %} bills for {% data variables.product.prodname_team %} on a per-user basis. For more information, see "[About per-user pricing]({% ifversion not fpt %}/free-pro-team@latest{% endif %}/billing/managing-billing-for-your-github-account/about-per-user-pricing){% ifversion fpt %}."{% else %}" in the Free, Pro, & Team documentation.{% endif %} diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request.md index 215350b1f3..1697f75024 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request.md @@ -162,7 +162,7 @@ gh pr create --web ![GitHub pull request side bar](/assets/images/help/codespaces/codespaces-commit-pr.png) 1. Click **Create**. -For more information on creating pull requests in {% data variables.product.prodname_github_codespaces %}, see "[Using Codespaces for pull requests](/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests)." +For more information on creating pull requests in {% data variables.product.prodname_github_codespaces %}, see "[Using {% data variables.product.prodname_github_codespaces %} for pull requests](/codespaces/developing-in-codespaces/using-github-codespaces-for-pull-requests)." {% endcodespaces %} diff --git a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md index c5387092a9..952b8ab379 100644 --- a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md @@ -57,7 +57,7 @@ You can use [{% data variables.product.prodname_github_codespaces %}](/codespace {% data reusables.codespaces.review-pr %} -For more information on reviewing pull requests in {% data variables.product.prodname_codespaces %}, see "[Using Codespaces for pull requests](/codespaces/developing-in-codespaces/using-codespaces-for-pull-requests)." +For more information on reviewing pull requests in {% data variables.product.prodname_codespaces %}, see "[Using {% data variables.product.prodname_github_codespaces %} for pull requests](/codespaces/developing-in-codespaces/using-github-codespaces-for-pull-requests)." {% endcodespaces %} {% endif %} diff --git a/data/reusables/codespaces/codespaces-machine-types.md b/data/reusables/codespaces/codespaces-machine-types.md index a5c34156aa..09cd10537a 100644 --- a/data/reusables/codespaces/codespaces-machine-types.md +++ b/data/reusables/codespaces/codespaces-machine-types.md @@ -1,3 +1,3 @@ -Typically, you can run your codespace on a choice of remote machine, from 2 cores to 32 cores. Each of these has a different level of resources and a different billing tier. For information, see "[About billing for Codespaces](/github/developing-online-with-codespaces/about-billing-for-codespaces)." +Typically, you can run your codespace on a choice of remote machine, from 2 cores to 32 cores. Each of these has a different level of resources and a different billing tier. For information, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/about-billing-for-github-codespaces)." By default the machine type with the lowest valid resources is used when you create a codespace. diff --git a/data/reusables/codespaces/links-to-get-started.md b/data/reusables/codespaces/links-to-get-started.md index 5448b6204f..d4e5abc125 100644 --- a/data/reusables/codespaces/links-to-get-started.md +++ b/data/reusables/codespaces/links-to-get-started.md @@ -1 +1 @@ -To get started with {% data variables.product.prodname_codespaces %}, see "[Quickstart for {% data variables.product.prodname_codespaces %}](/codespaces/getting-started/quickstart)." To learn more about how {% data variables.product.prodname_codespaces %} works, see "[Deep dive into Codespaces](/codespaces/getting-started/deep-dive)." +To get started with {% data variables.product.prodname_codespaces %}, see "[Quickstart for {% data variables.product.prodname_github_codespaces %}](/codespaces/getting-started/quickstart)." To learn more about how {% data variables.product.prodname_codespaces %} works, see "[Deep dive into {% data variables.product.prodname_github_codespaces %}](/codespaces/getting-started/deep-dive)." diff --git a/data/reusables/codespaces/prebuilds-crossreference.md b/data/reusables/codespaces/prebuilds-crossreference.md index a6d82dba27..68d9b051fd 100644 --- a/data/reusables/codespaces/prebuilds-crossreference.md +++ b/data/reusables/codespaces/prebuilds-crossreference.md @@ -1 +1 @@ -To speed up codespace creation, repository administrators can enable {% data variables.product.prodname_codespaces %} prebuilds for a repository. For more information, see "[About {% data variables.product.prodname_codespaces %} prebuilds](/codespaces/prebuilding-your-codespaces/about-codespaces-prebuilds)." +To speed up codespace creation, repository administrators can enable {% data variables.product.prodname_codespaces %} prebuilds for a repository. For more information, see "[About {% data variables.product.prodname_github_codespaces %} prebuilds](/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds)." From 6cf312b3aac770936e4c47003a4cc93366847aff Mon Sep 17 00:00:00 2001 From: hubwriter Date: Wed, 13 Jul 2022 13:41:19 +0000 Subject: [PATCH 74/78] Fix bad link --- .../personalizing-github-codespaces-for-your-account.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md index d7ec4f0494..d671801383 100644 --- a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md +++ b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md @@ -96,9 +96,9 @@ You can also personalize {% data variables.product.prodname_codespaces %} using - To set your default region, see "[Setting your default region for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-region-for-github-codespaces)." - To set your editor, see "[Setting your default editor for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-editor-for-github-codespaces)." -- To add encrypted secrets, see "[Managing encrypted secrets for {% data variables.product.prodname_githubcodespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-github-codespaces)." -- To enable GPG verification, see "[Managing GPG verification for {% data variables.product.prodname_githubcodespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-github-codespaces)." -- To allow your codespaces to access other repositories, see "[Managing access and security for {% data variables.product.prodname_githubcodespaces %}](/github/developing-online-with-codespaces/managing-access-and-security-for-github-codespaces)." +- To add encrypted secrets, see "[Managing encrypted secrets for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-github-codespaces)." +- To enable GPG verification, see "[Managing GPG verification for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-github-codespaces)." +- To allow your codespaces to access other repositories, see "[Managing access and security for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-access-and-security-for-github-codespaces)." ## Further reading From e0edd85b4f11c5de9cf88955364f71782e3c2094 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Wed, 13 Jul 2022 14:38:16 +0000 Subject: [PATCH 75/78] Fix more broken links --- .../about-commit-signature-verification.md | 2 +- .../disaster-recovery-for-github-codespaces.md | 2 +- .../personalizing-github-codespaces-for-your-account.md | 8 ++++---- .../developing-in-codespaces/developing-in-a-codespace.md | 2 +- content/codespaces/getting-started/deep-dive.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md b/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md index 8ce6025fb7..d3d7ca971f 100644 --- a/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md +++ b/content/authentication/managing-commit-signature-verification/about-commit-signature-verification.md @@ -57,7 +57,7 @@ Repository administrators can enforce required commit signing on a branch to blo {% ifversion ghes %}If a site administrator has enabled web commit signing, {% data variables.product.product_name %} will automatically use GPG to sign commits you make using the web interface. Commits signed by {% data variables.product.product_name %} will have a verified status. You can verify the signature locally using the public key available at `https://HOSTNAME/web-flow.gpg`. For more information, see "[Configuring web commit signing](/admin/configuration/configuring-your-enterprise/configuring-web-commit-signing)." {% else %}{% data variables.product.prodname_dotcom %} will automatically use GPG to sign commits you make using the web interface. Commits signed by {% data variables.product.prodname_dotcom %} will have a verified status. You can verify the signature locally using the public key available at https://github.com/web-flow.gpg. The full fingerprint of the key is `5DE3 E050 9C47 EA3C F04A 42D3 4AEE 18F8 3AFD EB23`. -You can optionally choose to have {% data variables.product.prodname_dotcom %} sign commits you make in {% data variables.product.prodname_github_codespaces %}. For more information about enabling GPG verification for your codespaces, see "[Managing GPG verification for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-github-codespaces)."{% endif %} +You can optionally choose to have {% data variables.product.prodname_dotcom %} sign commits you make in {% data variables.product.prodname_github_codespaces %}. For more information about enabling GPG verification for your codespaces, see "[Managing GPG verification for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces)."{% endif %} {% endif %} ## GPG commit signature verification 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 0ce0359cb3..b2470fd762 100644 --- a/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md +++ b/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md @@ -26,7 +26,7 @@ The following guidance provides options on how to handle service disruption to t ## Option 1: Create a new codespace in another region -In the case of a regional outage, we suggest you recreate your codespace in an unaffected region to continue working. This new codespace will have all of the changes as of your last push to {% data variables.product.prodname_dotcom %}. For information on manually setting another region, see "[Setting your default region for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-region-for-github-codespaces)." +In the case of a regional outage, we suggest you recreate your codespace in an unaffected region to continue working. This new codespace will have all of the changes as of your last push to {% data variables.product.prodname_dotcom %}. For information on manually setting another region, see "[Setting your default region for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces)." You can optimize recovery time by configuring a `devcontainer.json` in the project's repository, which allows you to define the tools, runtimes, frameworks, editor settings, extensions, and other configuration necessary to restore the development environment automatically. For more information, see "[Introduction to dev containers](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project)." diff --git a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md index d671801383..5fa62d7e95 100644 --- a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md +++ b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md @@ -94,11 +94,11 @@ If your codespace fails to pick up configuration settings from dotfiles, see "[T You can also personalize {% data variables.product.prodname_codespaces %} using additional [{% data variables.product.prodname_codespaces %} settings](https://github.com/settings/codespaces): -- To set your default region, see "[Setting your default region for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-region-for-github-codespaces)." -- To set your editor, see "[Setting your default editor for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-editor-for-github-codespaces)." -- To add encrypted secrets, see "[Managing encrypted secrets for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-encrypted-secrets-for-github-codespaces)." +- To set your default region, see "[Setting your default region for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces)." +- To set your editor, see "[Setting your default editor for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces)." +- To add encrypted secrets, see "[Managing encrypted secrets for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces)." - To enable GPG verification, see "[Managing GPG verification for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-github-codespaces)." -- To allow your codespaces to access other repositories, see "[Managing access and security for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-access-and-security-for-github-codespaces)." +- To allow your codespaces to access other repositories, see "[Managing repository access for your organization's codespaces](/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces)." ## Further reading diff --git a/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md b/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md index 6ab3e6c867..e341666a31 100644 --- a/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md +++ b/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md @@ -41,7 +41,7 @@ For more information on using {% data variables.product.prodname_vscode_shortnam ### Personalizing your codespace -{% data reusables.codespaces.about-personalization %} For more information, see "[Personalizing {% data variables.product.prodname_github_codespaces %} for your account](/codespaces/setting-up-your-codespace/personalizing-github-codespaces-for-your-account)." +{% data reusables.codespaces.about-personalization %} For more information, see "[Personalizing {% data variables.product.prodname_github_codespaces %} for your account](/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account)." {% data reusables.codespaces.apply-devcontainer-changes %} For more information, see "[Configuring {% data variables.product.prodname_codespaces %} for your project](/github/developing-online-with-codespaces/configuring-codespaces-for-your-project#apply-changes-to-your-configuration)." diff --git a/content/codespaces/getting-started/deep-dive.md b/content/codespaces/getting-started/deep-dive.md index 899f5907e4..8d93d23591 100644 --- a/content/codespaces/getting-started/deep-dive.md +++ b/content/codespaces/getting-started/deep-dive.md @@ -54,7 +54,7 @@ Once you are connected to your codespace, your automated setup may continue to b If you want to use Git hooks in your codespace, set up hooks using the [`devcontainer.json` lifecycle scripts](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_lifecycle-scripts), such as `postCreateCommand`. For more information, see the [`devcontainer.json` reference](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_devcontainerjson-properties) in the {% data variables.product.prodname_vscode_shortname %} documentation. -If you have a public dotfiles repository for {% data variables.product.prodname_github_codespaces %}, you can enable it for use with new codespaces. When enabled, your dotfiles will be cloned to the container and the install script will be invoked. For more information, see "[Personalizing {% data variables.product.prodname_github_codespaces %} for your account](/github/developing-online-with-codespaces/personalizing-github-codespaces-for-your-account#dotfiles)." +If you have a public dotfiles repository for {% data variables.product.prodname_github_codespaces %}, you can enable it for use with new codespaces. When enabled, your dotfiles will be cloned to the container and the install script will be invoked. For more information, see "[Personalizing {% data variables.product.prodname_github_codespaces %} for your account](/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#dotfiles)." Finally, the entire history of the repository is copied down with a full clone. From 898191d975a97d618e488df18fb5b7db7ea56fe6 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Wed, 13 Jul 2022 14:47:58 +0000 Subject: [PATCH 76/78] Fix final batch of broken links --- .../personalizing-github-codespaces-for-your-account.md | 2 +- .../using-github-codespaces-in-visual-studio-code.md | 2 +- data/reusables/codespaces/codespaces-machine-types.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md index 5fa62d7e95..77bd7be249 100644 --- a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md +++ b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md @@ -97,7 +97,7 @@ You can also personalize {% data variables.product.prodname_codespaces %} using - To set your default region, see "[Setting your default region for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-default-region-for-github-codespaces)." - To set your editor, see "[Setting your default editor for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces)." - To add encrypted secrets, see "[Managing encrypted secrets for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-codespaces-for-your-organization/managing-encrypted-secrets-for-your-repository-and-organization-for-github-codespaces)." -- To enable GPG verification, see "[Managing GPG verification for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/managing-gpg-verification-for-github-codespaces)." +- To enable GPG verification, see "[Managing GPG verification for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces)." - To allow your codespaces to access other repositories, see "[Managing repository access for your organization's codespaces](/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces)." ## Further reading diff --git a/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md index b57c1cf8c3..ede81ee663 100644 --- a/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md +++ b/content/codespaces/developing-in-codespaces/using-github-codespaces-in-visual-studio-code.md @@ -23,7 +23,7 @@ shortTitle: Visual Studio Code You can use your local install of {% data variables.product.prodname_vscode %} to create, manage, work in, and delete codespaces. To use {% data variables.product.prodname_github_codespaces %} in {% data variables.product.prodname_vscode_shortname %}, you need to install the {% data variables.product.prodname_codespaces %} extension. For more information on setting up Codespaces in {% data variables.product.prodname_vscode_shortname %}, see "[Prerequisites](#prerequisites)." -By default, if you create a new codespace on {% data variables.product.prodname_dotcom_the_website %}, it will open in the browser. If you would prefer to open any new codespaces in {% data variables.product.prodname_vscode_shortname %} automatically, you can set your default editor to be {% data variables.product.prodname_vscode_shortname %}. For more information, see "[Setting your default editor for {% data variables.product.prodname_github_codespaces %}](/codespaces/managing-your-codespaces/setting-your-default-editor-for-github-codespaces)." +By default, if you create a new codespace on {% data variables.product.prodname_dotcom_the_website %}, it will open in the browser. If you would prefer to open any new codespaces in {% data variables.product.prodname_vscode_shortname %} automatically, you can set your default editor to be {% data variables.product.prodname_vscode_shortname %}. For more information, see "[Setting your default editor for {% data variables.product.prodname_github_codespaces %}](/codespaces/customizing-your-codespace/setting-your-default-editor-for-github-codespaces)." If you prefer to work in the browser, but want to continue using your existing {% data variables.product.prodname_vscode_shortname %} extensions, themes, and shortcuts, you can turn on Settings Sync. For more information, see "[Personalizing {% data variables.product.prodname_github_codespaces %} for your account](/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#settings-sync)." diff --git a/data/reusables/codespaces/codespaces-machine-types.md b/data/reusables/codespaces/codespaces-machine-types.md index 09cd10537a..b63f7c00bb 100644 --- a/data/reusables/codespaces/codespaces-machine-types.md +++ b/data/reusables/codespaces/codespaces-machine-types.md @@ -1,3 +1,3 @@ -Typically, you can run your codespace on a choice of remote machine, from 2 cores to 32 cores. Each of these has a different level of resources and a different billing tier. For information, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/github/developing-online-with-codespaces/about-billing-for-github-codespaces)." +Typically, you can run your codespace on a choice of remote machine, from 2 cores to 32 cores. Each of these has a different level of resources and a different billing tier. For information, see "[About billing for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)." By default the machine type with the lowest valid resources is used when you create a codespace. From 3114fcf3d2e81f1e9504154ca24d8f2b21402a59 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Thu, 14 Jul 2022 12:28:13 +0200 Subject: [PATCH 77/78] fix toc in article --- .../using-github-codespaces-with-github-cli.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md index a13def9e17..6c67fe31bb 100644 --- a/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md +++ b/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md @@ -20,10 +20,6 @@ redirect_from: {% data reusables.cli.about-cli %} For more information, see "[About {% data variables.product.prodname_cli %}](/github-cli/github-cli/about-github-cli)." You can work with {% data variables.product.prodname_codespaces %} in the {% data variables.product.prodname_cli %} to: -- [About {% data variables.product.prodname_cli %}](#about--data-variablesproductprodname_cli-) -- [Installing {% data variables.product.prodname_cli %}](#installing--data-variablesproductprodname_cli-) -- [Using {% data variables.product.prodname_cli %}](#using--data-variablesproductprodname_cli-) -- [`gh` commands for {% data variables.product.prodname_github_codespaces %}](#gh-commands-for--data-variablesproductprodname_github_codespaces-) - [List all of your codespaces](#list-all-of-your-codespaces) - [Create a new codespace](#create-a-new-codespace) - [Stop a codespace](#stop-a-codespace) From 0b6fbf44a4f1bc066fa3ffaab6ae0889948cdcec Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Thu, 14 Jul 2022 12:35:55 +0200 Subject: [PATCH 78/78] fix toc --- .../using-github-codespaces-with-github-cli.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md b/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md index 6c67fe31bb..35cb1858c5 100644 --- a/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md +++ b/content/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli.md @@ -28,7 +28,6 @@ You can work with {% data variables.product.prodname_codespaces %} in the {% da - [Open a codespace in {% data variables.product.prodname_vscode %}](#open-a-codespace-in--data-variablesproductprodname_vscode-) - [Open a codespace in JupyterLab](#open-a-codespace-in-jupyterlab) - [Copy a file to/from a codespace](#copy-a-file-tofrom-a-codespace) - - [Examples](#examples) - [Modify ports in a codespace](#modify-ports-in-a-codespace) - [Access codespace logs](#access-codespace-logs)