1
0
mirror of synced 2025-12-19 18:10:59 -05:00

October 28-30: GitHub Universe 2024 docs-internal megabranch (#52491)

Co-authored-by: isaacmbrown <isaacmbrown@github.com>
Co-authored-by: Hector Alfaro <hectorsector@github.com>
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Vanessa <vgrl@github.com>
Co-authored-by: Christopher Nguyen <91625426+nguyen-dows@users.noreply.github.com>
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
Co-authored-by: David Staheli <1767415+davidstaheli@users.noreply.github.com>
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
Co-authored-by: sunbrye <sunbrye@github.com>
Co-authored-by: Tim Rogers <timrogers@github.com>
Co-authored-by: Felix Guntrip <stevecat@github.com>
Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Jules Porter <jules-p@users.noreply.github.com>
Co-authored-by: Devraj Mehta <devm33@github.com>
Co-authored-by: Kate Studwell <katestud@github.com>
Co-authored-by: Katherine Oelsner <49968061+octokatherine@users.noreply.github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Tim Rogers <me@timrogers.co.uk>
Co-authored-by: Arfon Smith <arfon@users.noreply.github.com>
This commit is contained in:
Joe Clark
2024-10-29 08:40:06 -07:00
committed by GitHub
parent f6715cea12
commit 75f3cce197
373 changed files with 4548 additions and 877 deletions

View File

@@ -17,6 +17,12 @@ topics:
shortTitle: Create a codespace for a repo
---
{% ifversion ghec %}
{% data reusables.codespaces.data-residency-availability %}
{% endif %}
## About creating a codespace for a repository
{% data reusables.codespaces.ways-to-create-a-codespace %} Use the tabs in this article to display instructions for each of these ways of creating a codespace.

View File

@@ -14,6 +14,12 @@ redirect_from:
- /codespaces/developing-in-codespaces/creating-a-codespace-from-a-template
---
{% ifversion ghec %}
{% data reusables.codespaces.data-residency-availability %}
{% endif %}
## About templates for {% data variables.product.prodname_github_codespaces %}
If you're starting a new project, you can get started with development work quickly by creating a codespace from a template. You'll be able to work on your project in a cloud-based development environment, save your files in the cloud, and publish your work to a new remote repository that you can share with others or clone to your local machine.

View File

@@ -24,6 +24,12 @@ shortTitle: Develop in a codespace
## About development with {% data variables.product.prodname_github_codespaces %}
{% ifversion ghec %}
{% data reusables.codespaces.data-residency-availability %}
{% endif %}
You can develop code in a codespace using your choice of tool:
* A command shell, via an SSH connection initiated using {% data variables.product.prodname_cli %}

View File

@@ -29,3 +29,8 @@ redirect_from:
- /codespaces/developing-in-codespaces
---
{% ifversion ghec %}
{% data reusables.codespaces.data-residency-availability %}
{% endif %}

View File

@@ -14,6 +14,12 @@ redirect_from:
- /codespaces/developing-in-codespaces/opening-an-existing-codespace
---
{% ifversion ghec %}
{% data reusables.codespaces.data-residency-availability %}
{% endif %}
{% jetbrains_beta %}
{% data reusables.codespaces.codespaces-jetbrains-beta-note %}

View File

@@ -13,6 +13,12 @@ redirect_from:
- /codespaces/codespaces-quickstart
---
{% ifversion ghec %}
{% data reusables.codespaces.data-residency-availability %}
{% endif %}
## Introduction
In this guide, you'll create a codespace from a template repository and explore some of the essential features available to you within the codespace. You'll work in the browser version of {% data variables.product.prodname_vscode %}, which is initially the default editor for {% data variables.product.prodname_github_codespaces %}. After trying out this quickstart you can use {% data variables.product.prodname_codespaces %} in other editors, and you can change the default editor. Links are provided at the end of this guide.

View File

@@ -17,6 +17,12 @@ topics:
- Codespaces
---
{% ifversion ghec %}
{% data reusables.codespaces.data-residency-availability %}
{% endif %}
## 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_github_codespaces %} by committing configuration files to your repository (often known as Configuration-as-Code), which creates a repeatable codespace configuration for all users of your project. See "[AUTOTITLE](/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers)."

View File

@@ -13,11 +13,7 @@ redirect_from:
- /codespaces/developing-in-codespaces/web-based-editor
---
{% note %}
**Note:** The {% data variables.codespaces.serverless %} editor is currently in {% data variables.release-phases.public_preview %}. You can provide feedback [in our Discussions](https://github.com/community/community/discussions/categories/codespaces).
{% endnote %}
>[!NOTE] The {% data variables.codespaces.serverless %} editor is currently in {% data variables.release-phases.public_preview %}. You can provide feedback [in our Discussions](https://github.com/community/community/discussions/categories/codespaces).{% ifversion ghec %} Additionally, the {% data variables.codespaces.serverless %} editor is not available on subdomains of {% data variables.enterprise.data_residency_site %}, such as `octocorp.ghe.com`.{% endif %}
## About the {% data variables.codespaces.serverless %} editor

View File

@@ -10,6 +10,12 @@ topics:
shortTitle: Creation and deletion
---
{% ifversion ghec %}
{% data reusables.codespaces.data-residency-availability %}
{% endif %}
## Creating codespaces
### No access to create a codespace