Skip to content

Commit dd3ed1d

Browse files
lecoursenjules-p
andauthored
Update some tables for accessibility (github#35324)
Co-authored-by: Jules <[email protected]>
1 parent 7ed2896 commit dd3ed1d

File tree

5 files changed

+28
-17
lines changed

5 files changed

+28
-17
lines changed

content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ A {% data variables.product.prodname_github_codespaces %} instance (a "codespace
7777
| Component | Machine type | Unit of measure | Included usage multiplier | Price |
7878
| ------------------- | ------------ | --------------- | ------------------------- | ----- |
7979
| Codespaces compute | 2 core | 1 hour | 2 | $0.18 |
80-
| | 4 core | 1 hour | 4 | $0.36 |
81-
| | 8 core | 1 hour | 8 | $0.72 |
82-
| | 16 core | 1 hour | 16 | $1.44 |
83-
| | 32 core | 1 hour | 32 | $2.88 |
84-
| Codespaces storage | Storage | 1 GB-month [1] | N/A | $0.07 |
80+
| Codespaces compute | 4 core | 1 hour | 4 | $0.36 |
81+
| Codespaces compute | 8 core | 1 hour | 8 | $0.72 |
82+
| Codespaces compute | 16 core | 1 hour | 16 | $1.44 |
83+
| Codespaces compute | 32 core | 1 hour | 32 | $2.88 |
84+
| Codespaces storage | Storage | 1 GB-month [1] | Not applicable | $0.07 |
8585

8686
[1] See "[About billing for storage usage](#about-billing-for-storage-usage)" later in this article for details of the GB-month unit of measure.
8787

content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ All data transferred out, when triggered by {% data variables.product.prodname_a
4545
||Hosted|Self-Hosted|
4646
|-|-|-|
4747
|Access using a `GITHUB_TOKEN`|Free|Free|
48-
|Access using a {% data variables.product.pat_generic %}|Free|$|
48+
|Access using a {% data variables.product.pat_generic %}|Free|Paid|
4949

5050
Storage usage is shared with build artifacts produced by {% data variables.product.prodname_actions %} for repositories owned by your account. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions)."
5151

content/codespaces/the-githubdev-web-based-editor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ Extensions that can run in {% data variables.codespaces.serverless %} will appea
114114

115115
## Using {% data variables.codespaces.serverless %} behind a firewall
116116

117-
If you are working behind a firewall you will need to add the following URLs to your firewall's allow list:
117+
If you are working behind a firewall you will need to add the following URLs to your firewall's allow list.
118118

119119
| URL | Use |
120120
| --- | --- |
121121
| `https://*.vscode-cdn.net` | {% data variables.codespaces.serverless %} runs entirely in the browser. To do so it needs to download {% data variables.product.prodname_vscode_shortname %} assets from endpoints at this URL. |
122-
| `https://update.code.visualstudio.com` | As above. |
122+
| `https://update.code.visualstudio.com` | {% data variables.codespaces.serverless %} runs entirely in the browser. To do so it needs to download {% data variables.product.prodname_vscode_shortname %} assets from endpoints at this URL. |
123123
| `https://api.github.com` | Used to retrieve source files from {% data variables.product.prodname_dotcom %} |
124-
| `https://vscode-sync-insiders.trafficmanager.net` | _Optional. To allow settings to be synchronized via Settings Sync._ |
124+
| `https://vscode-sync-insiders.trafficmanager.net` | _Optional._ To allow settings to be synchronized via Settings Sync. |
125125

126126
Every extension installed in {% data variables.codespaces.serverless %} is run under an independent web worker. This adds a layer of security between multiple extensions running in the same browser. As a result, request URLs coming from extensions are similar to this: `https://v--151hfiju3s93ktt2rqh65902gukb27osot905m4g52k40kaea3h6.vscode-cdn.net`.
127127

content/copilot/configuring-github-copilot/configuring-github-copilot-in-visual-studio-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can use the default keyboard shortcuts in {% data variables.product.prodname
3232
|Show previous inline suggestion| <kbd>Option (⌥)</kbd>+<kbd>[</kbd><br> |editor.action.inlineSuggest.showPrevious|
3333
|Trigger inline suggestion| <kbd>Option (⌥)</kbd>+<kbd>\</kbd><br> |editor.action.inlineSuggest.trigger|
3434
|Open {% data variables.product.prodname_copilot %} (additional suggestions in separate pane)|<kbd>Ctrl</kbd>+<kbd>Return</kbd>|github.copilot.generate|
35-
|Toggle {% data variables.product.prodname_copilot %} on/off|_No default shortcut_|github.copilot.toggleCopilot|
35+
|Toggle {% data variables.product.prodname_copilot %} on/off| None |github.copilot.toggleCopilot|
3636

3737
{% endmac %}
3838

@@ -47,7 +47,7 @@ You can use the default keyboard shortcuts in {% data variables.product.prodname
4747
|Show previous inline suggestion|<kbd>Alt</kbd>+<kbd>[</kbd>|editor.action.inlineSuggest.showPrevious|
4848
|Trigger inline suggestion|<kbd>Alt</kbd>+<kbd>\</kbd>|editor.action.inlineSuggest.trigger|
4949
|Open {% data variables.product.prodname_copilot %} (additional suggestions in separate pane)|<kbd>Ctrl</kbd>+<kbd>Enter</kbd>|github.copilot.generate|
50-
|Toggle {% data variables.product.prodname_copilot %} on/off|_No default shortcut_|github.copilot.toggleCopilot|
50+
|Toggle {% data variables.product.prodname_copilot %} on/off| None |github.copilot.toggleCopilot|
5151

5252
{% endwindows %}
5353

@@ -63,7 +63,7 @@ You can use the default keyboard shortcuts in {% data variables.product.prodname
6363
|Show previous inline suggestion|<kbd>Alt</kbd>+<kbd>[</kbd>|editor.action.inlineSuggest.showPrevious|
6464
|Trigger inline suggestion|<kbd>Alt</kbd>+<kbd>\</kbd>|editor.action.inlineSuggest.trigger|
6565
|Open {% data variables.product.prodname_copilot %} (additional suggestions in separate pane)|<kbd>Ctrl</kbd>+<kbd>Enter</kbd>|github.copilot.generate|
66-
|Toggle {% data variables.product.prodname_copilot %} on/off|_No default shortcut_|github.copilot.toggleCopilot|
66+
|Toggle {% data variables.product.prodname_copilot %} on/off| None |github.copilot.toggleCopilot|
6767

6868
{% endlinux %}
6969

content/packages/learn-github-packages/introduction-to-github-packages.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,23 @@ For more information about the configuration of {% data variables.product.prodna
3737

3838
{% endif %}
3939

40-
### Overview of package permissions and visibility
40+
### Overview of package permissions
4141

42-
| | |
43-
|--------------------|--------------------|
44-
| Permissions | {% ifversion packages-registries-v2 %}The permissions for a package are either inherited from the repository where the package is hosted, or can be defined for specific users or organizations. Some registries only support permissions inherited from a repository. For a list of these registries, see "[AUTOTITLE](/packages/learn-github-packages/about-permissions-for-github-packages#permissions-for-repository-scoped-packages)." For more information on package access, see "[AUTOTITLE](/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility)." {% else %}Each package inherits the permissions of the repository where the package is hosted. <br> <br> For example, anyone with read permissions for a repository can install a package as a dependency in a project, and anyone with write permissions can publish a new package version.{% endif %} |
45-
| Visibility | {% data reusables.package_registry.public-or-private-packages %} |
42+
{% ifversion packages-registries-v2 %}
43+
44+
The permissions for a package are either inherited from the repository where the package is hosted, or can be defined for specific users or organizations. Some registries only support permissions inherited from a repository. For a list of these registries, see "[AUTOTITLE](/packages/learn-github-packages/about-permissions-for-github-packages#permissions-for-repository-scoped-packages)." For more information on package access, see "[AUTOTITLE](/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility)."
45+
46+
{% else %}
47+
48+
Each package inherits the permissions of the repository where the package is hosted.
49+
50+
For example, anyone with read permissions for a repository can install a package as a dependency in a project, and anyone with write permissions can publish a new package version.
51+
52+
{% endif %}
53+
54+
### Overview of package visibility
55+
56+
{% data reusables.package_registry.public-or-private-packages %}
4657

4758
{% ifversion fpt or ghec %}
4859
## About billing for {% data variables.product.prodname_registry %}

0 commit comments

Comments
 (0)