diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db1021bc666..99cd985f87ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Docs changelog +**4 August 2025** + +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)". + +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. + +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). + +
+ **28 July 2025** 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). diff --git a/assets/images/help/billing/enhanced-billing-platform-products-tabs.png b/assets/images/help/billing/enhanced-billing-platform-products-tabs.png deleted file mode 100644 index bd75acff962e..000000000000 Binary files a/assets/images/help/billing/enhanced-billing-platform-products-tabs.png and /dev/null differ diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard.md b/content/account-and-profile/get-started/about-your-personal-dashboard.md similarity index 97% rename from content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard.md rename to content/account-and-profile/get-started/about-your-personal-dashboard.md index ef816dfa3422..408603fa9dfd 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard.md +++ b/content/account-and-profile/get-started/about-your-personal-dashboard.md @@ -8,6 +8,7 @@ redirect_from: - /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard - /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard - /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard + - /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard 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.' versions: fpt: '*' diff --git a/content/account-and-profile/get-started/index.md b/content/account-and-profile/get-started/index.md new file mode 100644 index 000000000000..ab36a83a6153 --- /dev/null +++ b/content/account-and-profile/get-started/index.md @@ -0,0 +1,13 @@ +--- +title: Get started with your GitHub account and profile +shortTitle: Get started +intro: 'Learn the basics of your {% data variables.product.github %} account and profile.' +versions: + fpt: '*' + ghes: '*' + ghec: '*' +children: + - /about-your-personal-dashboard + - /personalizing-your-profile +--- + diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md b/content/account-and-profile/get-started/personalizing-your-profile.md similarity index 98% rename from content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md rename to content/account-and-profile/get-started/personalizing-your-profile.md index c26bcf355b62..2a9aeca5e827 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md +++ b/content/account-and-profile/get-started/personalizing-your-profile.md @@ -1,6 +1,6 @@ --- title: Personalizing your profile -intro: 'You can share information about yourself with other users by setting a profile picture and adding a bio to your profile.' +intro: You can share information about yourself with other users by setting a profile picture and adding a bio to your profile. redirect_from: - /articles/adding-a-bio-to-your-profile - /articles/setting-your-profile-picture @@ -10,6 +10,7 @@ redirect_from: - /articles/personalizing-your-profile - /github/setting-up-and-managing-your-github-profile/personalizing-your-profile - /github/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile + - /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile versions: fpt: '*' ghes: '*' diff --git a/content/account-and-profile/index.md b/content/account-and-profile/index.md index 29585cada1c0..c52d6acdf787 100644 --- a/content/account-and-profile/index.md +++ b/content/account-and-profile/index.md @@ -34,10 +34,12 @@ topics: - Profiles - Notifications children: + - /get-started + - /concepts + - /tutorials + - /reference - /setting-up-and-managing-your-personal-account-on-github - /setting-up-and-managing-your-github-profile - /managing-subscriptions-and-notifications-on-github - - /concepts - - /reference --- diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md index 2d827e16d041..bdc2fb852863 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md +++ b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md @@ -11,10 +11,8 @@ versions: topics: - Profiles children: - - /personalizing-your-profile - /managing-your-profile-readme - /pinning-items-to-your-profile - /setting-your-profile-to-private - - /using-your-github-profile-to-enhance-your-resume --- diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md index 6e080c64ccac..812a24b591e2 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md @@ -15,14 +15,11 @@ versions: topics: - Accounts children: - - /about-your-personal-dashboard - /managing-your-tab-size-rendering-preference - /permission-levels-for-a-project-board-owned-by-a-personal-account - /managing-accessibility-settings - /managing-the-default-branch-name-for-your-repositories - - /managing-security-and-analysis-settings-for-your-personal-account - /managing-access-to-your-personal-accounts-project-boards - - /managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages - /integrating-jira-with-your-personal-projects - /about-available-for-hire shortTitle: Personal account settings diff --git a/content/account-and-profile/tutorials/index.md b/content/account-and-profile/tutorials/index.md new file mode 100644 index 000000000000..94458efd0c52 --- /dev/null +++ b/content/account-and-profile/tutorials/index.md @@ -0,0 +1,17 @@ +--- +title: Tutorials for your GitHub account and profile +shortTitle: Tutorials +intro: 'Build skills and knowledge about your {% data variables.product.github %} account and profile through hands-on activities.' +versions: + fpt: '*' + ghes: '*' + ghec: '*' +topics: + - Accounts + - Profiles +children: + - /managing-security-and-analysis-settings-for-your-personal-account + - /managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages + - /using-your-github-profile-to-enhance-your-resume +--- + diff --git a/content/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.md b/content/account-and-profile/tutorials/managing-security-and-analysis-settings-for-your-personal-account.md similarity index 95% rename from content/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.md rename to content/account-and-profile/tutorials/managing-security-and-analysis-settings-for-your-personal-account.md index 060b620b01e6..b5777532ee1f 100644 --- a/content/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.md +++ b/content/account-and-profile/tutorials/managing-security-and-analysis-settings-for-your-personal-account.md @@ -12,6 +12,7 @@ redirect_from: - /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account - /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account - /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 + - /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 shortTitle: Manage security & analysis --- ## About management of security and analysis settings diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md b/content/account-and-profile/tutorials/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md similarity index 91% rename from content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md rename to content/account-and-profile/tutorials/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md index a0c8eb10c64a..eec997e80c91 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md +++ b/content/account-and-profile/tutorials/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md @@ -10,6 +10,7 @@ topics: shortTitle: Manage cookie preferences redirect_from: - /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages + - /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages --- ## About cookie preferences on enterprise marketing pages diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md b/content/account-and-profile/tutorials/using-your-github-profile-to-enhance-your-resume.md similarity index 97% rename from content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md rename to content/account-and-profile/tutorials/using-your-github-profile-to-enhance-your-resume.md index 2ac023012f3d..166ae1668c85 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md +++ b/content/account-and-profile/tutorials/using-your-github-profile-to-enhance-your-resume.md @@ -6,6 +6,8 @@ versions: topics: - Profiles shortTitle: Enhance your resume +redirect_from: + - /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume --- ## How can my {% data variables.product.github %} profile help with my job search? diff --git a/data/features/dependabot-grouped-security-updates-config.yml b/data/features/dependabot-grouped-security-updates-config.yml deleted file mode 100644 index b0202387117e..000000000000 --- a/data/features/dependabot-grouped-security-updates-config.yml +++ /dev/null @@ -1,5 +0,0 @@ -# Reference: Issue #13341 & 13345 Dependabot Grouped Security Updates: Configure Groups -versions: - fpt: '*' - ghec: '*' - ghes: '>= 3.14' diff --git a/data/features/dependabot-updates-multidirectory-support.yml b/data/features/dependabot-updates-multidirectory-support.yml deleted file mode 100644 index d9ed16363fa0..000000000000 --- a/data/features/dependabot-updates-multidirectory-support.yml +++ /dev/null @@ -1,5 +0,0 @@ -# Reference: Issue #13733 - Multidirectory Configuration for Dependabot Version Updates - [Public Beta] -versions: - fpt: '*' - ghec: '*' - ghes: '>3.13' diff --git a/data/features/projects-v2-auto-close.yml b/data/features/projects-v2-auto-close.yml deleted file mode 100644 index 0a3c4ab4a668..000000000000 --- a/data/features/projects-v2-auto-close.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Issue 14171 -# ProjectV2 auto-closing -versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' diff --git a/data/features/projects-v2-sorting-update.yml b/data/features/projects-v2-sorting-update.yml deleted file mode 100644 index dbf731779c96..000000000000 --- a/data/features/projects-v2-sorting-update.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Issue 14312 -# Updates to sorting fields -versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' diff --git a/data/features/security-overview-3-14-overview.yml b/data/features/security-overview-3-14-overview.yml deleted file mode 100644 index 5d26e2e28eb2..000000000000 --- a/data/features/security-overview-3-14-overview.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Reference: #14180 -# Documentation for the addition of tool filters to the Overview page in the Security tab. -# Ref 17108 Advanced Security available to Team plans -versions: - fpt: '*' - ghes: '>3.13' - ghec: '*' diff --git a/data/features/security-overview-enterprise-enablement-report.yml b/data/features/security-overview-enterprise-enablement-report.yml deleted file mode 100644 index 05b2c665031c..000000000000 --- a/data/features/security-overview-enterprise-enablement-report.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Reference: #14354 -# Documentation for the enterprise-level Enablement trends report (for security products) [Public Beta] -versions: - fpt: '*' - ghes: '>3.13' - ghec: '*' diff --git a/data/reusables/code-scanning/codeql-query-tables/rust.md b/data/reusables/code-scanning/codeql-query-tables/rust.md deleted file mode 100644 index 6c236a4dafa2..000000000000 --- a/data/reusables/code-scanning/codeql-query-tables/rust.md +++ /dev/null @@ -1,16 +0,0 @@ -{% rowheaders %} - -| Query name | Related CWEs | Default | Extended | {% data variables.copilot.copilot_autofix_short %} | -| --- | --- | --- | --- | --- | -| [Access of invalid pointer](https://codeql.github.com/codeql-query-help/rust/rust-access-invalid-pointer/) | 476, 825 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Cleartext logging of sensitive information](https://codeql.github.com/codeql-query-help/rust/rust-cleartext-logging/) | 312, 359, 532 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Cleartext transmission of sensitive information](https://codeql.github.com/codeql-query-help/rust/rust-cleartext-transmission/) | 319 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Database query built from user-controlled sources](https://codeql.github.com/codeql-query-help/rust/rust-sql-injection/) | 089 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Regular expression injection](https://codeql.github.com/codeql-query-help/rust/rust-regex-injection/) | 020, 074 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Uncontrolled allocation size](https://codeql.github.com/codeql-query-help/rust/rust-uncontrolled-allocation-size/) | 770, 789 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Uncontrolled data used in path expression](https://codeql.github.com/codeql-query-help/rust/rust-path-injection/) | 022, 023, 036, 073, 099 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Use of a broken or weak cryptographic algorithm](https://codeql.github.com/codeql-query-help/rust/rust-weak-cryptographic-algorithm/) | 327 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Use of a broken or weak cryptographic hashing algorithm on sensitive data](https://codeql.github.com/codeql-query-help/rust/rust-weak-sensitive-data-hashing/) | 327, 328, 916 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Access of a pointer after its lifetime has ended](https://codeql.github.com/codeql-query-help/rust/rust-access-after-lifetime-ended/) | 825 | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | - -{% endrowheaders %} diff --git a/data/reusables/package_registry/packages-spending-limit-brief.md b/data/reusables/package_registry/packages-spending-limit-brief.md deleted file mode 100644 index b9ab7fc8b309..000000000000 --- a/data/reusables/package_registry/packages-spending-limit-brief.md +++ /dev/null @@ -1 +0,0 @@ -Monthly-billed customers may have spending limits in place that prevent additional usage of storage or data transfer after you reach the included amounts. Invoice-billed customers typically have unlimited spending. Check your account's budgets to ensure they are appropriate for your usage needs. See [AUTOTITLE](/billing/tutorials/set-up-budgets#viewing-budgets).