Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c457258

Browse files
isaacmbrownheiskr
andauthored
Create "Accessibility" category in Get Started (#45738)
Co-authored-by: Kevin Heis <[email protected]>
1 parent 65dbe4a commit c457258

21 files changed

Lines changed: 37 additions & 22 deletions

File tree

content/account-and-profile/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ featuredLinks:
1212
- '{% ifversion ghae %}/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile{% endif %}'
1313
- /account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications
1414
popular:
15-
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-theme-settings
1615
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address
1716
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository
1817
- /account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications

content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You have several options for triaging notifications from your inbox.
4040
| Read | Marks a notification as read. To only view read notifications in your inbox, use the `is:read` query. This query doesn't include notifications marked as **Done**.
4141
| Unread | Marks notification as unread. To only view unread notifications in your inbox, use the `is:unread` query. |
4242

43-
To see the available keyboard shortcuts, see "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts#notifications)."
43+
To see the available keyboard shortcuts, see "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts#notifications)."
4444

4545
Before choosing a triage option, you can preview your notification's details first and investigate. For more information, see "[AUTOTITLE](/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification)."
4646

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ topics:
1717
- Accounts
1818
children:
1919
- /about-your-personal-dashboard
20-
- /managing-your-theme-settings
2120
- /managing-your-tab-size-rendering-preference
2221
- /changing-your-github-username
2322
- /permission-levels-for-a-personal-account-repository

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-accessibility-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can control whether links in text blocks on {% data variables.location.produ
4141

4242
You can perform actions across the {% data variables.product.product_name %} website by using your keyboard alone. Keyboard shortcuts can be useful to save time, but can be activated accidentally or interfere with assistive technology.
4343

44-
By default, all keyboard shortcuts are enabled on {% data variables.product.product_name %}. For more information, see "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts)."
44+
By default, all keyboard shortcuts are enabled on {% data variables.product.product_name %}. For more information, see "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts)."
4545

4646
{% data reusables.user-settings.access_settings %}
4747
{% data reusables.user-settings.accessibility_settings %}
@@ -50,7 +50,7 @@ By default, all keyboard shortcuts are enabled on {% data variables.product.prod
5050
- To disable shortcut keys that don't use modifiers keys like <kbd>Control</kbd> or <kbd>Command</kbd>, under "General", deselect **Character keys**.
5151
- If you disable character keys, you may still be able to trigger shortcuts for your web browser, and you can still trigger shortcuts for {% data variables.product.product_name %} that use a modifier key.
5252
{%- ifversion command-palette %}
53-
- To customize the keyboard shortcuts for triggering the command palette, under "Command palette", use the drop-down menus to choose a keyboard shortcut. For more information, see "[AUTOTITLE](/get-started/using-github/github-command-palette)."
53+
- To customize the keyboard shortcuts for triggering the command palette, under "Command palette", use the drop-down menus to choose a keyboard shortcut. For more information, see "[AUTOTITLE](/get-started/accessibility/github-command-palette)."
5454
{%- endif %}
5555

5656
{% ifversion motion-management %}

content/contributing/style-guide-and-content-model/referential-content-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For the referential content template, see "[AUTOTITLE](/contributing/writing-for
3434
## Examples of referential content
3535

3636
- Referential articles
37-
- [AUTOTITLE](/get-started/using-github/keyboard-shortcuts)
37+
- [AUTOTITLE](/get-started/accessibility/keyboard-shortcuts)
3838
- [AUTOTITLE](/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)
3939
- [AUTOTITLE](/free-pro-team@latest/rest/reference/billing) in the REST API documentation
4040
- [AUTOTITLE](/graphql/reference/mutations) in the GraphQL API documentation

content/get-started/using-github/github-command-palette.md renamed to content/get-started/accessibility/github-command-palette.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ intro: 'Use the command palette in {% data variables.product.product_name %} to
44
versions:
55
feature: command-palette
66
shortTitle: GitHub Command Palette
7+
redirect_from:
8+
- /get-started/using-github/github-command-palette
79
---
810

911
{% data reusables.command-palette.beta-note %}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Accessibility
3+
intro: Learn about accessibility features and settings on GitHub.
4+
versions:
5+
fpt: '*'
6+
ghec: '*'
7+
ghae: '*'
8+
ghes: '*'
9+
children:
10+
- /managing-your-theme-settings
11+
- /keyboard-shortcuts
12+
- /github-command-palette
13+
---
14+

content/get-started/using-github/keyboard-shortcuts.md renamed to content/get-started/accessibility/keyboard-shortcuts.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
- /articles/keyboard-shortcuts
99
- /github/getting-started-with-github/keyboard-shortcuts
1010
- /github/getting-started-with-github/using-github/keyboard-shortcuts
11+
- /get-started/using-github/keyboard-shortcuts
1112
versions:
1213
fpt: '*'
1314
ghes: '*'
@@ -22,7 +23,7 @@ Typing <kbd>?</kbd> on {% data variables.product.prodname_dotcom %} brings up a
2223
You can disable character key shortcuts, while still allowing shortcuts that use modifier keys, in your accessibility settings. For more information, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-accessibility-settings)."{% endif %}
2324

2425
{% ifversion command-palette %}
25-
The {% data variables.product.prodname_command_palette %} also gives you quick access to a wide range of actions, without the need to remember keyboard shortcuts. For more information, see "[AUTOTITLE](/get-started/using-github/github-command-palette)."{% endif %}
26+
The {% data variables.product.prodname_command_palette %} also gives you quick access to a wide range of actions, without the need to remember keyboard shortcuts. For more information, see "[AUTOTITLE](/get-started/accessibility/github-command-palette)."{% endif %}
2627

2728
The following sections list some of the available keyboard shortcuts, organized by the pages where you can use them on {% data variables.location.product_location %}.
2829

@@ -33,7 +34,7 @@ The following sections list some of the available keyboard shortcuts, organized
3334
|<kbd>S</kbd> or <kbd>/</kbd> | Focus the search bar. For more information, see "[AUTOTITLE](/search-github/getting-started-with-searching-on-github/about-searching-on-github)."
3435
|<kbd>G</kbd> <kbd>N</kbd> | Go to your notifications. For more information, see "[AUTOTITLE](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications)."
3536
|<kbd>Esc</kbd> | When focused on a user, issue, or pull request hovercard, closes the hovercard and refocuses on the element the hovercard is in
36-
{% ifversion command-palette %}|<kbd>Command</kbd>+<kbd>K</kbd> (Mac) or </br> <kbd>Ctrl</kbd>+<kbd>K</kbd> (Windows/Linux) | Opens the {% data variables.product.prodname_command_palette %}. If you are editing Markdown text, open the command palette with <kbd>Command</kbd>+<kbd>Option</kbd>+<kbd>K</kbd> or <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>K</kbd>. For more information, see "[AUTOTITLE](/get-started/using-github/github-command-palette)."{% endif %}
37+
{% ifversion command-palette %}|<kbd>Command</kbd>+<kbd>K</kbd> (Mac) or </br> <kbd>Ctrl</kbd>+<kbd>K</kbd> (Windows/Linux) | Opens the {% data variables.product.prodname_command_palette %}. If you are editing Markdown text, open the command palette with <kbd>Command</kbd>+<kbd>Option</kbd>+<kbd>K</kbd> or <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>K</kbd>. For more information, see "[AUTOTITLE](/get-started/accessibility/github-command-palette)."{% endif %}
3738

3839
## Repositories
3940

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-theme-settings.md renamed to content/get-started/accessibility/managing-your-theme-settings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ redirect_from:
1313
- /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings
1414
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings
1515
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings
16+
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-theme-settings
1617
shortTitle: Manage theme settings
1718
---
1819

@@ -41,7 +42,7 @@ If you have low vision, you may benefit from a high contrast theme, with greater
4142

4243
{% note %}
4344

44-
**Note:** You can also change your theme settings with the command palette. For more information, see "[AUTOTITLE](/get-started/using-github/github-command-palette)".
45+
**Note:** You can also change your theme settings with the command palette. For more information, see "[AUTOTITLE](/get-started/accessibility/github-command-palette)".
4546

4647
{% endnote %}
4748

content/get-started/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ featuredLinks:
3939
- /get-started/quickstart/set-up-git
4040
- /get-started/using-github-docs/about-versions-of-github-docs
4141
- /get-started/quickstart/github-glossary
42-
- /get-started/using-github/keyboard-shortcuts
42+
- /get-started/accessibility/keyboard-shortcuts
4343
guideCards:
4444
- /get-started/learning-about-github/types-of-github-accounts
4545
- /get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github
@@ -55,6 +55,7 @@ children:
5555
- /learning-about-github
5656
- /signing-up-for-github
5757
- /using-github
58+
- /accessibility
5859
- /writing-on-github
5960
- /exploring-projects-on-github
6061
- /getting-started-with-git

0 commit comments

Comments
 (0)