Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ The following features are currently unavailable on {% data variables.enterprise

| Feature | Details | More information |
| :- | :- | :- |
| {% data variables.product.prodname_github_codespaces %} | Currently unavailable. | [AUTOTITLE](/codespaces/quickstart) |
| macOS runners for {% data variables.product.prodname_actions %} | Currently unavailable. | [AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners) |
| 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) |
| 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) |
Expand All @@ -47,6 +46,7 @@ The following features are either specific to {% data variables.enterprise.data_
* [{% data variables.product.prodname_actions %} workflows from {% data variables.product.prodname_marketplace %}](#github-actions-workflows-from-github-marketplace)
* [Retirement of namespaces for actions accessed on {% data variables.product.prodname_dotcom_the_website %}](#retirement-of-namespaces-for-actions-accessed-on-githubcom)
* [GitHub Connect](#github-connect)
* [{% data variables.product.prodname_github_codespaces %}](#github-codespaces)

### API access

Expand Down Expand Up @@ -92,3 +92,11 @@ You can use {% data variables.product.prodname_github_connect %} to connect to {
* Automatic user license sync requires {% data variables.product.prodname_ghe_server %} version 3.15 or later.

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).

## Features in {% data variables.release-phases.public_preview %}

Some features on {% data variables.enterprise.data_residency_site %} are currently in {% data variables.release-phases.public_preview %}.

### {% data variables.product.prodname_github_codespaces %}

{% data variables.product.prodname_github_codespaces %} on {% data variables.enterprise.data_residency_site %} are in {% data variables.release-phases.public_preview %}.
6 changes: 0 additions & 6 deletions content/codespaces/about-codespaces/what-are-codespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ redirect_from:
- /codespaces/overview
---

{% ifversion ghec %}

{% data reusables.codespaces.data-residency-availability %}

{% endif %}

## Introduction

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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ 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 %}
# 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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ 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 %}
Expand Down
6 changes: 0 additions & 6 deletions content/codespaces/developing-in-a-codespace/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,3 @@ children:
redirect_from:
- /codespaces/developing-in-codespaces
---

{% ifversion ghec %}

{% data reusables.codespaces.data-residency-availability %}

{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ redirect_from:
- /codespaces/developing-in-codespaces/opening-an-existing-codespace
---

{% ifversion ghec %}

{% data reusables.codespaces.data-residency-availability %}

{% endif %}

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).

You can view all your codespaces on the "Your codespaces" page at [github.com/codespaces](https://github.com/codespaces). From this page, you can:
Expand Down
6 changes: 0 additions & 6 deletions content/codespaces/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ topics:
- Codespaces
---

{% 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ topics:
shortTitle: Creation and deletion
---

{% ifversion ghec %}

{% data reusables.codespaces.data-residency-availability %}

{% endif %}

## Creating codespaces

### No access to create a codespace
Expand Down
1 change: 0 additions & 1 deletion data/reusables/codespaces/data-residency-availability.md

This file was deleted.