Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove information about working collaboratively in a codespace #34507

Closed
wants to merge 3 commits into from
Closed
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
1 change: 0 additions & 1 deletion content/codespaces/developing-in-a-codespace/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ children:
- /creating-a-codespace-from-a-template
- /deleting-a-codespace
- /opening-an-existing-codespace
- /working-collaboratively-in-a-codespace
- /using-source-control-in-your-codespace
- /using-github-codespaces-for-pull-requests
- /stopping-and-starting-a-codespace
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion content/codespaces/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ includeGuides:
- /codespaces/developing-in-a-codespace/forwarding-ports-in-your-codespace
- /codespaces/developing-in-a-codespace/opening-an-existing-codespace
- /codespaces/developing-in-a-codespace/stopping-and-starting-a-codespace
- /codespaces/developing-in-a-codespace/working-collaboratively-in-a-codespace
- /codespaces/developing-in-a-codespace/using-github-codespaces-in-visual-studio-code
- /codespaces/developing-in-a-codespace/using-github-codespaces-in-your-jetbrains-ide
- /codespaces/developing-in-a-codespace/using-github-codespaces-with-github-cli
Expand Down
2 changes: 1 addition & 1 deletion content/codespaces/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Reasons for choosing to work in a codespace include:
* **Work anywhere** - All you need is a web browser. You can work in a codespace on your own computer, on a friend's laptop, or on a tablet. Open your codespace and pick up from where you left off on a different device.
* **Choose your editor** - Work in the browser in the {% data variables.product.prodname_vscode_shortname %} web client, or choose from a selection of desktop-based applications.
* **Work on multiple projects** - You can use multiple codespaces to work on separate projects, or on different branches of the same repository, compartmentalizing your work to avoid changes made for one piece of work accidentally affecting something else you're working on.
* **Pair program with a teammate** - If you work on a codespace in {% data variables.product.prodname_vscode_shortname %}, you can use Live Share to work collaboratively with other people on your team. For more information, see "[AUTOTITLE](/codespaces/developing-in-a-codespace/working-collaboratively-in-a-codespace)."
* **Pair program with a teammate** - If you work on a codespace in {% data variables.product.prodname_vscode_shortname %}, you can use Live Share to work collaboratively with other people on your team.
* **Publish your web app from a codespace** - Forward a port from your codespace and then share the URL, to allow teammates to try out the changes you've made to the application before you submit those changes in a pull request.
* **Try out a framework** - {% data variables.product.prodname_github_codespaces %} reduces the setup time when you want to learn a new framework. Just create a codespace from one of the [quickstart templates](https://github.com/codespaces/templates).

Expand Down
Loading