You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/data-residency/feature-overview-for-github-enterprise-cloud-with-data-residency.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ The following features are currently unavailable on {% data variables.enterprise
20
20
21
21
| Feature | Details | More information |
22
22
| :- | :- | :- |
23
-
| {% data variables.product.prodname_github_codespaces %} | Currently unavailable. |[AUTOTITLE](/codespaces/quickstart)|
24
23
| macOS runners for {% data variables.product.prodname_actions %} | Currently unavailable. |[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)|
25
24
| Maven and Gradle support for {% data variables.product.prodname_registry %} | Currently unavailable. |[AUTOTITLE](/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry)|
26
25
| Repository traffic metrics | Currently unavailable through both the UI and REST API. |[AUTOTITLE](/repositories/viewing-activity-and-data-for-your-repository/viewing-traffic-to-a-repository)|
@@ -47,6 +46,7 @@ The following features are either specific to {% data variables.enterprise.data_
47
46
*[{% data variables.product.prodname_actions %} workflows from {% data variables.product.prodname_marketplace %}](#github-actions-workflows-from-github-marketplace)
48
47
*[Retirement of namespaces for actions accessed on {% data variables.product.prodname_dotcom_the_website %}](#retirement-of-namespaces-for-actions-accessed-on-githubcom)
49
48
*[GitHub Connect](#github-connect)
49
+
*[{% data variables.product.prodname_github_codespaces %}](#github-codespaces)
50
50
51
51
### API access
52
52
@@ -92,3 +92,11 @@ You can use {% data variables.product.prodname_github_connect %} to connect to {
92
92
* Automatic user license sync requires {% data variables.product.prodname_ghe_server %} version 3.15 or later.
93
93
94
94
To enable {% data variables.product.prodname_github_connect %}, you must configure your {% data variables.product.prodname_ghe_server %} instance to connect to your {% data variables.enterprise.data_residency_site %} subdomain. See [AUTOTITLE](/enterprise-server@latest/admin/configuring-settings/configuring-github-connect/enabling-github-connect-for-ghecom).
95
+
96
+
## Features in {% data variables.release-phases.public_preview %}
97
+
98
+
Some features on {% data variables.enterprise.data_residency_site %} are currently in {% data variables.release-phases.public_preview %}.
99
+
100
+
### {% data variables.product.prodname_github_codespaces %}
101
+
102
+
{% data variables.product.prodname_github_codespaces %} on {% data variables.enterprise.data_residency_site %} are in {% data variables.release-phases.public_preview %}.
Copy file name to clipboardExpand all lines: content/codespaces/about-codespaces/what-are-codespaces.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,6 @@ redirect_from:
13
13
- /codespaces/overview
14
14
---
15
15
16
-
{% ifversion ghec %}
17
-
18
-
{% data reusables.codespaces.data-residency-availability %}
19
-
20
-
{% endif %}
21
-
22
16
## Introduction
23
17
24
18
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).
Copy file name to clipboardExpand all lines: content/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,6 @@ topics:
17
17
shortTitle: Create a codespace for a repo
18
18
---
19
19
20
-
{% ifversion ghec %}
21
-
22
-
{% data reusables.codespaces.data-residency-availability %}
23
-
24
-
{% endif %}
25
-
26
20
## About creating a codespace for a repository
27
21
28
22
{% 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.
{% data reusables.codespaces.data-residency-availability %}
20
-
21
-
{% endif %}
22
-
23
-
## About templates for {% data variables.product.prodname_github_codespaces %}
17
+
# About templates for {% data variables.product.prodname_github_codespaces %}
24
18
25
19
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.
{% data reusables.codespaces.data-residency-availability %}
20
-
21
-
{% endif %}
22
-
23
17
You can reopen any of your active or stopped codespaces on {% data variables.product.github %}, in {% data variables.product.prodname_vscode %}, or by using {% data variables.product.prodname_cli %}. You can't reopen a codespace that has been deleted. See [AUTOTITLE](/codespaces/about-codespaces/understanding-the-codespace-lifecycle).
24
18
25
19
You can view all your codespaces on the "Your codespaces" page at [github.com/codespaces](https://github.com/codespaces). From this page, you can:
Copy file name to clipboardExpand all lines: content/codespaces/quickstart.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,6 @@ topics:
16
16
- Codespaces
17
17
---
18
18
19
-
{% ifversion ghec %}
20
-
21
-
{% data reusables.codespaces.data-residency-availability %}
22
-
23
-
{% endif %}
24
-
25
19
## Introduction
26
20
27
21
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.
0 commit comments