Skip to content

Commit 2548f7d

Browse files
jc-clarkCopilot
andauthored
[EDI] Create new "Subscriptions and notifications" landing page and get started map topic (#56950)
Co-authored-by: Copilot <[email protected]>
1 parent 3114c08 commit 2548f7d

File tree

17 files changed

+96
-31
lines changed

17 files changed

+96
-31
lines changed

content/account-and-profile/index.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
---
22
title: Account and profile documentation
33
shortTitle: Account and profile
4-
intro: 'Make {% data variables.product.github %} work best for you by customizing your personal account settings, personalizing your profile page, and managing the notifications you receive.'
4+
intro: 'Make {% data variables.product.github %} work best for you by customizing your personal account settings and personalizing your profile page.'
55
introLinks:
66
quickstart:
77
- /get-started/onboarding/getting-started-with-your-github-account
88
featuredLinks:
99
startHere:
1010
- /account-and-profile/concepts/changing-your-github-username
1111
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme
12-
- /account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications
1312
popular:
1413
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address
1514
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository
16-
- /account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications
1715
guideCards:
1816
- /account-and-profile/reference/why-are-my-contributions-not-showing-up-on-my-profile
19-
- /account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox
2017
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address
2118
- '{% ifversion ghes %}/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories{% endif %}'
2219
changelog:
23-
label: 'profiles, github-themes, notifications'
20+
label: 'profiles, github-themes'
2421
versions:
2522
fpt: '*'
2623
ghec: '*'
@@ -32,13 +29,11 @@ versions:
3229
topics:
3330
- Accounts
3431
- Profiles
35-
- Notifications
3632
children:
3733
- /get-started
3834
- /concepts
3935
- /how-tos
4036
- /tutorials
4137
- /reference
42-
- /managing-subscriptions-and-notifications-on-github
4338
---
4439

content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/index.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

content/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ children:
5353
- get-started
5454
- enterprise-onboarding
5555
- account-and-profile
56+
- subscriptions-and-notifications
5657
- authentication
5758
- repositories
5859
- admin
@@ -92,6 +93,7 @@ childGroups:
9293
- get-started
9394
- migrations
9495
- account-and-profile
96+
- subscriptions-and-notifications
9597
- authentication
9698
- billing
9799
- site-policy
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ redirect_from:
77
- /github/managing-subscriptions-and-notifications-on-github/about-notifications-beta
88
- /github/managing-subscriptions-and-notifications-on-github/about-notifications
99
- /github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications
10+
- /account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications
11+
- /subscriptions-and-notifications/setting-up-notifications/about-notifications
1012
versions:
1113
fpt: '*'
1214
ghes: '*'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Concepts for your GitHub notifications
3+
shortTitle: Concepts
4+
intro: 'Learn the core concepts for your {% data variables.product.github %} notifications and subscriptions.'
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
topics:
10+
- Notifications
11+
children:
12+
- /about-notifications
13+
---
14+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ redirect_from:
1515
- /articles/choosing-the-types-of-notifications-you-receive
1616
- /github/managing-subscriptions-and-notifications-on-github/configuring-notifications
1717
- /github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications
18+
- /account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications
19+
- /subscriptions-and-notifications/setting-up-notifications/configuring-notifications
1820
versions:
1921
fpt: '*'
2022
ghes: '*'
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Get started with your GitHub subscriptions and notifications
3+
shortTitle: Get started
4+
intro: 'Learn about configuring your {% data variables.product.github %} notifications and subscriptions.'
5+
redirect_from:
6+
- /articles/getting-started-with-notifications
7+
- /github/managing-subscriptions-and-notifications-on-github/setting-up-notifications
8+
- /account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications
9+
- /subscriptions-and-notifications/setting-up-notifications
10+
versions:
11+
fpt: '*'
12+
ghes: '*'
13+
ghec: '*'
14+
children:
15+
- /configuring-notifications
16+
---
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: How-tos for your GitHub notifications
3+
shortTitle: How-tos
4+
intro: 'Learn how to accomplish specific tasks for your {% data variables.product.github %} notifications.'
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /managing-subscriptions-for-activity-on-github
11+
- /viewing-and-triaging-notifications
12+
---
13+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Managing subscriptions for activity on GitHub
33
intro: 'To maintain sustainable notification workflows, understand and regularly review your subscriptions.'
44
redirect_from:
55
- /github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github
6+
- /account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github
7+
- /subscriptions-and-notifications/managing-subscriptions-for-activity-on-github
68
versions:
79
fpt: '*'
810
ghes: '*'
@@ -14,3 +16,4 @@ children:
1416
- /managing-your-subscriptions
1517
shortTitle: Manage subscriptions
1618
---
19+
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ topics:
1010
redirect_from:
1111
- /github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions
1212
- /github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions
13+
- /account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions
14+
- /subscriptions-and-notifications/managing-subscriptions-for-activity-on-github/managing-your-subscriptions
1315
shortTitle: Manage your subscriptions
1416
---
15-
To help you understand your subscriptions and decide whether to unsubscribe, see [AUTOTITLE](/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions).
17+
To help you understand your subscriptions and decide whether to unsubscribe, see [AUTOTITLE](/subscriptions-and-notifications/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions).
1618

1719
> [!NOTE]
1820
> Instead of unsubscribing, you have the option to ignore a repository. If you ignore a repository, you won't receive any notifications. We don't recommend ignoring repositories as you won't be notified if you're @mentioned. {% ifversion fpt or ghec %}If you're experiencing abuse and want to ignore a repository, please visit {% data variables.contact.contact_support_page %} so we can help. {% data reusables.policies.abuse %}{% endif %}

0 commit comments

Comments
 (0)