Skip to content

Commit d86d47b

Browse files
authored
Merge pull request #5995 from github/repo-sync
repo sync
2 parents 348f193 + 59ecc2d commit d86d47b

4 files changed

Lines changed: 3 additions & 72 deletions

File tree

content/codespaces/developing-in-codespaces/creating-a-codespace.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,5 @@ The environment of the codespace you create will be based on the repository's co
4747

4848
![New codespace button](/assets/images/help/codespaces/new-codespace-button.png)
4949

50-
Alternatively, to create a codespace using a Basic or Premium machine type:
51-
52-
* Click the ellipsis (**...**) to the right of this option.
53-
* Click **Create custom codespace**.
54-
![Custom codespace button](/assets/images/help/codespaces/custom-codespace-button.png)
55-
* Choose a machine type.
56-
![Machine type choice](/assets/images/help/codespaces/choose-custom-machine-type.png)
57-
* Click **Create codespace**.
58-
5950

6051

content/codespaces/getting-started-with-codespaces/getting-started-with-your-nodejs-project-in-codespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This guide shows you how to set up your JavaScript, Node.js, or TypeScript proje
3030

3131
When you create a codespace, your project is created on a remote VM that is dedicated to you. By default, the container for your codespace has many languages and runtimes including Node.js, JavaScript, Typescript, nvm, npm, and yarn. It also includes a common set of tools like git, wget, rsync, openssh, and nano.
3232

33-
You can customize your codespace by adjusting the amount of [vCPUs and RAM](/codespaces/working-with-your-codespace/changing-the-machine-type-for-your-codespace), [adding dotfiles to personalize your environment](/codespaces/setting-up-your-codespace/personalizing-codespaces-for-your-account), or by modifying the tools and scripts installed.
33+
You can customize your codespace by adjusting the amount of vCPUs and RAM], [adding dotfiles to personalize your environment](/codespaces/setting-up-your-codespace/personalizing-codespaces-for-your-account), or by modifying the tools and scripts installed.
3434

3535
{% data variables.product.prodname_codespaces %} uses a file called `devcontainer.json` to store configurations. On launch {% data variables.product.prodname_codespaces %} uses the file to install any tools, dependencies, or other set up that might be needed for the project. For more information, see "[Configuring Codespaces for your project](/codespaces/setting-up-your-codespace/configuring-codespaces-for-your-project)."
3636

content/codespaces/working-with-your-codespace/changing-the-machine-type-for-your-codespace.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

content/codespaces/working-with-your-codespace/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Working with your Codespace
3-
intro: 'You can use {% data variables.product.prodname_github_codespaces %} settings to manage information that your Codespace might need'
2+
title: Working with your codespace
3+
intro: 'You can use {% data variables.product.prodname_github_codespaces %} settings to manage information that your codespace might need'
44
product: '{% data reusables.gated-features.codespaces %}'
55
versions:
66
free-pro-team: '*'
@@ -10,8 +10,6 @@ topics:
1010

1111
{% data reusables.codespaces.release-stage %}
1212

13-
{% link_with_intro /changing-the-machine-type-for-your-codespace %}
14-
1513
{% link_with_intro /managing-encrypted-secrets-for-codespaces %}
1614

1715
{% link_with_intro /managing-access-and-security-for-codespaces %}

0 commit comments

Comments
 (0)