diff --git a/assets/images/help/navigation/global-navigation-menu-icon.png b/assets/images/help/navigation/global-navigation-menu-icon.png new file mode 100644 index 0000000000..c288446056 Binary files /dev/null and b/assets/images/help/navigation/global-navigation-menu-icon.png differ diff --git a/assets/images/help/navigation/issues-and-prs-new-navigation.png b/assets/images/help/navigation/issues-and-prs-new-navigation.png new file mode 100644 index 0000000000..fba1d8b968 Binary files /dev/null and b/assets/images/help/navigation/issues-and-prs-new-navigation.png differ diff --git a/assets/images/help/navigation/issues_and_pr_dashboard.png b/assets/images/help/navigation/issues_and_pr_dashboard.png new file mode 100644 index 0000000000..24124260fd Binary files /dev/null and b/assets/images/help/navigation/issues_and_pr_dashboard.png differ diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard.md index 43844e1037..9cc3795cd5 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard.md @@ -17,6 +17,11 @@ topics: - Accounts shortTitle: Your personal dashboard --- + +{% ifversion global-nav-update %} +{% data reusables.navigation.global-nav-beta-note %} +{% endif %} + ## Accessing your personal dashboard Your personal dashboard is the first page you'll see when you sign in on {% data variables.product.product_name %}. @@ -31,7 +36,14 @@ In the "Recent activity" section of your news feed, you can quickly find and fol ## Finding your top repositories and teams +{% ifversion global-nav-update %} +In the global navigation menu, you can access the top repositories and teams you use. To open the menu, select {% octicon "three-bars" aria-label="Open global navigation menu" %} at the top left of any page. + + ![Screenshot of the navigation bar on {% data variables.product.product_name %}. The "Open global navigation menu" icon is outlined in dark orange.](/assets/images/help/navigation/global-navigation-menu-icon.png) + +{% else %} In the left sidebar of your dashboard, you can access the top repositories and teams you use. +{% endif %} The list of top repositories is automatically generated, and can include any repository you have interacted with, whether it's owned directly by your account or not. Interactions include making commits and opening or commenting on issues and pull requests. The list of top repositories cannot be edited, but repositories will drop off the list {% ifversion ghes < 3.6 or ghae < 3.6 %}4 months{% else %}1 year{% endif %} after you last interacted with them. diff --git a/content/discussions/guides/finding-your-discussions.md b/content/discussions/guides/finding-your-discussions.md index 0f82574d06..d893e4c32c 100644 --- a/content/discussions/guides/finding-your-discussions.md +++ b/content/discussions/guides/finding-your-discussions.md @@ -8,13 +8,22 @@ redirect_from: - /discussions/guides/finding-discussions-across-multiple-repositories --- +{% ifversion global-nav-update %} +{% data reusables.navigation.global-nav-beta-note %} +{% endif %} ## Finding discussions +{% ifversion global-nav-update %} +1. In the top-left corner of {% data variables.location.product_location %}, select {% octicon "three-bars" aria-label="Open global navigation menu" %}, then click {% octicon "comment-discussion" aria-hidden="true" %} **Discussions**. + ![Screenshot of the navigation bar on {% data variables.product.product_name %}. The "Open global navigation menu" icon is outlined in dark orange.](/assets/images/help/navigation/global-navigation-menu-icon.png) + +{% else %} 1. In the top-right corner of {% data variables.location.product_location %}, click your profile photo, then click **Your discussions**. ![Screenshot of the account dropdown on {% data variables.product.product_name %}. The "Your discussions" option is outlined in dark orange.](/assets/images/help/discussions/your-discussions.png) +{% endif %} 1. Toggle between **Created** and **Commented** to see the discussions you've created or participated in. ## Further reading diff --git a/content/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests.md b/content/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests.md index c38e530222..78a8d846d7 100644 --- a/content/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests.md +++ b/content/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests.md @@ -17,12 +17,25 @@ topics: shortTitle: View all your issues & PRs type: how_to --- -Your issues and pull request dashboards are available at the top of any page. On each dashboard, you can filter the list to find issues or pull requests you created, that are assigned to you, or in which you're mentioned. You can also find pull requests that you've been asked to review. +{% ifversion global-nav-update %} +{% data reusables.navigation.global-nav-beta-note %} +{% endif %} + +Your issue and pull request dashboards are available at the top of any page. On each dashboard, you can filter the list to find issues or pull requests you created, that are assigned to you, or in which you're mentioned. You can also find pull requests that you've been asked to review. + +{% ifversion global-nav-update %} +1. At the top of any page, click {% octicon "issue-opened" aria-label="Issues" %} to see your issues or {% octicon "git-pull-request" aria-label="Pull requests" %} to see your pull requests. + + ![Screenshot of the header of any page on {% data variables.product.product_name %}. The "Pull requests" and "Issues" icons are outlined in dark orange.](/assets/images/help/navigation/issues-and-prs-new-navigation.png) + +{% else %} 1. At the top of any page, click **Pull requests** or **Issues**. - ![Screenshot of the header of any page on {% data variables.product.prodname_dotcom %}. The "Pull requests" and "Issues" tabs are highlighted with an orange outline.](/assets/images/help/overview/issues_and_pr_dashboard.png) -2. Optionally, choose a filter or [use the search bar to filter for more specific results](/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests). + ![Screenshot of the header of any page on {% data variables.product.prodname_dotcom %}. The "Pull requests" and "Issues" tabs are highlighted with an orange outline.](/assets/images/help/navigation/issues_and_pr_dashboard.png) + +{% endif %} +1. Optionally, choose a filter or use the search bar to filter for more specific results. For more information, see "[AUTOTITLE](/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests)." ## Further reading diff --git a/content/search-github/searching-on-github/searching-github-marketplace.md b/content/search-github/searching-on-github/searching-github-marketplace.md index 0fca50e656..b9dc3c21fa 100644 --- a/content/search-github/searching-on-github/searching-github-marketplace.md +++ b/content/search-github/searching-on-github/searching-github-marketplace.md @@ -11,6 +11,9 @@ redirect_from: - /github/searching-for-information-on-github/searching-on-github/searching-github-marketplace shortTitle: Search GitHub Marketplace --- + +{% data reusables.navigation.global-nav-beta-note %} + ## About searching {% data variables.product.prodname_marketplace %} You can find apps and actions on {% data variables.product.prodname_marketplace %} in two ways: @@ -19,19 +22,19 @@ You can find apps and actions on {% data variables.product.prodname_marketplace - Search across all of {% data variables.product.prodname_dotcom_the_website %} and then filter the results. ## Searching in {% data variables.product.prodname_marketplace %} +1. To open {% data variables.product.prodname_marketplace %}, in the top-left corner of {% data variables.location.product_location %}, select {% octicon "three-bars" aria-label="Open global navigation menu" %}, then click {% octicon "gift" aria-hidden="true" %} **Marketplace**. -1. At the top of any page, click **Marketplace**. - ![Screenshot of the top level menu of {% data variables.product.prodname_dotcom_the_website %}. The "Marketplace" link is outlined in dark orange.](/assets/images/help/search/marketplace-link.png) -2. Type any keywords and press **Enter**. -3. Optionally, filter your results by clicking one or more options in the left sidebar. + ![Screenshot of the navigation bar on {% data variables.product.product_name %}. The "Open global navigation menu" icon is outlined in dark orange.](/assets/images/help/navigation/global-navigation-menu-icon.png) +1. Type any keywords and press **Enter**. +1. Optionally, filter your results by clicking one or more options in the left sidebar. ## Searching across {% data variables.product.prodname_dotcom_the_website %} Anytime you search across all of {% data variables.product.prodname_dotcom_the_website %}, you can filter the results to see matching apps and actions from {% data variables.product.prodname_marketplace %}. 1. Navigate to https://github.com/search. -2. Type any keywords and press **Enter**. -3. In the left sidebar, click **Marketplace**. +1. Type any keywords and press **Enter**. +1. In the left sidebar, click **Marketplace**. ![Screenshot of the search results for 'linter'. The "Marketplace" option in the left-side menu is outlined in dark orange.](/assets/images/help/search/marketplace-left-side-navigation.png) ## Further reading diff --git a/data/features/global-nav-update.yml b/data/features/global-nav-update.yml new file mode 100644 index 0000000000..53294ea7ee --- /dev/null +++ b/data/features/global-nav-update.yml @@ -0,0 +1,8 @@ +# Reference: #10533. +# Documentation for the global navigation opt-out public beta + +versions: + fpt: '*' + ghec: '*' + ghes: '>3.10' + ghae: '>3.10' diff --git a/data/reusables/navigation/global-nav-beta-note.md b/data/reusables/navigation/global-nav-beta-note.md new file mode 100644 index 0000000000..740d3ccb6b --- /dev/null +++ b/data/reusables/navigation/global-nav-beta-note.md @@ -0,0 +1,5 @@ +{% note %} + +This article refers to the new global navigation, which is currently in public beta and subject to change. For more information on the new global navigation and reverting to the old global navigation, see the [{% data variables.product.prodname_dotcom %} Changelog](https://github.blog/changelog/2023-06-15-redesigned-navigation-enabled-for-all-users-beta/). + +{% endnote %}