Skip to content

Commit

Permalink
Removes duplicate message at the top of some Codespaces articles (#30…
Browse files Browse the repository at this point in the history
…012)

* deletes permissions statement from front matter

* deletes permissions statement from "Access to GitHub Codespaces" section

* deletes permissions reusable from default environment doc

* deletes availability permissions doc from reusables directory

* deletes permissions from developing a codespace front matter
  • Loading branch information
jc-clark authored Aug 18, 2022
1 parent eda3c2d commit 46784c1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Creating a codespace
intro: You can create a codespace for a branch in a repository to develop online.
product: '{% data reusables.gated-features.codespaces %}'
permissions: '{% data reusables.codespaces.availability %}'
redirect_from:
- /github/developing-online-with-github-codespaces/creating-a-codespace
- /github/developing-online-with-codespaces/creating-a-codespace
Expand Down Expand Up @@ -45,8 +44,6 @@ If you want to use Git hooks for your codespace, then you should set up hooks us

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

{% data reusables.codespaces.availability %}

When you have access to {% data variables.product.prodname_github_codespaces %}, you'll see a "Codespaces" tab within the **{% octicon "code" aria-label="The code icon" %} Code** drop-down menu when you view a repository.

You'll have access to codespaces under the following conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Default environment variables for your codespace
shortTitle: Default environment variables
product: '{% data reusables.gated-features.codespaces %}'
permissions: '{% data reusables.codespaces.availability %}'
intro: '{% data variables.product.prodname_dotcom %} sets default environment variables for each codespace.'
versions:
fpt: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Developing in a codespace
intro: 'You can open a codespace on {% data variables.product.product_name %}, then develop using {% data variables.product.prodname_vscode %}''s features.'
product: '{% data reusables.gated-features.codespaces %}'
permissions: 'You can develop in codespaces you''ve created for repositories owned by organizations using {% data variables.product.prodname_team %} and {% data variables.product.prodname_ghe_cloud %}.'
redirect_from:
- /github/developing-online-with-github-codespaces/developing-in-a-codespace
- /github/developing-online-with-codespaces/developing-in-a-codespace
Expand Down
1 change: 0 additions & 1 deletion data/reusables/codespaces/availability.md

This file was deleted.

0 comments on commit 46784c1

Please sign in to comment.