Skip to content

Commit 8315322

Browse files
authored
Merge pull request #39647 from github/repo-sync
Repo sync
2 parents 19d1bdc + 10c192d commit 8315322

20 files changed

+51
-60
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Docs changelog
22

3+
**4 August 2025**
4+
5+
To address common pain points that developers face when remediating a leaked secret, we created a new article, "[Remediating a leaked secret](https://docs.github.com/en/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/remediating-a-leaked-secret)".
6+
7+
The new guide incorporates cross-platform GitHub tools, as well as opinionated guidance from GitHub's secret scanning team, to walk the developer through a thorough remediation process.
8+
9+
It also clearly communicates the risks of leaked secrets, the challenges of remediation, and the value of enabling [GitHub Secret Protection](https://docs.github.com/en/get-started/learning-about-github/about-github-advanced-security#github-secret-protection).
10+
11+
<hr>
12+
313
**28 July 2025**
414

515
We have restructured the general "[Billing and payments](https://docs.github.com/en/billing)" articles to align with the Copilot and Actions docs. In addition, we've combined a few old "About" articles to directly answer common questions that new users have: [How GitHub billing works](https://docs.github.com/en/billing/get-started/how-billing-works) and [Introduction to billing and licensing](https://docs.github.com/en/billing/get-started/introduction-to-billing).
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
- /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard
99
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard
1010
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard
11+
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard
1112
intro: 'You can visit your personal dashboard to keep track of issues and pull requests you''re working on or following, navigate to your top repositories and team pages, stay updated on recent activities in organizations and repositories you''re subscribed to, and explore recommended repositories.'
1213
versions:
1314
fpt: '*'
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Get started with your GitHub account and profile
3+
shortTitle: Get started
4+
intro: 'Learn the basics of your {% data variables.product.github %} account and profile.'
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /about-your-personal-dashboard
11+
- /personalizing-your-profile
12+
---
13+
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Personalizing your profile
3-
intro: 'You can share information about yourself with other users by setting a profile picture and adding a bio to your profile.'
3+
intro: You can share information about yourself with other users by setting a profile picture and adding a bio to your profile.
44
redirect_from:
55
- /articles/adding-a-bio-to-your-profile
66
- /articles/setting-your-profile-picture
@@ -10,6 +10,7 @@ redirect_from:
1010
- /articles/personalizing-your-profile
1111
- /github/setting-up-and-managing-your-github-profile/personalizing-your-profile
1212
- /github/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile
13+
- /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile
1314
versions:
1415
fpt: '*'
1516
ghes: '*'

content/account-and-profile/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ topics:
3434
- Profiles
3535
- Notifications
3636
children:
37+
- /get-started
38+
- /concepts
39+
- /tutorials
40+
- /reference
3741
- /setting-up-and-managing-your-personal-account-on-github
3842
- /setting-up-and-managing-your-github-profile
3943
- /managing-subscriptions-and-notifications-on-github
40-
- /concepts
41-
- /reference
4244
---
4345

content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ versions:
1111
topics:
1212
- Profiles
1313
children:
14-
- /personalizing-your-profile
1514
- /managing-your-profile-readme
1615
- /pinning-items-to-your-profile
1716
- /setting-your-profile-to-private
18-
- /using-your-github-profile-to-enhance-your-resume
1917
---
2018

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ versions:
1515
topics:
1616
- Accounts
1717
children:
18-
- /about-your-personal-dashboard
1918
- /managing-your-tab-size-rendering-preference
2019
- /permission-levels-for-a-project-board-owned-by-a-personal-account
2120
- /managing-accessibility-settings
2221
- /managing-the-default-branch-name-for-your-repositories
23-
- /managing-security-and-analysis-settings-for-your-personal-account
2422
- /managing-access-to-your-personal-accounts-project-boards
25-
- /managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages
2623
- /integrating-jira-with-your-personal-projects
2724
- /about-available-for-hire
2825
shortTitle: Personal account settings
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Tutorials for your GitHub account and profile
3+
shortTitle: Tutorials
4+
intro: 'Build skills and knowledge about your {% data variables.product.github %} account and profile through hands-on activities.'
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
topics:
10+
- Accounts
11+
- Profiles
12+
children:
13+
- /managing-security-and-analysis-settings-for-your-personal-account
14+
- /managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages
15+
- /using-your-github-profile-to-enhance-your-resume
16+
---
17+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ redirect_from:
1212
- /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account
1313
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account
1414
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account
15+
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-security-and-analysis-settings-for-your-personal-account
1516
shortTitle: Manage security & analysis
1617
---
1718
## About management of security and analysis settings

0 commit comments

Comments
 (0)