1
0
mirror of synced 2026-01-24 06:01:08 -05:00

Merge pull request #29935 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-11-13 14:26:46 -05:00
committed by GitHub
30 changed files with 88 additions and 79 deletions

View File

@@ -12,7 +12,6 @@ featuredLinks:
- '{% ifversion ghae %}/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile{% endif %}'
- /account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications
popular:
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-theme-settings
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository
- /account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications

View File

@@ -40,7 +40,7 @@ You have several options for triaging notifications from your inbox.
| 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**.
| Unread | Marks notification as unread. To only view unread notifications in your inbox, use the `is:unread` query. |
To see the available keyboard shortcuts, see "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts#notifications)."
To see the available keyboard shortcuts, see "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts#notifications)."
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)."

View File

@@ -17,7 +17,6 @@ topics:
- Accounts
children:
- /about-your-personal-dashboard
- /managing-your-theme-settings
- /managing-your-tab-size-rendering-preference
- /changing-your-github-username
- /permission-levels-for-a-personal-account-repository

View File

@@ -41,7 +41,7 @@ You can control whether links in text blocks on {% data variables.location.produ
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.
By default, all keyboard shortcuts are enabled on {% data variables.product.product_name %}. For more information, see "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts)."
By default, all keyboard shortcuts are enabled on {% data variables.product.product_name %}. For more information, see "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts)."
{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.accessibility_settings %}
@@ -50,7 +50,7 @@ By default, all keyboard shortcuts are enabled on {% data variables.product.prod
- To disable shortcut keys that don't use modifiers keys like <kbd>Control</kbd> or <kbd>Command</kbd>, under "General", deselect **Character keys**.
- 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.
{%- ifversion command-palette %}
- 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)."
- 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)."
{%- endif %}
{% ifversion motion-management %}

View File

@@ -921,6 +921,38 @@ If your storage system is configured correctly, you'll see the following output.
All Storage tests passed
```
### ghe-actions-stop
This utility stops {% data variables.product.prodname_actions %} from running on {% data variables.location.product_location %}.
{% note %}
**Notes**:
- {% data reusables.enterprise_enterprise_support.support_will_ask_you_to_run_command %}
- In high availability configurations, run this command from the primary.
{% endnote %}
### ghe-actions-start
This utility starts {% data variables.product.prodname_actions %} on {% data variables.location.product_location %} after it has been previously stopped.
{% note %}
**Notes**:
- {% data reusables.enterprise_enterprise_support.support_will_ask_you_to_run_command %}
- In high availability configurations, run this command from the primary.
{% endnote %}
If your system is configured correctly, you'll see the following ouput:
```shell
Actions was enabled!
```
## High availability
### ghe-repl-promote

View File

@@ -39,10 +39,7 @@ After you add an existing organization to your enterprise, the organization's re
{% endnote %}
- If SAML SSO is configured for the enterprise account, the enterprise's SAML configuration will apply to the organization. If the organization used SAML SSO, the enterprise account's configuration will replace the organization's configuration. SCIM is not available for enterprise accounts, so SCIM will be disabled for the organization. For more information, see "[AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise)" and "[AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account)."
- If SAML SSO was configured for the organization, members' existing {% data variables.product.pat_generic %} or SSH keys that were authorized to access the organization's resources will be authorized to access the same resources. To access additional organizations owned by the enterprise, members must authorize the {% data variables.product.pat_generic %} or key. For more information, see "[AUTOTITLE](/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on)" and "[AUTOTITLE](/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on)."
- If the organization was connected to {% data variables.product.prodname_ghe_server %} or {% data variables.product.prodname_ghe_managed %} using {% data variables.product.prodname_github_connect %}, adding the organization to an enterprise will not update the connection. {% data variables.product.prodname_github_connect %} features will no longer function for the organization. To continue using {% data variables.product.prodname_github_connect %}, you must disable and re-enable the feature. For more information, see the following articles.
- "[AUTOTITLE](/enterprise-server@latest/admin/configuration/configuring-github-connect/managing-github-connect)" in the {% data variables.product.prodname_ghe_server %} documentation
- "[AUTOTITLE](/github-ae@latest/admin/configuration/configuring-github-connect/managing-github-connect)" in the {% data variables.product.prodname_ghe_managed %} documentation
- If the organization was connected to {% data variables.product.prodname_ghe_server %} using {% data variables.product.prodname_github_connect %}, adding the organization to an enterprise will not update the connection. {% data variables.product.prodname_github_connect %} features will no longer function for the organization. To continue using {% data variables.product.prodname_github_connect %}, you must disable and re-enable the feature. For more information, see "[AUTOTITLE](/enterprise-server@latest/admin/configuration/configuring-github-connect/managing-github-connect)" in the {% data variables.product.prodname_ghe_server %} documentation.
- If the organization used billed {% data variables.product.prodname_marketplace %} apps, the organization can continue to use the apps, but must pay the vendor directly. For more information, contact the app's vendor.
- If your organization was sponsoring any accounts, the sponsorships will be canceled.
- Any coupons will be removed from the organization. To reapply the coupon, [contact our sales team](https://github.com/enterprise/contact).

View File

@@ -131,14 +131,13 @@ The following log files contain events from services that provide search functio
| :- | :- |
| <pre>/var/log/elasticsearch/github-enterprise.log</pre> | Records events associated with the Elasticsearch service, which your instance uses to provide search services. |
### Log files for webhooks
### Journal logs for webhooks
The following log files contain events from the service that delivers webhook payloads for your instance. For more information, see "[AUTOTITLE](/webhooks-and-events/webhooks/about-webhooks)."
The following log files contain events related to webhooks that your instance sends.
| Path | Description |
| Service name | Description |
| :- | :- |
| <pre>/var/log/hookshot/resqued.log</pre> | Records webhook deliveries and failures from your instance. |
| <pre>/var/log/hookshot/unicorn.log</pre> | Records webhook events that are triggered on your instance. |
| `hookshot-go` | Records events for all webhook activity on the instance, including triggered webhooks, deliveries, and failures.|
### Log files for system services

View File

@@ -83,9 +83,7 @@ If you have installed and signed in to {% data variables.product.prodname_mobile
## Using two-factor authentication with the command line
{% ifversion fpt or ghec %}
Enabling 2FA may affect authentication to {% data variables.product.prodname_dotcom %} through the command line. To find out if your authentication method is affected, see the following sections.
{% else %}
{% ifversion ghes %}
After you've enabled 2FA, you will no longer use your password to access {% data variables.product.product_name %} on the command line. Instead, use Git Credential Manager, a {% data variables.product.pat_generic %}, or an SSH key.
{% endif %}

View File

@@ -34,7 +34,7 @@ For the referential content template, see "[AUTOTITLE](/contributing/writing-for
## Examples of referential content
- Referential articles
- [AUTOTITLE](/get-started/using-github/keyboard-shortcuts)
- [AUTOTITLE](/get-started/accessibility/keyboard-shortcuts)
- [AUTOTITLE](/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)
- [AUTOTITLE](/free-pro-team@latest/rest/reference/billing) in the REST API documentation
- [AUTOTITLE](/graphql/reference/mutations) in the GraphQL API documentation

View File

@@ -6,12 +6,19 @@ versions:
feature: desktop
redirect_from:
- /desktop/installing-and-configuring-github-desktop/overview/about-github-desktop
- /github/getting-started-with-github/github-desktop
- /github/getting-started-with-github/using-github/github-desktop
- /get-started/using-github/github-desktop
---
## About {% data variables.product.prodname_desktop %}
{% data variables.product.prodname_desktop %} is a free, open source application that helps you to work with files hosted on {% data variables.product.prodname_dotcom %} or other Git hosting services.
You can use {% data variables.product.prodname_desktop %} alongside any tools you need to contribute to a project. For example, a typical workflow would be to use {% data variables.product.prodname_desktop %} to download a {% data variables.product.prodname_dotcom %} repository to your computer and create a new branch, use an editor such as {% data variables.product.prodname_vscode %} to make changes to the code, then return to {% data variables.product.prodname_desktop %} to commit and push the changes to {% data variables.product.prodname_dotcom %}.
## About the benefits of {% data variables.product.prodname_desktop %}
Like any tool for contributing changes to repositories on {% data variables.product.prodname_dotcom %}, {% data variables.product.prodname_desktop %} is built around the version control software Git. If you're new to Git and {% data variables.product.prodname_dotcom %}, you may find it easier to get started with {% data variables.product.prodname_desktop %} than you would using Git on the command line. Because {% data variables.product.prodname_desktop %} has a graphical user interface, it simplifies many of the aspects of Git that can be challenging for new users, such as memorizing commands and visualizing the changes you're making.
Even if you have experience with command-line Git, you may benefit from incorporating {% data variables.product.prodname_desktop %} into your work. If you frequently need to look up syntax for less common Git commands, such as choosing which changed lines to include in a commit or adding a co-author to a commit, you may benefit from switching to {% data variables.product.prodname_desktop %} to perform these commands.
@@ -20,6 +27,8 @@ Because {% data variables.product.prodname_desktop %} makes commands like these
Unlike other Git clients, {% data variables.product.prodname_desktop %} is specifically designed for use with {% data variables.product.prodname_dotcom %}, so it can make you more productive when working with repositories on {% data variables.product.prodname_dotcom %}. For example, you can authenticate to {% data variables.product.prodname_dotcom_the_website %} or {% data variables.product.prodname_ghe_server %} quickly, without needing to use a separate credential manager, and you can check out a pull request to run checks without needing to open your browser.
## Getting started
{% data variables.product.prodname_desktop %} is available for Windows and macOS. For information about installing and getting started with {% data variables.product.prodname_desktop %}, see "[AUTOTITLE](/desktop/overview/getting-started-with-github-desktop)."
If you're interested in the open source {% data variables.product.prodname_desktop %} project, you can see the roadmap, contribute to the project, or open an issue to provide feedback in the [`desktop/desktop`](https://github.com/desktop/desktop) repository.

View File

@@ -4,6 +4,8 @@ intro: 'Use the command palette in {% data variables.product.product_name %} to
versions:
feature: command-palette
shortTitle: GitHub Command Palette
redirect_from:
- /get-started/using-github/github-command-palette
---
{% data reusables.command-palette.beta-note %}

View File

@@ -0,0 +1,14 @@
---
title: Accessibility
intro: Learn about accessibility features and settings on GitHub.
versions:
fpt: '*'
ghec: '*'
ghae: '*'
ghes: '*'
children:
- /managing-your-theme-settings
- /keyboard-shortcuts
- /github-command-palette
---

View File

@@ -8,6 +8,7 @@ redirect_from:
- /articles/keyboard-shortcuts
- /github/getting-started-with-github/keyboard-shortcuts
- /github/getting-started-with-github/using-github/keyboard-shortcuts
- /get-started/using-github/keyboard-shortcuts
versions:
fpt: '*'
ghes: '*'
@@ -22,7 +23,7 @@ Typing <kbd>?</kbd> on {% data variables.product.prodname_dotcom %} brings up a
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 %}
{% ifversion command-palette %}
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 %}
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 %}
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 %}.
@@ -33,7 +34,7 @@ The following sections list some of the available keyboard shortcuts, organized
|<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)."
|<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)."
|<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
{% 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 %}
{% 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 %}
## Repositories

View File

@@ -13,6 +13,7 @@ redirect_from:
- /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-theme-settings
shortTitle: Manage theme settings
---
@@ -41,7 +42,7 @@ If you have low vision, you may benefit from a high contrast theme, with greater
{% note %}
**Note:** You can also change your theme settings with the command palette. For more information, see "[AUTOTITLE](/get-started/using-github/github-command-palette)".
**Note:** You can also change your theme settings with the command palette. For more information, see "[AUTOTITLE](/get-started/accessibility/github-command-palette)".
{% endnote %}

View File

@@ -39,7 +39,7 @@ featuredLinks:
- /get-started/quickstart/set-up-git
- /get-started/using-github-docs/about-versions-of-github-docs
- /get-started/quickstart/github-glossary
- /get-started/using-github/keyboard-shortcuts
- /get-started/accessibility/keyboard-shortcuts
guideCards:
- /get-started/learning-about-github/types-of-github-accounts
- /get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github
@@ -55,6 +55,7 @@ children:
- /learning-about-github
- /signing-up-for-github
- /using-github
- /accessibility
- /writing-on-github
- /exploring-projects-on-github
- /getting-started-with-git

View File

@@ -1,17 +0,0 @@
---
title: GitHub CLI
intro: '{% data reusables.cli.cli-intro %}'
versions:
fpt: '*'
ghes: '*'
ghae: '*'
ghec: '*'
topics:
- CLI
---
{% data reusables.cli.about-cli %}
{% data reusables.cli.cli-features %}
For more information, see "[AUTOTITLE](/github-cli)."

View File

@@ -1,22 +0,0 @@
---
title: GitHub Desktop
intro: '{% data variables.product.prodname_desktop %} extends and simplifies your Git and {% data variables.product.prodname_dotcom %} workflow using a visual interface.'
versions:
fpt: '*'
ghes: '*'
ghae: '*'
ghec: '*'
topics:
- Desktop
redirect_from:
- /github/getting-started-with-github/github-desktop
- /github/getting-started-with-github/using-github/github-desktop
---
## About {% data variables.product.prodname_desktop %}
{% data reusables.desktop.about-github-desktop %}
## Sharing feedback
If you have feedback or feature requests, you can open an issue in the [`desktop/desktop` repository](https://github.com/desktop/desktop).

View File

@@ -10,14 +10,10 @@ versions:
ghae: '*'
ghec: '*'
children:
- /connecting-to-github
- /exploring-early-access-releases-with-feature-preview
- /supported-browsers
- /connecting-to-github
- /github-cli
- /github-desktop
- /github-mobile
- /keyboard-shortcuts
- /github-command-palette
- /allowing-access-to-githubs-services-from-a-restricted-network
- /troubleshooting-connectivity-problems
---

View File

@@ -58,7 +58,7 @@ Quoted text is indented, with a different type color.
{% note %}
**Note:** When viewing a conversation, you can automatically quote text in a comment by highlighting the text, then typing <kbd>R</kbd>. You can quote an entire comment by clicking {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then **Quote reply**. For more information about keyboard shortcuts, see "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts)."
**Note:** When viewing a conversation, you can automatically quote text in a comment by highlighting the text, then typing <kbd>R</kbd>. You can quote an entire comment by clicking {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then **Quote reply**. For more information about keyboard shortcuts, see "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts)."
{% endnote %}

View File

@@ -38,7 +38,7 @@ If you add a task list to the body of an issue, the list has added functionality
- To help you track your team's work on an issue, the progress of an issue's task list appears in various places on {% data variables.product.product_name %}, such as a repository's list of issues.
- If a task references another issue and someone closes that issue, the task's checkbox will automatically be marked as complete.
- If a task requires further tracking or discussion, you can convert the task to an issue by hovering over the task and clicking {% octicon "issue-opened" aria-label="The issue opened icon" %} in the upper-right corner of the task. To add more details before creating the issue, you can use keyboard shortcuts to open the new issue form. For more information, see "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts#issues-and-pull-requests)."
- If a task requires further tracking or discussion, you can convert the task to an issue by hovering over the task and clicking {% octicon "issue-opened" aria-label="The issue opened icon" %} in the upper-right corner of the task. To add more details before creating the issue, you can use keyboard shortcuts to open the new issue form. For more information, see "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts#issues-and-pull-requests)."
- Any issues referenced in the task list will specify that they are tracked in the referencing issue.
![Screenshot of a {% data variables.product.prodname_dotcom %} issue showing a task list under the header "Features." Some items are checked as done, others unchecked as undone. Three list items link to other {% data variables.product.prodname_github_issues %}.](/assets/images/help/writing/task-list-rendered.png)

View File

@@ -22,7 +22,7 @@ versions:
{% tip %}
**Tips:**
- You can use a keyboard shortcut to autofill the comment with a saved reply. For more information, see "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts#comments)."
- You can use a keyboard shortcut to autofill the comment with a saved reply. For more information, see "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts#comments)."
- You can filter the list by typing the title of the saved reply.
{% endtip %}

View File

@@ -13,6 +13,7 @@ redirect_from:
- /github/getting-started-with-github/github-cli
- /github/getting-started-with-github/using-github/github-cli
- /actions/guides/managing-github-actions-with-github-cli
- /get-started/using-github/github-cli
---
## About {% data variables.product.prodname_cli %}

View File

@@ -69,4 +69,4 @@ For more information on automation for {% data variables.product.prodname_projec
- "[AUTOTITLE](/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board)"{% endif %}
- "[AUTOTITLE](/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board)"
- "[AUTOTITLE](/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization)"
- "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts#project-boards)"
- "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts#project-boards)"

View File

@@ -47,7 +47,7 @@ After you're happy with the proposed changes, you can merge the pull request. If
{% tip %}
**Tips:**
- To toggle between collapsing and expanding all outdated review comments in a pull request, hold down <span class="platform-mac"><kbd>Option</kbd></span><span class="platform-linux"><kbd>Alt</kbd></span><span class="platform-windows"><kbd>Alt</kbd></span> and click **Show outdated** or **Hide outdated**. For more shortcuts, see "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts)."
- To toggle between collapsing and expanding all outdated review comments in a pull request, hold down <span class="platform-mac"><kbd>Option</kbd></span><span class="platform-linux"><kbd>Alt</kbd></span><span class="platform-windows"><kbd>Alt</kbd></span> and click **Show outdated** or **Hide outdated**. For more shortcuts, see "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts)."
- You can squash commits when merging a pull request to gain a more streamlined view of changes. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges)."
{% endtip %}

View File

@@ -49,7 +49,7 @@ To learn more about these approaches, see "[Precise and search-based navigation]
Future releases will add _precise code navigation_ for more languages, which is a code navigation approach that can give more accurate results.
{% ifversion code-search-code-view %}You can use keyboard shortcuts to navigate within a code file. For more information, see "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts#navigating-within-code-files)."{% endif %}
{% ifversion code-search-code-view %}You can use keyboard shortcuts to navigate within a code file. For more information, see "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts#navigating-within-code-files)."{% endif %}
{% ifversion code-search-code-view %}

View File

@@ -13,9 +13,8 @@ autogenerated: rest
## About {% data variables.product.prodname_codespaces %} organizations
You can manage {% data variables.product.prodname_codespaces %} billed to your
organization. These endpoints are available for authenticated
organization owners and {% data variables.product.prodname_oauth_apps %}, but not GitHub Apps. For more information,
You can manage {% data variables.product.prodname_codespaces %} that are billed to your
organization. For more information,
see "[AUTOTITLE](/codespaces)."
<!-- Content after this section is automatically generated -->

View File

@@ -67,7 +67,7 @@ You can search for the following information across all repositories you can acc
## Searching using a visual interface
In addition to the search bar, you can search {% data variables.product.product_name %} using the {% data variables.search.search_page_url %} or {% data variables.search.advanced_url %}. {% ifversion command-palette %}Alternatively, you can use the interactive search in the {% data variables.product.prodname_command_palette %} to search your current location in the UI, a specific user, repository or organization, and globally across all of {% data variables.product.product_name %}, without leaving the keyboard. For more information, see "[AUTOTITLE](/get-started/using-github/github-command-palette)."{% endif %}
In addition to the search bar, you can search {% data variables.product.product_name %} using the {% data variables.search.search_page_url %} or {% data variables.search.advanced_url %}. {% ifversion command-palette %}Alternatively, you can use the interactive search in the {% data variables.product.prodname_command_palette %} to search your current location in the UI, a specific user, repository or organization, and globally across all of {% data variables.product.product_name %}, without leaving the keyboard. For more information, see "[AUTOTITLE](/get-started/accessibility/github-command-palette)."{% endif %}
The {% data variables.search.advanced_url %} provides a visual interface for constructing search queries. You can filter your searches by a variety of factors, such as the number of stars or number of forks a repository has. As you fill in the advanced search fields, your query will automatically be constructed in the top search bar.

View File

@@ -18,7 +18,7 @@ topics:
**Tips:**
- By default, file finder results exclude some directories like `build`, `log`, `tmp`, and `vendor`. To search for files in these directories, {% ifversion code-search-code-view %}use the [`path` code search qualifier](/search-github/github-code-search/understanding-github-code-search-syntax#path-qualifier){% else %}use the [`filename` code search qualifier](/search-github/searching-on-github/searching-code#search-by-filename){% endif %}.{% ifversion file-finder-exclusion-controls %} Alternatively, you can customize which directories are excluded by default [using a `.gitattributes` file](#customizing-excluded-files).{% endif %}
- You can also open the file finder by pressing `t` on your keyboard. For more information, see "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts)."
- You can also open the file finder by pressing `t` on your keyboard. For more information, see "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts)."
{% endtip %}

View File

@@ -1 +1 @@
For more information about keyboard shortcuts, see "Project boards" in "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts#project-boards)."
For more information about keyboard shortcuts, see "Project boards" in "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts#project-boards)."

View File

@@ -1 +1 @@
You can focus your cursor on the search bar above the issue or pull request list with a keyboard shortcut. For more information, see "[AUTOTITLE](/get-started/using-github/keyboard-shortcuts#issue-and-pull-request-lists)."
You can focus your cursor on the search bar above the issue or pull request list with a keyboard shortcut. For more information, see "[AUTOTITLE](/get-started/accessibility/keyboard-shortcuts#issue-and-pull-request-lists)."