From 6d768d631c4b3e330bd1197bb846911e08a14f85 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Sat, 28 Feb 2026 04:08:04 -0800 Subject: [PATCH 01/21] Sync secret scanning data (#59923) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- src/secret-scanning/data/pattern-docs/fpt/public-docs.yml | 4 ++-- src/secret-scanning/data/pattern-docs/ghec/public-docs.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml b/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml index cde8633c4238..eacf6c16db71 100644 --- a/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml @@ -2687,7 +2687,7 @@ base64Supported: true isduplicate: true - provider: Langchain - supportedSecret: Langchain API Personal Key + supportedSecret: LangSmith Personal Access Token secretType: langchain_api_personal_key isPublic: false isPrivateWithGhas: true @@ -2697,7 +2697,7 @@ base64Supported: false isduplicate: false - provider: Langchain - supportedSecret: Langchain API Server Key + supportedSecret: LangSmith Service Key secretType: langchain_api_server_key isPublic: false isPrivateWithGhas: true diff --git a/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml b/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml index cde8633c4238..eacf6c16db71 100644 --- a/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml @@ -2687,7 +2687,7 @@ base64Supported: true isduplicate: true - provider: Langchain - supportedSecret: Langchain API Personal Key + supportedSecret: LangSmith Personal Access Token secretType: langchain_api_personal_key isPublic: false isPrivateWithGhas: true @@ -2697,7 +2697,7 @@ base64Supported: false isduplicate: false - provider: Langchain - supportedSecret: Langchain API Server Key + supportedSecret: LangSmith Service Key secretType: langchain_api_server_key isPublic: false isPrivateWithGhas: true From 667953bbc9ae138b672430cd7803a94f83fcf767 Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Mon, 2 Mar 2026 02:58:33 -0500 Subject: [PATCH 02/21] Fix command for checking SSSE3 flag in CPU info (#59929) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../configuring-secret-scanning-for-your-appliance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/how-tos/secure-at-scale/configure-enterprise-security/configure-specific-tools/configuring-secret-scanning-for-your-appliance.md b/content/code-security/how-tos/secure-at-scale/configure-enterprise-security/configure-specific-tools/configuring-secret-scanning-for-your-appliance.md index 9196e343393d..52081f833685 100644 --- a/content/code-security/how-tos/secure-at-scale/configure-enterprise-security/configure-specific-tools/configuring-secret-scanning-for-your-appliance.md +++ b/content/code-security/how-tos/secure-at-scale/configure-enterprise-security/configure-specific-tools/configuring-secret-scanning-for-your-appliance.md @@ -44,7 +44,7 @@ The SSSE3 set of instructions is required because {% data variables.product.prod 1. Enter the following command: ```shell - grep -iE '^flags.*ssse3' /proc/cpuinfo >/dev/null | echo $? + grep -iE '^flags.*ssse3' /proc/cpuinfo >/dev/null; echo $? ``` If this returns the value `0`, it means that the SSSE3 flag is available and enabled. You can now enable {% data variables.product.prodname_secret_scanning %}. See [Enabling {% data variables.product.prodname_secret_scanning %}](#enabling-secret-scanning) below. From d5f9c3c7a21cc6f1084eec9262b65fe194400f53 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:10:54 +0000 Subject: [PATCH 03/21] Remove topics frontmatter from content/get-started (#59878) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: subatoi <32935794+subatoi@users.noreply.github.com> Co-authored-by: Kevin Heis Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- content/README.md | 5 - .../about-topics.md | 58 ------ .../style-guide-and-content-model/index.md | 3 +- .../writing-for-github-docs/templates.md | 12 -- .../using-yaml-frontmatter.md | 6 - .../managing-your-theme-settings.md | 2 - ...hive-program-for-your-public-repository.md | 3 - ...-archive-of-your-personal-accounts-data.md | 3 - .../contributing-to-a-project.md | 5 - ...-to-contribute-to-open-source-on-github.md | 2 - .../following-organizations.md | 2 - .../following-people.md | 2 - .../exploring-projects-on-github/index.md | 2 - .../saving-repositories-with-stars.md | 2 - ...sing-github-copilot-to-explore-projects.md | 3 - content/get-started/git-basics/set-up-git.md | 5 - content/get-started/index.md | 5 - .../about-github-advanced-security.md | 2 - .../access-permissions-on-github.md | 3 - .../faq-about-changes-to-githubs-plans.md | 2 - .../github-language-support.md | 2 - .../learning-about-github/githubs-plans.md | 6 - .../learning-about-github/index.md | 6 - .../types-of-github-accounts.md | 6 - ...nd-fixing-your-first-code-vulnerability.md | 4 - ...ing-your-first-dependency-vulnerability.md | 5 - .../finding-and-understanding-example-code.md | 5 - ...edback-on-your-code-from-github-copilot.md | 5 - .../getting-started-with-git.md | 4 - .../learning-to-debug-with-github-copilot.md | 2 - ...setting-up-copilot-for-learning-to-code.md | 2 - .../storing-your-secrets-safely.md | 2 - .../about-github-and-git.md | 6 - .../creating-an-account-on-github.md | 2 - .../downloading-files-from-github.md | 2 - .../finding-inspiration-on-github.md | 4 - .../start-your-journey/hello-world.md | 3 - .../get-started/start-your-journey/index.md | 5 - .../setting-up-your-profile.md | 3 - .../uploading-a-project-to-github.md | 2 - content/get-started/using-git/about-git.md | 3 - .../using-github/communicating-on-github.md | 5 - .../using-github/connecting-to-github.md | 6 - ...ly-access-releases-with-feature-preview.md | 2 - .../get-started/using-github/github-flow.md | 3 - .../get-started/using-github/github-mobile.md | 2 - .../about-tasklists.md | 3 - .../attaching-files.md | 2 - ...ting-a-permanent-link-to-a-code-snippet.md | 2 - ...ng-keywords-in-issues-and-pull-requests.md | 3 - data/allowed-topics.ts | 176 ------------------ src/search/tests/topics.ts | 45 ----- 52 files changed, 2 insertions(+), 453 deletions(-) delete mode 100644 content/contributing/style-guide-and-content-model/about-topics.md delete mode 100644 data/allowed-topics.ts delete mode 100644 src/search/tests/topics.ts diff --git a/content/README.md b/content/README.md index e2740dfeef4a..10253b843958 100644 --- a/content/README.md +++ b/content/README.md @@ -290,11 +290,6 @@ journeyTracks: - Type: `String`, one of the `overview`, `quick_start`, `tutorial`, `how_to`, `reference`. - Optional. -### `topics` -- Purpose: Indicate the topics covered by the article. Refer to the content models for more details about adding topics. A full list of existing topics is located in the [allowed topics file](/data/allowed-topics.ts). If topics in article frontmatter and the allow-topics list become out of sync, the [topics CI test](/src/search/tests/topics.ts) will fail. -- Type: Array of `String`s -- Optional: Topics are preferred for each article, but, there may be cases where existing articles don't yet have topics, or adding a topic to a new article may not add value. - ### `communityRedirect` - Purpose: Set a custom link and link name for `Ask the GitHub community` link in the footer. - Type: `Object`. Properties are `name` and `href`. diff --git a/content/contributing/style-guide-and-content-model/about-topics.md b/content/contributing/style-guide-and-content-model/about-topics.md deleted file mode 100644 index 8b2a907715b7..000000000000 --- a/content/contributing/style-guide-and-content-model/about-topics.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: About topics -shortTitle: About topics -intro: Use topics to make articles searchable. -versions: - fpt: '*' - ghec: '*' - ghes: '*' ---- - -An article can be defined as being relevant to one or more topics by having those topics listed in the article's frontmatter. For example: - -```yaml ---- -title: "Managing branches in your repository" -topics: - - "GitHub" - - "Git" - - "Repositories" ---- -``` - -For more information on adding topics to an article see, [AUTOTITLE](/contributing/writing-for-github-docs/using-yaml-frontmatter#topics). For a list of all allowed topics, see [`allowed-topics`](https://github.com/github/docs/blob/main/data/allowed-topics.ts). - -## Topics for all content types - -* Use nouns as topics -* Topics help people meaningfully group content - * When possible, use more specific topics that are relevant and not just broad topics. For example, `REST` or `GraphQL` rather than just `API` - * Ensure that topics on similar articles are consistent so that people who filter by a topic get all of the relevant articles. For example, all articles about CI should have the `CI` topic plus more specific topics - * Avoid ambiguous topics. For example, `Actions` may not be a useful topic within the Actions product since it could refer to the product {% data variables.product.prodname_actions %} or the product element called an action -* Topics add value beyond and do not replicate the article’s title, type, or category - * For example, within the Actions product, `Actions` does not add value since someone in this section of the docs would already know that they are looking at Actions docs -* Use `Fundamentals` for articles related to the core concepts of a product area. - * Use: `Fundamentals` in an article like “Introduction to {% data variables.product.prodname_actions %}” - * Avoid: `Actions` in an article like "Introduction to {% data variables.product.prodname_actions %}" -* Commonly-recognized abbreviations can be used, but obscure or ambiguous abbreviations should be avoided - * Use: `CI` instead of `Continuous integration` - * Avoid: `CS` instead of `{% data variables.product.prodname_code_scanning_caps %}` -* Use the short forms of {% data variables.product.prodname_dotcom %} product names - * Use: `Actions` instead of `GitHub Actions` - -## Checklist for choosing topics - -Consider these questions to help choose topics for an article. Not every article will have a topic for each item in the checklist. - -* What is the feature or product area? - * Example: `Enterprise` - Is the article about a sub-feature (unless the product name matches the feature name)? - * Example: `Dependabot` -* Is the feature part of a restricted program? - * Examples: `{% data variables.product.prodname_copilot_short %}` -* What element of the feature or product is the article? - * Example: `Organizations` -* What is the broad purpose of the article? - * Example: `Permissions` -* What programming languages, package managers, or ecosystems does the article explicitly address? Only include these topics if it adds value to someone filtering the docs, not just if an article lists supported languages, package managers, or ecosystems. - * Example: `Ruby` diff --git a/content/contributing/style-guide-and-content-model/index.md b/content/contributing/style-guide-and-content-model/index.md index bfdebf3b1c24..0e422c886e96 100644 --- a/content/contributing/style-guide-and-content-model/index.md +++ b/content/contributing/style-guide-and-content-model/index.md @@ -3,11 +3,12 @@ title: Style guide and content model intro: 'Learn about how we keep GitHub''s documentation consistent, easy to follow, and maintainable.' versions: feature: 'contributing' +redirect_from: + - /contributing/style-guide-and-content-model/about-topics children: - /style-guide - /about-the-content-model - /contents-of-a-github-docs-article - - /about-topics - /conceptual-content-type - /referential-content-type - /procedural-content-type diff --git a/content/contributing/writing-for-github-docs/templates.md b/content/contributing/writing-for-github-docs/templates.md index abea2ba86d20..4b21817f0ade 100644 --- a/content/contributing/writing-for-github-docs/templates.md +++ b/content/contributing/writing-for-github-docs/templates.md @@ -20,8 +20,6 @@ shortTitle: '' intro: 'Article intro. See tips for a great intro below.' product: "optional product callout" type: overview -topics: - - topic versions: - version --- @@ -72,8 +70,6 @@ shortTitle: # Max 31 characters intro: 'Article intro. See tips for a great intro below.' product: "{{ optional product callout }}" type: reference -topics: - - # One or more from list of allowed topics: https://github.com/github/docs/blob/main/data/allowed-topics.ts versions: - --- @@ -124,8 +120,6 @@ shortTitle: # Max 31 characters intro: 'Article intro. See tips for a great intro below.' product: "{{ optional product callout }}" type: how_to -topics: - - # One or more from list of allowed topics: https://github.com/github/docs/blob/main/data/allowed-topics.ts versions: - --- @@ -175,8 +169,6 @@ title: Quickstart title shortTitle: # Max 31 characters intro: 'Article intro. Highlight that the guide is quick and to the point.' type: quick_start -topics: - - # One or more from list of allowed topics: https://github.com/github/docs/blob/main/data/allowed-topics.ts versions: - --- @@ -244,8 +236,6 @@ shortTitle: # Max 31 characters intro: 'Article intro. See tips for a great intro below' product: "{{ optional product callout }}" type: tutorial -topics: - - # One or more from list of allowed topics: https://github.com/github/docs/blob/main/data/allowed-topics.ts versions: - --- @@ -319,8 +309,6 @@ shortTitle: # Max 31 characters intro: 'Article intro. See tips for a great intro below' product: "{{ optional product callout }}" type: tutorial -topics: - - # One or more from list of allowed topics: https://github.com/github/docs/blob/main/data/allowed-topics.ts versions: - --- diff --git a/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md b/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md index 764cb95acb00..28bf0b6298d3 100644 --- a/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md +++ b/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md @@ -289,12 +289,6 @@ journeyTracks: * Type: `String`, one of the `overview`, `quick_start`, `tutorial`, `how_to`, `reference`, `rai`. * Optional. -### `topics` - -* Purpose: Indicate the topics covered by the article. Refer to the content models for more details about adding topics. A full list of existing topics is located in the [allowed topics file](https://github.com/github/docs/blob/main/data/allowed-topics.ts). If topics in article frontmatter and the allow-topics list become out of sync, the [topics CI test](https://github.com/github/docs/blob/main/src/search/tests/topics.ts) will fail. -* Type: Array of `String`s -* Optional: Topics are preferred for each article, but, there may be cases where existing articles don't yet have topics, or adding a topic to a new article may not add value. - ### `communityRedirect` * Purpose: Set a custom link and link name for `Ask the GitHub community` link in the footer. diff --git a/content/get-started/accessibility/managing-your-theme-settings.md b/content/get-started/accessibility/managing-your-theme-settings.md index ace15245fc9a..71fa78e5ac95 100644 --- a/content/get-started/accessibility/managing-your-theme-settings.md +++ b/content/get-started/accessibility/managing-your-theme-settings.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Accounts redirect_from: - /github/setting-up-and-managing-your-github-user-account/managing-your-theme-settings - /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings diff --git a/content/get-started/archiving-your-github-personal-account-and-public-repositories/opting-into-or-out-of-the-github-archive-program-for-your-public-repository.md b/content/get-started/archiving-your-github-personal-account-and-public-repositories/opting-into-or-out-of-the-github-archive-program-for-your-public-repository.md index b363e98bab6b..851aa6b3b3c7 100644 --- a/content/get-started/archiving-your-github-personal-account-and-public-repositories/opting-into-or-out-of-the-github-archive-program-for-your-public-repository.md +++ b/content/get-started/archiving-your-github-personal-account-and-public-repositories/opting-into-or-out-of-the-github-archive-program-for-your-public-repository.md @@ -8,9 +8,6 @@ redirect_from: versions: fpt: '*' ghec: '*' -topics: - - Policy - - Legal shortTitle: GitHub Archive program --- diff --git a/content/get-started/archiving-your-github-personal-account-and-public-repositories/requesting-an-archive-of-your-personal-accounts-data.md b/content/get-started/archiving-your-github-personal-account-and-public-repositories/requesting-an-archive-of-your-personal-accounts-data.md index 068b1cdb6078..21ee21c4f865 100644 --- a/content/get-started/archiving-your-github-personal-account-and-public-repositories/requesting-an-archive-of-your-personal-accounts-data.md +++ b/content/get-started/archiving-your-github-personal-account-and-public-repositories/requesting-an-archive-of-your-personal-accounts-data.md @@ -9,9 +9,6 @@ intro: '{% data reusables.user-settings.export-data %}' versions: fpt: '*' ghec: '*' -topics: - - Policy - - Legal shortTitle: Request account archive --- diff --git a/content/get-started/exploring-projects-on-github/contributing-to-a-project.md b/content/get-started/exploring-projects-on-github/contributing-to-a-project.md index 834351f3ecfa..7c0c404fd34c 100644 --- a/content/get-started/exploring-projects-on-github/contributing-to-a-project.md +++ b/content/get-started/exploring-projects-on-github/contributing-to-a-project.md @@ -7,11 +7,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Pull requests - - Forks - - GitHub - - Open Source redirect_from: - /get-started/quickstart/contributing-to-projects --- diff --git a/content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md b/content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md index 0f17882f785f..cf8c4568e89a 100644 --- a/content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md +++ b/content/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github.md @@ -14,8 +14,6 @@ redirect_from: versions: fpt: '*' ghec: '*' -topics: - - Open Source shortTitle: Finding open source projects --- diff --git a/content/get-started/exploring-projects-on-github/following-organizations.md b/content/get-started/exploring-projects-on-github/following-organizations.md index a953514ea138..7c353ea9e411 100644 --- a/content/get-started/exploring-projects-on-github/following-organizations.md +++ b/content/get-started/exploring-projects-on-github/following-organizations.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Profile --- {% data reusables.organizations.follow-organizations-beta %} diff --git a/content/get-started/exploring-projects-on-github/following-people.md b/content/get-started/exploring-projects-on-github/following-people.md index d2dfc870d151..626687cfa307 100644 --- a/content/get-started/exploring-projects-on-github/following-people.md +++ b/content/get-started/exploring-projects-on-github/following-people.md @@ -10,8 +10,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Profile --- ## About followers diff --git a/content/get-started/exploring-projects-on-github/index.md b/content/get-started/exploring-projects-on-github/index.md index 4a4653b7d257..bbaa6a5f7f6c 100644 --- a/content/get-started/exploring-projects-on-github/index.md +++ b/content/get-started/exploring-projects-on-github/index.md @@ -11,8 +11,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Projects children: - /finding-ways-to-contribute-to-open-source-on-github - /contributing-to-open-source diff --git a/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md b/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md index 96c99065bf2b..b4578a6be4f3 100644 --- a/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md +++ b/content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md @@ -13,8 +13,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Repositories shortTitle: Save repositories with stars --- You can search, sort, and filter your starred repositories and topics on your {% data variables.explore.your_stars_page %}. diff --git a/content/get-started/exploring-projects-on-github/using-github-copilot-to-explore-projects.md b/content/get-started/exploring-projects-on-github/using-github-copilot-to-explore-projects.md index 90b1ee7b318f..822f085e6968 100644 --- a/content/get-started/exploring-projects-on-github/using-github-copilot-to-explore-projects.md +++ b/content/get-started/exploring-projects-on-github/using-github-copilot-to-explore-projects.md @@ -3,9 +3,6 @@ title: Using GitHub Copilot to explore projects intro: 'This guide will help you use {% data variables.product.prodname_copilot_short %} to explore projects on {% data variables.product.prodname_dotcom %}.' versions: feature: copilot -topics: - - Copilot - - Repositories shortTitle: Use Copilot to explore projects --- diff --git a/content/get-started/git-basics/set-up-git.md b/content/get-started/git-basics/set-up-git.md index 3d628b57e19c..ab4e17148c42 100644 --- a/content/get-started/git-basics/set-up-git.md +++ b/content/get-started/git-basics/set-up-git.md @@ -19,11 +19,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Pull requests - - Issues - - Notifications - - Accounts --- ## Using Git diff --git a/content/get-started/index.md b/content/get-started/index.md index c5af7bdc1aba..0af4384be9a7 100644 --- a/content/get-started/index.md +++ b/content/get-started/index.md @@ -47,11 +47,6 @@ featuredLinks: - /get-started/learning-about-github/types-of-github-accounts - /get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github - /get-started/using-github/troubleshooting-connectivity-problems -topics: - - Pull requests - - Issues - - Notifications - - Accounts children: - /start-your-journey - /onboarding diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index a94f580fcc01..e7a8e391454c 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Security redirect_from: - /github/getting-started-with-github/about-github-advanced-security - /github/getting-started-with-github/learning-about-github/about-github-advanced-security diff --git a/content/get-started/learning-about-github/access-permissions-on-github.md b/content/get-started/learning-about-github/access-permissions-on-github.md index b4fa2688b176..4a38e8e2a041 100644 --- a/content/get-started/learning-about-github/access-permissions-on-github.md +++ b/content/get-started/learning-about-github/access-permissions-on-github.md @@ -12,9 +12,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Permissions - - Accounts shortTitle: Access permissions --- diff --git a/content/get-started/learning-about-github/faq-about-changes-to-githubs-plans.md b/content/get-started/learning-about-github/faq-about-changes-to-githubs-plans.md index 72d2224341a1..9e3912efed0c 100644 --- a/content/get-started/learning-about-github/faq-about-changes-to-githubs-plans.md +++ b/content/get-started/learning-about-github/faq-about-changes-to-githubs-plans.md @@ -4,8 +4,6 @@ intro: 'As of April 14, 2020, GitHub announced that all of the core GitHub featu versions: fpt: '*' ghec: '*' -topics: - - GitHub redirect_from: - /github/getting-started-with-github/faq-about-changes-to-githubs-plans - /github/getting-started-with-github/learning-about-github/faq-about-changes-to-githubs-plans diff --git a/content/get-started/learning-about-github/github-language-support.md b/content/get-started/learning-about-github/github-language-support.md index 69603cdd83da..342de00e4858 100644 --- a/content/get-started/learning-about-github/github-language-support.md +++ b/content/get-started/learning-about-github/github-language-support.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub redirect_from: - /github/getting-started-with-github/github-language-support - /github/getting-started-with-github/learning-about-github/github-language-support diff --git a/content/get-started/learning-about-github/githubs-plans.md b/content/get-started/learning-about-github/githubs-plans.md index 39594e6bfe83..d5d755e9958e 100644 --- a/content/get-started/learning-about-github/githubs-plans.md +++ b/content/get-started/learning-about-github/githubs-plans.md @@ -12,12 +12,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Accounts - - CLI - - Mobile - - Desktop - - Security --- ## About {% data variables.product.prodname_dotcom %}'s plans diff --git a/content/get-started/learning-about-github/index.md b/content/get-started/learning-about-github/index.md index fe9f8a0bd18c..84be3d249203 100644 --- a/content/get-started/learning-about-github/index.md +++ b/content/get-started/learning-about-github/index.md @@ -8,12 +8,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Accounts - - CLI - - Mobile - - Desktop - - Security children: - /githubs-plans - /github-language-support diff --git a/content/get-started/learning-about-github/types-of-github-accounts.md b/content/get-started/learning-about-github/types-of-github-accounts.md index 4d98833fe394..148e621710e8 100644 --- a/content/get-started/learning-about-github/types-of-github-accounts.md +++ b/content/get-started/learning-about-github/types-of-github-accounts.md @@ -13,12 +13,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Accounts - - CLI - - Mobile - - Desktop - - Security --- ## About accounts diff --git a/content/get-started/learning-to-code/finding-and-fixing-your-first-code-vulnerability.md b/content/get-started/learning-to-code/finding-and-fixing-your-first-code-vulnerability.md index a198d41094d0..f4ceb82c7ce0 100644 --- a/content/get-started/learning-to-code/finding-and-fixing-your-first-code-vulnerability.md +++ b/content/get-started/learning-to-code/finding-and-fixing-your-first-code-vulnerability.md @@ -4,10 +4,6 @@ shortTitle: Secure your code intro: 'Learn the basics of securing your code by resolving a {% data variables.product.prodname_code_scanning %} alert in a demo repository.' versions: fpt: '*' -topics: - - Code Security - - Code scanning - - Alerts --- As you're learning to code, it's normal to accidentally introduce vulnerabilities into your projects. If these security issues aren't addressed before you share your work, attackers can use them to manipulate your code and access sensitive data, so it's important to identify and patch them as soon as possible. diff --git a/content/get-started/learning-to-code/finding-and-fixing-your-first-dependency-vulnerability.md b/content/get-started/learning-to-code/finding-and-fixing-your-first-dependency-vulnerability.md index c75afde3ed32..5945a0b6ec79 100644 --- a/content/get-started/learning-to-code/finding-and-fixing-your-first-dependency-vulnerability.md +++ b/content/get-started/learning-to-code/finding-and-fixing-your-first-dependency-vulnerability.md @@ -4,11 +4,6 @@ shortTitle: Secure your dependencies intro: 'Learn how to keep your dependencies secure by enabling {% data variables.product.prodname_dependabot %} and its features in a demo repository.' versions: fpt: '*' -topics: - - Code Security - - Dependabot - - Dependencies - - Alerts --- Using pre-written collections of code in your project, called **libraries** or **packages**, is common practice. These code modules save you a ton of time, letting you focus on the new, creative aspects of your work instead of coding large reusable components from scratch. When added to your project, they are called **dependencies**, since your work is dependent on the code they contain. diff --git a/content/get-started/learning-to-code/finding-and-understanding-example-code.md b/content/get-started/learning-to-code/finding-and-understanding-example-code.md index d5e35602f023..042165956b62 100644 --- a/content/get-started/learning-to-code/finding-and-understanding-example-code.md +++ b/content/get-started/learning-to-code/finding-and-understanding-example-code.md @@ -4,11 +4,6 @@ shortTitle: Finding example code intro: "Improve your coding skills by learning from example code on {% data variables.product.github %}." versions: fpt: '*' -topics: - - Copilot - - GitHub search - - GitHub - - Open Source --- ## How can I learn from code on {% data variables.product.github %}? diff --git a/content/get-started/learning-to-code/getting-feedback-on-your-code-from-github-copilot.md b/content/get-started/learning-to-code/getting-feedback-on-your-code-from-github-copilot.md index 664b109355a1..b9e38c1fdf8b 100644 --- a/content/get-started/learning-to-code/getting-feedback-on-your-code-from-github-copilot.md +++ b/content/get-started/learning-to-code/getting-feedback-on-your-code-from-github-copilot.md @@ -4,11 +4,6 @@ shortTitle: Getting feedback on your code intro: "Learn how you can ask {% data variables.product.prodname_copilot %} to review your code changes and apply the suggested changes it creates." versions: fpt: '*' -topics: - - Copilot - - Pull requests - - GitHub - - Open Source --- ## About coding collaboratively diff --git a/content/get-started/learning-to-code/getting-started-with-git.md b/content/get-started/learning-to-code/getting-started-with-git.md index 0ebf8647d157..3aef4bf2553e 100644 --- a/content/get-started/learning-to-code/getting-started-with-git.md +++ b/content/get-started/learning-to-code/getting-started-with-git.md @@ -1,10 +1,6 @@ --- title: Getting started with Git intro: 'Learn the basics of Git by working through an example scenario.' -topics: - - Copilot - - Git - - Desktop versions: fpt: '*' shortTitle: Get started with Git diff --git a/content/get-started/learning-to-code/learning-to-debug-with-github-copilot.md b/content/get-started/learning-to-code/learning-to-debug-with-github-copilot.md index 160a4dbdc0ed..de39b761be76 100644 --- a/content/get-started/learning-to-code/learning-to-debug-with-github-copilot.md +++ b/content/get-started/learning-to-code/learning-to-debug-with-github-copilot.md @@ -1,8 +1,6 @@ --- title: Learning to debug with GitHub Copilot intro: 'Identify and fix errors in your code by asking {% data variables.product.prodname_copilot %} for help.' -topics: - - Copilot versions: fpt: '*' shortTitle: Debug with Copilot diff --git a/content/get-started/learning-to-code/setting-up-copilot-for-learning-to-code.md b/content/get-started/learning-to-code/setting-up-copilot-for-learning-to-code.md index f0ca450cd899..49dabfdc5619 100644 --- a/content/get-started/learning-to-code/setting-up-copilot-for-learning-to-code.md +++ b/content/get-started/learning-to-code/setting-up-copilot-for-learning-to-code.md @@ -3,8 +3,6 @@ title: Setting up Copilot for learning to code intro: 'Configure {% data variables.product.prodname_copilot_short %} to help you learn coding concepts and actively build your programming skills.' versions: fpt: '*' -topics: - - Copilot shortTitle: Set up Copilot for learning --- diff --git a/content/get-started/learning-to-code/storing-your-secrets-safely.md b/content/get-started/learning-to-code/storing-your-secrets-safely.md index 3c4760af1652..5fd950c6842b 100644 --- a/content/get-started/learning-to-code/storing-your-secrets-safely.md +++ b/content/get-started/learning-to-code/storing-your-secrets-safely.md @@ -4,8 +4,6 @@ shortTitle: Storing secrets safely intro: "Learn about secrets in software development and how you can manage them safely." versions: fpt: '*' -topics: - - GitHub --- ## What is a secret? diff --git a/content/get-started/start-your-journey/about-github-and-git.md b/content/get-started/start-your-journey/about-github-and-git.md index c77793155e42..a8fad7493e79 100644 --- a/content/get-started/start-your-journey/about-github-and-git.md +++ b/content/get-started/start-your-journey/about-github-and-git.md @@ -7,12 +7,6 @@ versions: ghes: '*' ghec: '*' type: overview -topics: - - Git - - Fundamentals - - GitHub - - Collaboration - - Community redirect_from: - /get-started/quickstart/about-github-and-git --- diff --git a/content/get-started/start-your-journey/creating-an-account-on-github.md b/content/get-started/start-your-journey/creating-an-account-on-github.md index ccf6a2915996..814bdbfca43a 100644 --- a/content/get-started/start-your-journey/creating-an-account-on-github.md +++ b/content/get-started/start-your-journey/creating-an-account-on-github.md @@ -14,8 +14,6 @@ redirect_from: versions: fpt: '*' ghec: '*' -topics: - - Accounts --- ## About your personal account on {% data variables.product.prodname_dotcom %} diff --git a/content/get-started/start-your-journey/downloading-files-from-github.md b/content/get-started/start-your-journey/downloading-files-from-github.md index ba778511e25a..c49b4e6cbcf1 100644 --- a/content/get-started/start-your-journey/downloading-files-from-github.md +++ b/content/get-started/start-your-journey/downloading-files-from-github.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - Repositories type: tutorial redirect_from: - /get-started/quickstart/downloading-files-from-github diff --git a/content/get-started/start-your-journey/finding-inspiration-on-github.md b/content/get-started/start-your-journey/finding-inspiration-on-github.md index 01d2c36473ec..5ef723ca4053 100644 --- a/content/get-started/start-your-journey/finding-inspiration-on-github.md +++ b/content/get-started/start-your-journey/finding-inspiration-on-github.md @@ -14,10 +14,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Profile - - Accounts - - Repositories --- ## Introduction diff --git a/content/get-started/start-your-journey/hello-world.md b/content/get-started/start-your-journey/hello-world.md index 7e9a29e09d9f..f3dccf3f0453 100644 --- a/content/get-started/start-your-journey/hello-world.md +++ b/content/get-started/start-your-journey/hello-world.md @@ -6,9 +6,6 @@ versions: ghes: '*' ghec: '*' type: quick_start -topics: - - Pull requests - - Fundamentals redirect_from: - /get-started/quickstart/hello-world --- diff --git a/content/get-started/start-your-journey/index.md b/content/get-started/start-your-journey/index.md index 8fad16bcef0f..a13fd707f440 100644 --- a/content/get-started/start-your-journey/index.md +++ b/content/get-started/start-your-journey/index.md @@ -5,11 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Pull requests - - Issues - - Notifications - - Accounts children: - /about-github-and-git - /creating-an-account-on-github diff --git a/content/get-started/start-your-journey/setting-up-your-profile.md b/content/get-started/start-your-journey/setting-up-your-profile.md index 9e585d2af9af..546fcfa98882 100644 --- a/content/get-started/start-your-journey/setting-up-your-profile.md +++ b/content/get-started/start-your-journey/setting-up-your-profile.md @@ -6,9 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Profile - - Accounts type: how_to redirect_from: - /get-started/quickstart/setting-up-your-profile diff --git a/content/get-started/start-your-journey/uploading-a-project-to-github.md b/content/get-started/start-your-journey/uploading-a-project-to-github.md index c63149011958..e60a4937cad0 100644 --- a/content/get-started/start-your-journey/uploading-a-project-to-github.md +++ b/content/get-started/start-your-journey/uploading-a-project-to-github.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - Repositories type: tutorial redirect_from: - /get-started/quickstart/uploading-a-project-to-github diff --git a/content/get-started/using-git/about-git.md b/content/get-started/using-git/about-git.md index fdb8f3a5a66c..d8bf39985b54 100644 --- a/content/get-started/using-git/about-git.md +++ b/content/get-started/using-git/about-git.md @@ -6,9 +6,6 @@ versions: ghes: '*' ghec: '*' type: overview -topics: - - Fundamentals - - Git --- ## About version control and Git diff --git a/content/get-started/using-github/communicating-on-github.md b/content/get-started/using-github/communicating-on-github.md index 8ee6bf9f826d..16faaecc0b5e 100644 --- a/content/get-started/using-github/communicating-on-github.md +++ b/content/get-started/using-github/communicating-on-github.md @@ -12,11 +12,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Pull requests - - Issues - - Discussions - - Fundamentals --- ## Introduction diff --git a/content/get-started/using-github/connecting-to-github.md b/content/get-started/using-github/connecting-to-github.md index 94dba5a25933..6e85376c71e3 100644 --- a/content/get-started/using-github/connecting-to-github.md +++ b/content/get-started/using-github/connecting-to-github.md @@ -5,12 +5,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - CLI - - Codespaces - - Desktop - - Git - - Fundamentals --- ## Introduction diff --git a/content/get-started/using-github/exploring-early-access-releases-with-feature-preview.md b/content/get-started/using-github/exploring-early-access-releases-with-feature-preview.md index 31fe92e86d60..53bb20f93901 100644 --- a/content/get-started/using-github/exploring-early-access-releases-with-feature-preview.md +++ b/content/get-started/using-github/exploring-early-access-releases-with-feature-preview.md @@ -8,8 +8,6 @@ redirect_from: versions: fpt: '*' ghec: '*' -topics: - - Early access shortTitle: Feature preview --- ## {% data variables.product.prodname_dotcom %}'s release cycle diff --git a/content/get-started/using-github/github-flow.md b/content/get-started/using-github/github-flow.md index 90ecf0e58ce2..c5455082e25b 100644 --- a/content/get-started/using-github/github-flow.md +++ b/content/get-started/using-github/github-flow.md @@ -13,9 +13,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Pull requests - - Fundamentals --- ## Introduction diff --git a/content/get-started/using-github/github-mobile.md b/content/get-started/using-github/github-mobile.md index 15f7312dcdc4..99436b81ed9b 100644 --- a/content/get-started/using-github/github-mobile.md +++ b/content/get-started/using-github/github-mobile.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Mobile redirect_from: - /get-started/using-github/github-for-mobile - /github/getting-started-with-github/github-for-mobile diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/about-tasklists.md b/content/get-started/writing-on-github/working-with-advanced-formatting/about-tasklists.md index 75c8ef27ad3f..52e4505535d2 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/about-tasklists.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/about-tasklists.md @@ -13,9 +13,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Pull requests - - Issues --- ## About tasklists diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md b/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md index 06fe38b4fe1b..9d3b2f6559d3 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md @@ -12,8 +12,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Pull requests --- {% ifversion ghes %} diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md b/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md index 5336c136abf2..58cc8abbc511 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md @@ -11,8 +11,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Pull requests shortTitle: Permanent links to code --- diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md b/content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md index 895ba0f9767e..e02344ae28be 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md @@ -8,9 +8,6 @@ versions: ghec: '*' redirect_from: - /github/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests -topics: - - Issues - - Pull requests --- ## Linking a pull request to an issue diff --git a/data/allowed-topics.ts b/data/allowed-topics.ts deleted file mode 100644 index 871b402fca21..000000000000 --- a/data/allowed-topics.ts +++ /dev/null @@ -1,176 +0,0 @@ -// This is an AllowList of topics that are approved for use in `topics` -// frontmatter property. If a new topic is added to a Markdown file it must -// also be added to this file. - -// The purpose of this list is to ensure we prevent typos and put a process in -// place to keep a curated list of topics. This list also serves as a list of -// available topics filters when using the search endpoint -// (see /contributing/search#how-to-search) -// If you'd like to add a new topic, consult the topic guidelines in the -// content model, add the entry to this list, and ensure you loop in the -// content and/or content strategy team for review. - -const allowedTopics = [ - '2FA', - 'Access management', - 'Accounts', - 'Action development', - 'Actions', - 'Actions Runner Controller', - 'Administrator', - 'Advanced Security', - 'AI', - 'Alerts', - 'Amazon ECS', - 'Analytics', - 'Android', - 'Ant', - 'API', - 'Auditing', - 'Authentication', - 'Azure App Service', - 'Azure Kubernetes Service', - 'Azure Pipelines', - 'Azure Static Web Apps', - 'Azure subscription', - 'Azure Virtual Network', - 'Backups', - 'Billing', - 'C/C++', - 'C#', - 'Cancellation', - 'CD', - 'CI', - 'CircleCI', - 'CLI', - 'Clustering', - 'Code Quality', - 'Code scanning', - 'Code Security', - 'CodeQL', - 'Codespaces', - 'Collaboration', - 'Community', - 'Copilot', - 'Contacting sponsors', - 'Containers', - 'CVEs', - 'Dependabot', - 'Dependencies', - 'Dependency graph', - 'Dependency review', - 'Deployment', - 'Desktop', - 'Developer', - 'Device verification', - 'Discounts', - 'Discussions', - 'Docker', - 'Downgrades', - 'Early access', - 'Education', - 'Enterprise', - 'Errors', - 'Events', - 'Forks', - 'Fundamentals', - 'Git', - 'GitHub Apps', - 'GitHub Connect', - 'GitHub Models', - 'GitHub search', - 'GitHub', - 'GitLab', - 'Google Kubernetes Engine', - 'Gradle', - 'GraphQL', - 'Health', - 'High availability', - 'Identity', - 'Infrastructure', - 'Integration', - 'iOS', - 'Issues', - 'Java', - 'JavaScript', - 'Jenkins', - 'Kotlin', - 'Legal', - 'LFS', - 'Licensing', - 'Logging', - 'Maintenance', - 'Marketplace', - 'Maven', - 'Migration', - 'Mobile', - 'Monitoring', - 'Networking', - 'Node', - 'Nonprofits', - 'Notifications', - 'OAuth apps', - 'Open Source', - 'Organizations', - 'Packages', - 'Packaging', - 'Pages', - 'Performance', - 'Permissions', - 'Personal account', - 'Policies', - 'Policy', - 'PowerShell', - 'Pre-receive hooks', - 'Privacy', - 'Profile', - 'Profiles', - 'Project management', - 'Projects', - 'Publishing', - 'Pull requests', - 'Python', - 'Receipts', - 'Repositories', - 'REST', - 'Ruby', - 'SARIF', - 'Secret Protection', - 'Secret scanning', - 'Secret store', - 'Security advisories', - 'Security overview', - 'Security policies', - 'Security updates', - 'Security', - 'Set up', - 'Spending limits', - 'Sponsors payments', - 'Sponsors profile', - 'Sponsors', - 'SSH', - 'SSO', - 'Storage', - 'Support', - 'Swift', - 'Team', - 'Teams', - 'Transcripts', - 'Travis CI', - 'Trials', - 'Troubleshooting', - 'Upgrades', - 'User account', - 'Usernames', - 'Version updates', - 'Visual Studio Code', - 'Vulnerabilities', - 'Webhooks', - 'Workflows', - 'Xamarin.Android', - 'Xamarin.iOS', - 'Xamarin', - 'Xcode', -] as const - -export default allowedTopics diff --git a/src/search/tests/topics.ts b/src/search/tests/topics.ts deleted file mode 100644 index 023bedff4294..000000000000 --- a/src/search/tests/topics.ts +++ /dev/null @@ -1,45 +0,0 @@ -import path from 'path' -import fs from 'fs' - -import { describe, expect, test } from 'vitest' -import walk from 'walk-sync' -import { difference } from 'lodash-es' - -import readFrontmatter from '@/frame/lib/read-frontmatter' -import allowedTopics from '../../../data/allowed-topics' - -const contentDir: string = path.join(process.cwd(), 'content') - -const topics: string[] = walk(contentDir, { includeBasePath: true }) - .filter((filename: string) => filename.endsWith('.md') && !filename.includes('README')) - .map((filename: string) => { - const fileContent: string = fs.readFileSync(filename, 'utf8') - const { data, errors } = readFrontmatter(fileContent) - - if (errors.length > 0) { - console.warn(errors) - throw new Error(`More than 0 front-matter errors in file: ${filename}`) - } - - const pageTopics = (data as Record).topics - return Array.isArray(pageTopics) ? (pageTopics as string[]) : [] - }) - .flat() - -const allUsedTopics: string[] = Array.from(new Set(topics)).sort() - -describe('Check for allowed frontmatter topics', () => { - test('all used topics are allowed in /data/allowed-topics.ts', () => { - expect(allUsedTopics.length).toBeGreaterThan(0) - - const unusedTopics: string[] = difference(allUsedTopics, allowedTopics) - expect(unusedTopics).toEqual([]) - }) - - test('all allowed topics are used by at least one content file', () => { - expect(allowedTopics.length).toBeGreaterThan(0) - - const disallowedTopics: string[] = difference(allowedTopics, allUsedTopics) - expect(disallowedTopics).toEqual([]) - }) -}) From e1e8566eb50cdeb3c32e78ff9a098ce8b152a1f1 Mon Sep 17 00:00:00 2001 From: Deepu Issac Martin <82010309+deepumrtn@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:50:09 +0530 Subject: [PATCH 04/21] Update the documentation to state that team maintainers can also assign maintainer role to other members of the team (#59940) --- .../assigning-the-team-maintainer-role-to-a-team-member.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member.md b/content/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member.md index 99436063604f..1c5bd2aa8ce2 100644 --- a/content/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member.md +++ b/content/organizations/organizing-members-into-teams/assigning-the-team-maintainer-role-to-a-team-member.md @@ -29,6 +29,7 @@ People with the team maintainer role can manage team membership and settings. * [Add organization members to the team](/organizations/organizing-members-into-teams/adding-organization-members-to-a-team) * [Remove organization members from the team](/organizations/organizing-members-into-teams/removing-organization-members-from-a-team) +* Assign the team maintainer role to other team members * Remove the team's access to repositories * [Manage code review assignment for the team](/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team){% ifversion fpt or ghec %} * [Manage scheduled reminders for pull requests](/organizations/organizing-members-into-teams/managing-scheduled-reminders-for-your-team){% endif %} From b44794f67bbc34a010ee75b50885c42fa18a516a Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:29:25 +0000 Subject: [PATCH 05/21] Remove topics frontmatter from content/migrations (#59906) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: subatoi <32935794+subatoi@users.noreply.github.com> --- ...version-control-systems-with-the-administrative-shell.md | 3 --- content/migrations/index.md | 6 ------ content/migrations/using-ghe-migrator/about-ghe-migrator.md | 3 --- ...xporting-migration-data-from-github-enterprise-server.md | 4 ---- .../exporting-migration-data-from-githubcom.md | 4 ---- content/migrations/using-ghe-migrator/index.md | 2 -- .../migrating-data-to-github-enterprise-server.md | 3 --- 7 files changed, 25 deletions(-) diff --git a/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/importing-from-other-version-control-systems-with-the-administrative-shell.md b/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/importing-from-other-version-control-systems-with-the-administrative-shell.md index d7029359d856..85ddeb6b8ae4 100644 --- a/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/importing-from-other-version-control-systems-with-the-administrative-shell.md +++ b/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/importing-from-other-version-control-systems-with-the-administrative-shell.md @@ -9,9 +9,6 @@ redirect_from: versions: ghes: '*' type: how_to -topics: - - Enterprise - - Migration shortTitle: Administrative shell permissions: Site administrators can use the administrative shell to import data from other version control systems. --- diff --git a/content/migrations/index.md b/content/migrations/index.md index c44dca186e06..4569f047d4b8 100644 --- a/content/migrations/index.md +++ b/content/migrations/index.md @@ -22,12 +22,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - Administrator - - Enterprise - - Migration - - Organizations - - Repositories children: - /overview - /ado diff --git a/content/migrations/using-ghe-migrator/about-ghe-migrator.md b/content/migrations/using-ghe-migrator/about-ghe-migrator.md index 496dbdafda58..81d58524f0f9 100644 --- a/content/migrations/using-ghe-migrator/about-ghe-migrator.md +++ b/content/migrations/using-ghe-migrator/about-ghe-migrator.md @@ -11,9 +11,6 @@ versions: ghec: '*' ghes: '*' type: overview -topics: - - Enterprise - - Migration --- ## Types of migrations diff --git a/content/migrations/using-ghe-migrator/exporting-migration-data-from-github-enterprise-server.md b/content/migrations/using-ghe-migrator/exporting-migration-data-from-github-enterprise-server.md index b61601106bf5..5f3a994bcf35 100644 --- a/content/migrations/using-ghe-migrator/exporting-migration-data-from-github-enterprise-server.md +++ b/content/migrations/using-ghe-migrator/exporting-migration-data-from-github-enterprise-server.md @@ -16,10 +16,6 @@ versions: ghec: '*' ghes: '*' type: how_to -topics: - - API - - Enterprise - - Migration shortTitle: Export from GHES --- diff --git a/content/migrations/using-ghe-migrator/exporting-migration-data-from-githubcom.md b/content/migrations/using-ghe-migrator/exporting-migration-data-from-githubcom.md index a7382f25b175..6ad97799fc06 100644 --- a/content/migrations/using-ghe-migrator/exporting-migration-data-from-githubcom.md +++ b/content/migrations/using-ghe-migrator/exporting-migration-data-from-githubcom.md @@ -16,10 +16,6 @@ versions: ghec: '*' ghes: '*' type: how_to -topics: - - API - - Enterprise - - Migration shortTitle: Export from GitHub.com --- ## Preparing the source organization on {% data variables.product.prodname_dotcom %} diff --git a/content/migrations/using-ghe-migrator/index.md b/content/migrations/using-ghe-migrator/index.md index 065d4c5714de..b73263f8410c 100644 --- a/content/migrations/using-ghe-migrator/index.md +++ b/content/migrations/using-ghe-migrator/index.md @@ -11,8 +11,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - Enterprise children: - /about-ghe-migrator - /exporting-migration-data-from-github-enterprise-server diff --git a/content/migrations/using-ghe-migrator/migrating-data-to-github-enterprise-server.md b/content/migrations/using-ghe-migrator/migrating-data-to-github-enterprise-server.md index dfa69f0316de..36e4cdce137c 100644 --- a/content/migrations/using-ghe-migrator/migrating-data-to-github-enterprise-server.md +++ b/content/migrations/using-ghe-migrator/migrating-data-to-github-enterprise-server.md @@ -19,9 +19,6 @@ versions: ghec: '*' ghes: '*' type: how_to -topics: - - Enterprise - - Migration shortTitle: Migrate data --- From d9b476544d18f02d40f2b9d4cf8fd3f6395e4a50 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:29:31 +0000 Subject: [PATCH 06/21] Remove topics frontmatter from integrations content (#59905) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: subatoi <32935794+subatoi@users.noreply.github.com> --- content/integrations/concepts/about-building-integrations.md | 2 -- content/integrations/concepts/about-integrations.md | 2 -- content/integrations/concepts/featured-github-integrations.md | 2 -- content/integrations/concepts/github-developer-program.md | 3 --- content/integrations/concepts/index.md | 2 -- content/integrations/how-tos/index.md | 2 -- content/integrations/how-tos/slack/customize-notifications.md | 2 -- content/integrations/how-tos/slack/index.md | 2 -- .../integrations/how-tos/slack/integrate-github-with-slack.md | 2 -- content/integrations/how-tos/slack/use-github-in-slack.md | 2 -- content/integrations/index.md | 2 -- content/integrations/reference/index.md | 2 -- content/integrations/reference/slack-permissions.md | 2 -- content/integrations/tutorials/index.md | 2 -- content/integrations/tutorials/slack/create-issues.md | 2 -- content/integrations/tutorials/slack/index.md | 2 -- content/integrations/tutorials/slack/manage-issues.md | 2 -- 17 files changed, 35 deletions(-) diff --git a/content/integrations/concepts/about-building-integrations.md b/content/integrations/concepts/about-building-integrations.md index 5546c0c10a6a..2e3956ecd891 100644 --- a/content/integrations/concepts/about-building-integrations.md +++ b/content/integrations/concepts/about-building-integrations.md @@ -7,8 +7,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration category: - Learn about integrations - Build integrations diff --git a/content/integrations/concepts/about-integrations.md b/content/integrations/concepts/about-integrations.md index 7b8f4fce9250..857fba771bcb 100644 --- a/content/integrations/concepts/about-integrations.md +++ b/content/integrations/concepts/about-integrations.md @@ -9,8 +9,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration category: - Learn about integrations --- diff --git a/content/integrations/concepts/featured-github-integrations.md b/content/integrations/concepts/featured-github-integrations.md index ac3625a248d3..2685688820cd 100644 --- a/content/integrations/concepts/featured-github-integrations.md +++ b/content/integrations/concepts/featured-github-integrations.md @@ -14,8 +14,6 @@ versions: ghec: '*' ghes: '*' shortTitle: Featured integrations -topics: - - Integration category: - Learn about integrations --- diff --git a/content/integrations/concepts/github-developer-program.md b/content/integrations/concepts/github-developer-program.md index 3b707f776323..160b023d8ace 100644 --- a/content/integrations/concepts/github-developer-program.md +++ b/content/integrations/concepts/github-developer-program.md @@ -8,9 +8,6 @@ redirect_from: versions: fpt: '*' ghec: '*' -topics: - - API - - Integration category: - Learn about integrations - Build integrations diff --git a/content/integrations/concepts/index.md b/content/integrations/concepts/index.md index f17cb3b7e15e..44177e0db5e1 100644 --- a/content/integrations/concepts/index.md +++ b/content/integrations/concepts/index.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration children: - /about-integrations - /featured-github-integrations diff --git a/content/integrations/how-tos/index.md b/content/integrations/how-tos/index.md index d46af629f1a7..cb19a51bb678 100644 --- a/content/integrations/how-tos/index.md +++ b/content/integrations/how-tos/index.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration children: - /slack contentType: how-tos diff --git a/content/integrations/how-tos/slack/customize-notifications.md b/content/integrations/how-tos/slack/customize-notifications.md index 60b3d4e1d041..f3895e5a87da 100644 --- a/content/integrations/how-tos/slack/customize-notifications.md +++ b/content/integrations/how-tos/slack/customize-notifications.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration contentType: reference category: - Use integrations diff --git a/content/integrations/how-tos/slack/index.md b/content/integrations/how-tos/slack/index.md index 6ad386960f5f..790764662e9d 100644 --- a/content/integrations/how-tos/slack/index.md +++ b/content/integrations/how-tos/slack/index.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration children: - /integrate-github-with-slack - /use-github-in-slack diff --git a/content/integrations/how-tos/slack/integrate-github-with-slack.md b/content/integrations/how-tos/slack/integrate-github-with-slack.md index 377c53b51a4f..2d66d58842fe 100644 --- a/content/integrations/how-tos/slack/integrate-github-with-slack.md +++ b/content/integrations/how-tos/slack/integrate-github-with-slack.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration category: - Administer integrations --- diff --git a/content/integrations/how-tos/slack/use-github-in-slack.md b/content/integrations/how-tos/slack/use-github-in-slack.md index fa8f6be9e502..ec6137895630 100644 --- a/content/integrations/how-tos/slack/use-github-in-slack.md +++ b/content/integrations/how-tos/slack/use-github-in-slack.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration category: - Use integrations --- diff --git a/content/integrations/index.md b/content/integrations/index.md index 16da03f54a5f..9dcad8ae6d0c 100644 --- a/content/integrations/index.md +++ b/content/integrations/index.md @@ -21,8 +21,6 @@ versions: ghes: '*' ghec: '*' contentType: landing -topics: - - Integration includedCategories: - Learn about integrations - Administer integrations diff --git a/content/integrations/reference/index.md b/content/integrations/reference/index.md index 599808a19a8c..19949a2160d1 100644 --- a/content/integrations/reference/index.md +++ b/content/integrations/reference/index.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration children: - /slack-permissions contentType: reference diff --git a/content/integrations/reference/slack-permissions.md b/content/integrations/reference/slack-permissions.md index d470f7525c68..b846d670d422 100644 --- a/content/integrations/reference/slack-permissions.md +++ b/content/integrations/reference/slack-permissions.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration contentType: reference category: - Learn about integrations diff --git a/content/integrations/tutorials/index.md b/content/integrations/tutorials/index.md index 97a514d9dc89..c50e5c60a003 100644 --- a/content/integrations/tutorials/index.md +++ b/content/integrations/tutorials/index.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration children: - /slack contentType: reference diff --git a/content/integrations/tutorials/slack/create-issues.md b/content/integrations/tutorials/slack/create-issues.md index db0ec0e7e5d6..3b41c3e6318a 100644 --- a/content/integrations/tutorials/slack/create-issues.md +++ b/content/integrations/tutorials/slack/create-issues.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration contentType: reference category: - Use integrations diff --git a/content/integrations/tutorials/slack/index.md b/content/integrations/tutorials/slack/index.md index 77516a80f127..f776b179cf66 100644 --- a/content/integrations/tutorials/slack/index.md +++ b/content/integrations/tutorials/slack/index.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration children: - /create-issues - /manage-issues diff --git a/content/integrations/tutorials/slack/manage-issues.md b/content/integrations/tutorials/slack/manage-issues.md index f58df98ba7dc..08fd7c21d976 100644 --- a/content/integrations/tutorials/slack/manage-issues.md +++ b/content/integrations/tutorials/slack/manage-issues.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Integration contentType: reference category: - Use integrations From b3ac763952716a0c2a079d5dad319d68d41478b0 Mon Sep 17 00:00:00 2001 From: Kayla Reiman <145069123+kayreiman@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:21:57 -0800 Subject: [PATCH 07/21] Update Microsoft (Azure) location to include Canada (#59723) Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com> --- content/site-policy/privacy-policies/github-subprocessors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/site-policy/privacy-policies/github-subprocessors.md b/content/site-policy/privacy-policies/github-subprocessors.md index d48545c366ac..07e4661c9642 100644 --- a/content/site-policy/privacy-policies/github-subprocessors.md +++ b/content/site-policy/privacy-policies/github-subprocessors.md @@ -37,7 +37,7 @@ If you have questions about this list, please contact us at | Google Cloud Platform (GCP) | Cloud Hosted Infrastructure, AI Inference and AI Services | United States, Belgium, Singapore | United States | | Hewlett-Packard Limited | Cloud Hosted Infrastructure | United States | United States | | LambdaTest | Cloud Hosted Infrastructure | United States | United States | -| Microsoft (Azure) | Cloud Hosted Infrastructure, Data Hosting, AI Inference and AI Services | United States | United States | +| Microsoft (Azure) | Cloud Hosted Infrastructure, Data Hosting, AI Inference and AI Services | United States, Canada | United States | | Microsoft (Azure) | Cognitive Services and customer support ticketing analysis | United States | United States | | Microsoft | Technical Services | Australia, Brazil, Canada, France, Japan, Norway, Spain, Sweden, Switzerland, United Kingdom, United States | United States| | Moveworks | Customer support ticketing analysis | United States | United States | From 2356d8ea322ac57cfb35ca2e56bb6961f6c4dfe2 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:40:02 +0100 Subject: [PATCH 08/21] Add GitHub Partner Support article (empty docs-internal PR) (#59871) From 7501682a6134d56937398f8657c1c332c506ef64 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:52:55 +0000 Subject: [PATCH 09/21] Remove topics frontmatter from content/support (#59894) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: subatoi <32935794+subatoi@users.noreply.github.com> --- .../contacting-github-support/creating-a-support-ticket.md | 2 -- ...g-your-enterprise-started-with-the-github-support-portal.md | 3 --- .../providing-data-to-github-support.md | 2 -- .../using-copilot-in-github-support.md | 2 -- .../viewing-and-updating-support-tickets.md | 2 -- content/support/index.md | 2 -- .../about-copilot-in-github-support.md | 2 -- .../about-github-premium-support.md | 2 -- .../about-github-special-events-support.md | 2 -- .../learning-about-github-support/about-github-support.md | 2 -- .../learning-about-github-support/about-ticket-priority.md | 2 -- .../github-marketplace-support.md | 2 -- content/support/sharing-feedback-with-github.md | 2 -- 13 files changed, 27 deletions(-) diff --git a/content/support/contacting-github-support/creating-a-support-ticket.md b/content/support/contacting-github-support/creating-a-support-ticket.md index 08469e6500c3..cec6f6ea329c 100644 --- a/content/support/contacting-github-support/creating-a-support-ticket.md +++ b/content/support/contacting-github-support/creating-a-support-ticket.md @@ -19,8 +19,6 @@ redirect_from: - /admin/enterprise-support/receiving-help-from-github-support/submitting-a-ticket - /articles/submitting-a-ticket - /github/working-with-github-support/submitting-a-ticket -topics: - - Support --- ## About support tickets diff --git a/content/support/contacting-github-support/getting-your-enterprise-started-with-the-github-support-portal.md b/content/support/contacting-github-support/getting-your-enterprise-started-with-the-github-support-portal.md index 071fd97664c7..7595a1aca607 100644 --- a/content/support/contacting-github-support/getting-your-enterprise-started-with-the-github-support-portal.md +++ b/content/support/contacting-github-support/getting-your-enterprise-started-with-the-github-support-portal.md @@ -5,9 +5,6 @@ shortTitle: Get started for enterprises versions: ghec: '*' ghes: '*' -topics: - - Enterprise - - Support redirect_from: - /support/contacting-github-support/getting-started-with-the-github-support-portal --- diff --git a/content/support/contacting-github-support/providing-data-to-github-support.md b/content/support/contacting-github-support/providing-data-to-github-support.md index eb0482d919ef..eb74fd14a450 100644 --- a/content/support/contacting-github-support/providing-data-to-github-support.md +++ b/content/support/contacting-github-support/providing-data-to-github-support.md @@ -12,8 +12,6 @@ redirect_from: - /enterprise/admin/enterprise-support/providing-data-to-github-support - /admin/enterprise-support/providing-data-to-github-support - /admin/enterprise-support/receiving-help-from-github-support/providing-data-to-github-support -topics: - - Support --- ## About diagnostic files and support bundles diff --git a/content/support/contacting-github-support/using-copilot-in-github-support.md b/content/support/contacting-github-support/using-copilot-in-github-support.md index 90eb9c9d0f6d..3d7cd4678c6f 100644 --- a/content/support/contacting-github-support/using-copilot-in-github-support.md +++ b/content/support/contacting-github-support/using-copilot-in-github-support.md @@ -1,8 +1,6 @@ --- title: Using Copilot in GitHub Support intro: 'You can use {% data variables.copilot.copilot_in_support %} to find an answer to your question before submitting a support ticket.' -topics: - - Support redirect_from: - /early-access/copilot/about-copilot-in-github-support versions: diff --git a/content/support/contacting-github-support/viewing-and-updating-support-tickets.md b/content/support/contacting-github-support/viewing-and-updating-support-tickets.md index 3570fb60f649..408f3a60e013 100644 --- a/content/support/contacting-github-support/viewing-and-updating-support-tickets.md +++ b/content/support/contacting-github-support/viewing-and-updating-support-tickets.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - Support --- ## About ticket management diff --git a/content/support/index.md b/content/support/index.md index 462f76f9ab57..3f6fcc0e90a0 100644 --- a/content/support/index.md +++ b/content/support/index.md @@ -17,8 +17,6 @@ children: - learning-about-github-support - contacting-github-support - sharing-feedback-with-github -topics: - - Support introLinks: overview: /support/learning-about-github-support/about-github-support featuredLinks: diff --git a/content/support/learning-about-github-support/about-copilot-in-github-support.md b/content/support/learning-about-github-support/about-copilot-in-github-support.md index 6e4e54400e57..adb40e7adce4 100644 --- a/content/support/learning-about-github-support/about-copilot-in-github-support.md +++ b/content/support/learning-about-github-support/about-copilot-in-github-support.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - Support shortTitle: About Copilot in GitHub Support type: rai --- diff --git a/content/support/learning-about-github-support/about-github-premium-support.md b/content/support/learning-about-github-support/about-github-premium-support.md index dd708d30e13b..05eec2aa7347 100644 --- a/content/support/learning-about-github-support/about-github-premium-support.md +++ b/content/support/learning-about-github-support/about-github-premium-support.md @@ -18,8 +18,6 @@ redirect_from: - /admin/enterprise-support/overview/about-github-premium-support-for-github-enterprise-server - /admin/enterprise-support/overview/about-github-premium-support-for-github-enterprise - /support/about-github-support/about-github-premium-support -topics: - - Support --- > [!NOTE] diff --git a/content/support/learning-about-github-support/about-github-special-events-support.md b/content/support/learning-about-github-support/about-github-special-events-support.md index 80ab9c68ad90..b3cacd6574c0 100644 --- a/content/support/learning-about-github-support/about-github-special-events-support.md +++ b/content/support/learning-about-github-support/about-github-special-events-support.md @@ -5,8 +5,6 @@ intro: '{% data variables.contact.special_events_support %} is an optional suppo versions: ghec: '*' ghes: '*' -topics: - - Support --- ## About {% data variables.contact.special_events_support %} diff --git a/content/support/learning-about-github-support/about-github-support.md b/content/support/learning-about-github-support/about-github-support.md index 36c42f7ea970..2957a59a7833 100644 --- a/content/support/learning-about-github-support/about-github-support.md +++ b/content/support/learning-about-github-support/about-github-support.md @@ -18,8 +18,6 @@ redirect_from: - /articles/github-business-cloud-support - /admin/enterprise-support/about-support-for-advanced-security - /enterprise-server/admin/enterprise-support/about-support-for-advanced-security -topics: - - Support --- ## About {% data variables.contact.github_support %} diff --git a/content/support/learning-about-github-support/about-ticket-priority.md b/content/support/learning-about-github-support/about-ticket-priority.md index 0add528cf2b9..24cc252fb92e 100644 --- a/content/support/learning-about-github-support/about-ticket-priority.md +++ b/content/support/learning-about-github-support/about-ticket-priority.md @@ -5,8 +5,6 @@ shortTitle: Ticket priority versions: ghec: '*' ghes: '*' -topics: - - Support --- ## About ticket priorities diff --git a/content/support/learning-about-github-support/github-marketplace-support.md b/content/support/learning-about-github-support/github-marketplace-support.md index 0e46653e17a2..abfca43b934c 100644 --- a/content/support/learning-about-github-support/github-marketplace-support.md +++ b/content/support/learning-about-github-support/github-marketplace-support.md @@ -8,8 +8,6 @@ versions: redirect_from: - /articles/github-marketplace-support - /github/working-with-github-support/github-marketplace-support -topics: - - Support --- ## Contacting your app's provider for support diff --git a/content/support/sharing-feedback-with-github.md b/content/support/sharing-feedback-with-github.md index 6fcca3b3e25e..661d0acb11b6 100644 --- a/content/support/sharing-feedback-with-github.md +++ b/content/support/sharing-feedback-with-github.md @@ -3,8 +3,6 @@ title: Sharing feedback with GitHub intro: "You can share your ideas, thoughts, and feedback with {% data variables.product.company_short %}'s Product team and upvote feedback left by others." versions: fpt: '*' -topics: - - Support shortTitle: Sharing feedback --- From 3a0167ab0a7491a9fb139056371aa924674dd2dc Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:53:39 +0000 Subject: [PATCH 10/21] Remove topics frontmatter from subscriptions-and-notifications (#59897) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: subatoi <32935794+subatoi@users.noreply.github.com> --- .../concepts/about-notifications.md | 2 -- content/subscriptions-and-notifications/concepts/index.md | 2 -- .../concepts/scheduled-reminders.md | 2 -- .../get-started/configuring-notifications.md | 2 -- .../how-tos/managing-github-actions-notifications.md | 2 -- .../how-tos/managing-marketing-emails-from-github.md | 3 --- .../how-tos/managing-organization-notifications.md | 2 -- .../how-tos/managing-security-notifications.md | 2 -- .../managing-subscriptions-for-activity-on-github/index.md | 2 -- .../managing-your-subscriptions.md | 2 -- .../viewing-your-subscriptions.md | 2 -- .../how-tos/managing-your-scheduled-reminders.md | 2 -- .../how-tos/viewing-and-triaging-notifications/index.md | 2 -- .../managing-notifications-from-your-inbox.md | 2 -- .../triaging-a-single-notification.md | 2 -- content/subscriptions-and-notifications/index.md | 2 -- .../reference/email-notification-headers.md | 2 -- .../subscriptions-and-notifications/reference/inbox-filters.md | 2 -- .../reference/types-of-emails-github-sends.md | 3 --- .../customizing-a-workflow-for-triaging-your-notifications.md | 2 -- content/subscriptions-and-notifications/tutorials/index.md | 2 -- 21 files changed, 44 deletions(-) diff --git a/content/subscriptions-and-notifications/concepts/about-notifications.md b/content/subscriptions-and-notifications/concepts/about-notifications.md index 5d702c62329e..1ae352e07d1e 100644 --- a/content/subscriptions-and-notifications/concepts/about-notifications.md +++ b/content/subscriptions-and-notifications/concepts/about-notifications.md @@ -13,8 +13,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications --- ## Notifications and subscriptions diff --git a/content/subscriptions-and-notifications/concepts/index.md b/content/subscriptions-and-notifications/concepts/index.md index 6ee048689947..08ae8ceac0c3 100644 --- a/content/subscriptions-and-notifications/concepts/index.md +++ b/content/subscriptions-and-notifications/concepts/index.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications children: - /about-notifications - /scheduled-reminders diff --git a/content/subscriptions-and-notifications/concepts/scheduled-reminders.md b/content/subscriptions-and-notifications/concepts/scheduled-reminders.md index 02cd5b4bfe82..b42375658721 100644 --- a/content/subscriptions-and-notifications/concepts/scheduled-reminders.md +++ b/content/subscriptions-and-notifications/concepts/scheduled-reminders.md @@ -4,8 +4,6 @@ intro: You can set scheduled reminders for requested reviews on pull requests in versions: fpt: '*' ghec: '*' -topics: - - Accounts contentType: concepts redirect_from: - /account-and-profile/concepts/scheduled-reminders diff --git a/content/subscriptions-and-notifications/get-started/configuring-notifications.md b/content/subscriptions-and-notifications/get-started/configuring-notifications.md index 857c83d5c017..a17f375bbda1 100644 --- a/content/subscriptions-and-notifications/get-started/configuring-notifications.md +++ b/content/subscriptions-and-notifications/get-started/configuring-notifications.md @@ -21,8 +21,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications --- ## Notification delivery options diff --git a/content/subscriptions-and-notifications/how-tos/managing-github-actions-notifications.md b/content/subscriptions-and-notifications/how-tos/managing-github-actions-notifications.md index e311168fcbab..fe014ba08591 100644 --- a/content/subscriptions-and-notifications/how-tos/managing-github-actions-notifications.md +++ b/content/subscriptions-and-notifications/how-tos/managing-github-actions-notifications.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - Notifications shortTitle: Manage Actions notifications --- diff --git a/content/subscriptions-and-notifications/how-tos/managing-marketing-emails-from-github.md b/content/subscriptions-and-notifications/how-tos/managing-marketing-emails-from-github.md index c0e7c587bf46..64e5d71424ca 100644 --- a/content/subscriptions-and-notifications/how-tos/managing-marketing-emails-from-github.md +++ b/content/subscriptions-and-notifications/how-tos/managing-marketing-emails-from-github.md @@ -12,9 +12,6 @@ redirect_from: versions: fpt: '*' ghec: '*' -topics: - - Accounts - - Notifications shortTitle: Manage marketing emails --- diff --git a/content/subscriptions-and-notifications/how-tos/managing-organization-notifications.md b/content/subscriptions-and-notifications/how-tos/managing-organization-notifications.md index b9956412eefb..5b73e5a77f78 100644 --- a/content/subscriptions-and-notifications/how-tos/managing-organization-notifications.md +++ b/content/subscriptions-and-notifications/how-tos/managing-organization-notifications.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - Notifications shortTitle: Manage organization notifications --- diff --git a/content/subscriptions-and-notifications/how-tos/managing-security-notifications.md b/content/subscriptions-and-notifications/how-tos/managing-security-notifications.md index 81032a358e92..787837419d0f 100644 --- a/content/subscriptions-and-notifications/how-tos/managing-security-notifications.md +++ b/content/subscriptions-and-notifications/how-tos/managing-security-notifications.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - Notifications shortTitle: Manage security notifications --- diff --git a/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/index.md b/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/index.md index a85a0f95929a..7ecbdd92c473 100644 --- a/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/index.md +++ b/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/index.md @@ -9,8 +9,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications children: - /viewing-your-subscriptions - /managing-your-subscriptions diff --git a/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md b/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md index cf3a2cd6eb55..99135aad30e5 100644 --- a/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md +++ b/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications redirect_from: - /github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions - /github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions diff --git a/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md b/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md index 2308df87bc6b..eb94e9cb9104 100644 --- a/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md +++ b/content/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md @@ -22,8 +22,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications shortTitle: View subscriptions --- You receive notifications for your subscriptions of ongoing activity on {% data variables.product.github %}. There are many reasons you can be subscribed to a conversation. For more information, see [AUTOTITLE](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications#notifications-and-subscriptions). diff --git a/content/subscriptions-and-notifications/how-tos/managing-your-scheduled-reminders.md b/content/subscriptions-and-notifications/how-tos/managing-your-scheduled-reminders.md index dbc4d0df2a8c..c7c84f70946b 100644 --- a/content/subscriptions-and-notifications/how-tos/managing-your-scheduled-reminders.md +++ b/content/subscriptions-and-notifications/how-tos/managing-your-scheduled-reminders.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghec: '*' ghes: '>= 3.17' -topics: - - Accounts redirect_from: - /github/setting-up-and-managing-your-github-user-account/managing-your-scheduled-reminders - /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders diff --git a/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/index.md b/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/index.md index 5129e83ef90a..0483b47b5cc4 100644 --- a/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/index.md +++ b/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/index.md @@ -11,8 +11,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications children: - /managing-notifications-from-your-inbox - /triaging-a-single-notification diff --git a/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md b/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md index e34bac01efb1..371e4b0a3ace 100644 --- a/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md +++ b/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md @@ -12,8 +12,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications shortTitle: Manage from your inbox --- diff --git a/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/triaging-a-single-notification.md b/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/triaging-a-single-notification.md index e22403ef28e2..2628dcab92b2 100644 --- a/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/triaging-a-single-notification.md +++ b/content/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/triaging-a-single-notification.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications redirect_from: - /github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification - /github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification diff --git a/content/subscriptions-and-notifications/index.md b/content/subscriptions-and-notifications/index.md index 6219518e6277..538fb0a77327 100644 --- a/content/subscriptions-and-notifications/index.md +++ b/content/subscriptions-and-notifications/index.md @@ -19,8 +19,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications children: - /get-started - /concepts diff --git a/content/subscriptions-and-notifications/reference/email-notification-headers.md b/content/subscriptions-and-notifications/reference/email-notification-headers.md index f2f904e38817..32ea98bbc5d7 100644 --- a/content/subscriptions-and-notifications/reference/email-notification-headers.md +++ b/content/subscriptions-and-notifications/reference/email-notification-headers.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications --- Each email notification that {% data variables.product.prodname_dotcom %} sends contains header information. The header information in every email is consistent, so you can use it in your email client to filter or forward all {% data variables.product.prodname_dotcom %} notifications, or certain types of {% data variables.product.prodname_dotcom %} notifications. diff --git a/content/subscriptions-and-notifications/reference/inbox-filters.md b/content/subscriptions-and-notifications/reference/inbox-filters.md index a4a98a414d71..a0cd04590e7e 100644 --- a/content/subscriptions-and-notifications/reference/inbox-filters.md +++ b/content/subscriptions-and-notifications/reference/inbox-filters.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications --- You can create custom filters for your inbox using the following supported filters. For more information about creating custom filters, see [AUTOTITLE](/subscriptions-and-notifications/how-tos/viewing-and-triaging-notifications/managing-notifications-from-your-inbox#customizing-your-inbox-with-custom-filters). diff --git a/content/subscriptions-and-notifications/reference/types-of-emails-github-sends.md b/content/subscriptions-and-notifications/reference/types-of-emails-github-sends.md index 4dbdb54671bc..03f44d2942e1 100644 --- a/content/subscriptions-and-notifications/reference/types-of-emails-github-sends.md +++ b/content/subscriptions-and-notifications/reference/types-of-emails-github-sends.md @@ -11,9 +11,6 @@ redirect_from: versions: fpt: '*' ghec: '*' -topics: - - Accounts - - Notifications shortTitle: Emails from GitHub contentType: reference --- diff --git a/content/subscriptions-and-notifications/tutorials/customizing-a-workflow-for-triaging-your-notifications.md b/content/subscriptions-and-notifications/tutorials/customizing-a-workflow-for-triaging-your-notifications.md index 49fdf8b3238b..d71c8e50db5d 100644 --- a/content/subscriptions-and-notifications/tutorials/customizing-a-workflow-for-triaging-your-notifications.md +++ b/content/subscriptions-and-notifications/tutorials/customizing-a-workflow-for-triaging-your-notifications.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications redirect_from: - /github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications - /github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications diff --git a/content/subscriptions-and-notifications/tutorials/index.md b/content/subscriptions-and-notifications/tutorials/index.md index a4653960d2e0..c0db9ceac763 100644 --- a/content/subscriptions-and-notifications/tutorials/index.md +++ b/content/subscriptions-and-notifications/tutorials/index.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Notifications children: - /customizing-a-workflow-for-triaging-your-notifications --- From 4cd99aba8bda835605df9bfc9787ce508929b54e Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:59:44 +0000 Subject: [PATCH 11/21] Remove topics frontmatter from content/packages (#59909) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: subatoi <32935794+subatoi@users.noreply.github.com> --- ...ting-to-the-container-registry-from-the-docker-registry.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md b/content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md index e4a3f43f6307..89dc5e2c920a 100644 --- a/content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md +++ b/content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md @@ -11,10 +11,6 @@ versions: ghec: '*' ghes: '*' shortTitle: Migration to Container registry -topics: - - Containers - - Docker - - Migration --- {% data reusables.package_registry.container-registry-ghes-beta %} From f40f90835fb8728d8f2c720fc008146a8c5910a4 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:07:34 +0000 Subject: [PATCH 12/21] Remove `topics` frontmatter from all `content/search-github` files (#59902) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: subatoi <32935794+subatoi@users.noreply.github.com> --- .../about-searching-on-github.md | 2 -- .../enabling-repository-search-across-environments.md | 2 -- .../getting-started-with-searching-on-github/index.md | 2 -- .../sorting-search-results.md | 2 -- .../troubleshooting-search-queries.md | 2 -- .../understanding-the-search-syntax.md | 2 -- .../github-code-search/about-github-code-search.md | 2 -- content/search-github/github-code-search/index.md | 2 -- .../understanding-github-code-search-syntax.md | 2 -- .../github-code-search/using-github-code-search.md | 2 -- content/search-github/index.md | 2 -- .../searching-on-github/finding-files-on-github.md | 2 -- content/search-github/searching-on-github/index.md | 2 -- content/search-github/searching-on-github/searching-code.md | 2 -- content/search-github/searching-on-github/searching-commits.md | 2 -- .../search-github/searching-on-github/searching-discussions.md | 2 -- .../search-github/searching-on-github/searching-for-packages.md | 2 -- .../searching-on-github/searching-for-repositories.md | 2 -- .../searching-on-github/searching-github-marketplace.md | 2 -- .../searching-on-github/searching-github-models.md | 2 -- content/search-github/searching-on-github/searching-in-forks.md | 2 -- .../searching-on-github/searching-issues-and-pull-requests.md | 2 -- content/search-github/searching-on-github/searching-topics.md | 2 -- content/search-github/searching-on-github/searching-users.md | 2 -- content/search-github/searching-on-github/searching-wikis.md | 2 -- 25 files changed, 50 deletions(-) diff --git a/content/search-github/getting-started-with-searching-on-github/about-searching-on-github.md b/content/search-github/getting-started-with-searching-on-github/about-searching-on-github.md index 4c370e9c2612..aa41ff7d6f19 100644 --- a/content/search-github/getting-started-with-searching-on-github/about-searching-on-github.md +++ b/content/search-github/getting-started-with-searching-on-github/about-searching-on-github.md @@ -14,8 +14,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search --- ## About searching on {% data variables.product.prodname_dotcom %} diff --git a/content/search-github/getting-started-with-searching-on-github/enabling-repository-search-across-environments.md b/content/search-github/getting-started-with-searching-on-github/enabling-repository-search-across-environments.md index 9fd3742e93e4..af98a625709a 100644 --- a/content/search-github/getting-started-with-searching-on-github/enabling-repository-search-across-environments.md +++ b/content/search-github/getting-started-with-searching-on-github/enabling-repository-search-across-environments.md @@ -12,8 +12,6 @@ redirect_from: - /search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment versions: ghes: '*' -topics: - - GitHub search --- You can search for designated private repositories on {% data variables.product.prodname_ghe_cloud %} from {% data variables.location.product_location %}. For more information about searching across environments, see [AUTOTITLE](/search-github/getting-started-with-searching-on-github/about-searching-on-github#searching-repositories-on-githubcom-from-your-private-enterprise-environment). diff --git a/content/search-github/getting-started-with-searching-on-github/index.md b/content/search-github/getting-started-with-searching-on-github/index.md index 784a88ec12ba..7b732231137c 100644 --- a/content/search-github/getting-started-with-searching-on-github/index.md +++ b/content/search-github/getting-started-with-searching-on-github/index.md @@ -8,8 +8,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search children: - /about-searching-on-github - /understanding-the-search-syntax diff --git a/content/search-github/getting-started-with-searching-on-github/sorting-search-results.md b/content/search-github/getting-started-with-searching-on-github/sorting-search-results.md index 313df0a8a220..02443466c600 100644 --- a/content/search-github/getting-started-with-searching-on-github/sorting-search-results.md +++ b/content/search-github/getting-started-with-searching-on-github/sorting-search-results.md @@ -9,8 +9,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search --- {% ifversion code-search-upgrade %} diff --git a/content/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries.md b/content/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries.md index 9c171464b1aa..6c6374affd55 100644 --- a/content/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries.md +++ b/content/search-github/getting-started-with-searching-on-github/troubleshooting-search-queries.md @@ -9,8 +9,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search shortTitle: Troubleshoot search queries --- ## Potential timeouts diff --git a/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md b/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md index 70e6ce7a8b01..20b36f43d56e 100644 --- a/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md +++ b/content/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax.md @@ -10,8 +10,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search shortTitle: Understand search syntax --- diff --git a/content/search-github/github-code-search/about-github-code-search.md b/content/search-github/github-code-search/about-github-code-search.md index 63af61e782f8..e369b21e42c0 100644 --- a/content/search-github/github-code-search/about-github-code-search.md +++ b/content/search-github/github-code-search/about-github-code-search.md @@ -4,8 +4,6 @@ intro: 'You can search, navigate and understand code across {% data variables.pr allowTitleToDifferFromFilename: true versions: feature: code-search-upgrade -topics: - - GitHub search --- ## About {% data variables.product.prodname_dotcom %} code search diff --git a/content/search-github/github-code-search/index.md b/content/search-github/github-code-search/index.md index 17a623a3ffee..7403ee836479 100644 --- a/content/search-github/github-code-search/index.md +++ b/content/search-github/github-code-search/index.md @@ -4,8 +4,6 @@ intro: 'Learn how to use code search to find, navigate, and understand code acro allowTitleToDifferFromFilename: true versions: feature: code-search-upgrade -topics: - - GitHub search children: - /about-github-code-search - /using-github-code-search diff --git a/content/search-github/github-code-search/understanding-github-code-search-syntax.md b/content/search-github/github-code-search/understanding-github-code-search-syntax.md index d82592fe2671..8656cee24352 100644 --- a/content/search-github/github-code-search/understanding-github-code-search-syntax.md +++ b/content/search-github/github-code-search/understanding-github-code-search-syntax.md @@ -5,8 +5,6 @@ intro: 'You can build search queries for the results you want with specialized c allowTitleToDifferFromFilename: true versions: feature: code-search-upgrade -topics: - - GitHub search --- ## About code search query structure diff --git a/content/search-github/github-code-search/using-github-code-search.md b/content/search-github/github-code-search/using-github-code-search.md index 80bce4cef8b7..463830ce69f8 100644 --- a/content/search-github/github-code-search/using-github-code-search.md +++ b/content/search-github/github-code-search/using-github-code-search.md @@ -4,8 +4,6 @@ intro: "You can use suggestions, completions and saved searches in the upgraded allowTitleToDifferFromFilename: true versions: feature: code-search-upgrade -topics: - - GitHub search --- ## About using {% data variables.product.prodname_dotcom %} code search diff --git a/content/search-github/index.md b/content/search-github/index.md index 25b0447fda43..73e2943db18b 100644 --- a/content/search-github/index.md +++ b/content/search-github/index.md @@ -32,8 +32,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search children: - /getting-started-with-searching-on-github - /searching-on-github diff --git a/content/search-github/searching-on-github/finding-files-on-github.md b/content/search-github/searching-on-github/finding-files-on-github.md index 9a5a39bf5a92..03d2987afb71 100644 --- a/content/search-github/searching-on-github/finding-files-on-github.md +++ b/content/search-github/searching-on-github/finding-files-on-github.md @@ -9,8 +9,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search --- > [!TIP] diff --git a/content/search-github/searching-on-github/index.md b/content/search-github/searching-on-github/index.md index 0d5fdd4b360e..2b07946fe617 100644 --- a/content/search-github/searching-on-github/index.md +++ b/content/search-github/searching-on-github/index.md @@ -8,8 +8,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search children: - /finding-files-on-github - /searching-for-repositories diff --git a/content/search-github/searching-on-github/searching-code.md b/content/search-github/searching-on-github/searching-code.md index 4d169605a879..967084ef80e6 100644 --- a/content/search-github/searching-on-github/searching-code.md +++ b/content/search-github/searching-on-github/searching-code.md @@ -12,8 +12,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - GitHub search --- {% ifversion code-search-upgrade %} diff --git a/content/search-github/searching-on-github/searching-commits.md b/content/search-github/searching-on-github/searching-commits.md index 4bfcec2d0d28..730397a38300 100644 --- a/content/search-github/searching-on-github/searching-commits.md +++ b/content/search-github/searching-on-github/searching-commits.md @@ -9,8 +9,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search --- You can search for commits globally across all of {% data variables.product.github %}, or search for commits within a particular repository or organization. For more information, see [AUTOTITLE](/search-github/getting-started-with-searching-on-github/about-searching-on-github). diff --git a/content/search-github/searching-on-github/searching-discussions.md b/content/search-github/searching-on-github/searching-discussions.md index a114cf20adc7..64bcad8a0e26 100644 --- a/content/search-github/searching-on-github/searching-discussions.md +++ b/content/search-github/searching-on-github/searching-discussions.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search redirect_from: - /github/searching-for-information-on-github/searching-discussions - /github/searching-for-information-on-github/searching-on-github/searching-discussions diff --git a/content/search-github/searching-on-github/searching-for-packages.md b/content/search-github/searching-on-github/searching-for-packages.md index d297c5c784e9..75830708bd45 100644 --- a/content/search-github/searching-on-github/searching-for-packages.md +++ b/content/search-github/searching-on-github/searching-for-packages.md @@ -7,8 +7,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search redirect_from: - /github/searching-for-information-on-github/searching-for-packages - /github/searching-for-information-on-github/searching-on-github/searching-for-packages diff --git a/content/search-github/searching-on-github/searching-for-repositories.md b/content/search-github/searching-on-github/searching-for-repositories.md index 55aba1e4c23a..9988f0c389ad 100644 --- a/content/search-github/searching-on-github/searching-for-repositories.md +++ b/content/search-github/searching-on-github/searching-for-repositories.md @@ -10,8 +10,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search shortTitle: Search for repositories --- You can search for repositories globally across all of {% data variables.product.prodname_dotcom %}, or search for repositories within a particular organization. For more information, see [AUTOTITLE](/search-github/getting-started-with-searching-on-github/about-searching-on-github). 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 7b5a8c56df38..497eab8497f5 100644 --- a/content/search-github/searching-on-github/searching-github-marketplace.md +++ b/content/search-github/searching-on-github/searching-github-marketplace.md @@ -4,8 +4,6 @@ intro: 'You can search for apps and actions that are available on {% data variab versions: fpt: '*' ghec: '*' -topics: - - GitHub search redirect_from: - /github/searching-for-information-on-github/searching-github-marketplace - /github/searching-for-information-on-github/searching-on-github/searching-github-marketplace diff --git a/content/search-github/searching-on-github/searching-github-models.md b/content/search-github/searching-on-github/searching-github-models.md index b359fc79181c..f04a94f71a49 100644 --- a/content/search-github/searching-on-github/searching-github-models.md +++ b/content/search-github/searching-on-github/searching-github-models.md @@ -3,8 +3,6 @@ title: Searching GitHub Models intro: 'You can search for models that are available on {% data variables.product.prodname_github_models %}.' versions: feature: github-models -topics: - - GitHub search shortTitle: Search GitHub Models --- diff --git a/content/search-github/searching-on-github/searching-in-forks.md b/content/search-github/searching-on-github/searching-in-forks.md index 948f80e3facf..516d79807257 100644 --- a/content/search-github/searching-on-github/searching-in-forks.md +++ b/content/search-github/searching-on-github/searching-in-forks.md @@ -9,8 +9,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search --- To show forks in repository search results, add `fork:true` or `fork:only` to your query. For more information, see [AUTOTITLE](/search-github/searching-on-github/searching-for-repositories). diff --git a/content/search-github/searching-on-github/searching-issues-and-pull-requests.md b/content/search-github/searching-on-github/searching-issues-and-pull-requests.md index 5c74f7b4b369..c877f30f0a1a 100644 --- a/content/search-github/searching-on-github/searching-issues-and-pull-requests.md +++ b/content/search-github/searching-on-github/searching-issues-and-pull-requests.md @@ -10,8 +10,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search shortTitle: Search issues & PRs --- You can search for issues and pull requests globally across all of {% data variables.product.github %}, or search for issues and pull requests within a particular organization. For more information, see [AUTOTITLE](/search-github/getting-started-with-searching-on-github/about-searching-on-github). diff --git a/content/search-github/searching-on-github/searching-topics.md b/content/search-github/searching-on-github/searching-topics.md index 99cd0aaefbae..5dad3e0f4b4f 100644 --- a/content/search-github/searching-on-github/searching-topics.md +++ b/content/search-github/searching-on-github/searching-topics.md @@ -9,8 +9,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search --- ## Search {% data variables.product.github %} for topics diff --git a/content/search-github/searching-on-github/searching-users.md b/content/search-github/searching-on-github/searching-users.md index ef0fe3d43304..9d9e4765c7d3 100644 --- a/content/search-github/searching-on-github/searching-users.md +++ b/content/search-github/searching-on-github/searching-users.md @@ -9,8 +9,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search --- You can search for users globally across a {% data variables.product.github %} platform, for example: across {% data variables.product.prodname_dotcom_the_website %} or across {% data variables.product.prodname_ghe_server %}. diff --git a/content/search-github/searching-on-github/searching-wikis.md b/content/search-github/searching-on-github/searching-wikis.md index 0f7299ba880f..493ea4fa65cd 100644 --- a/content/search-github/searching-on-github/searching-wikis.md +++ b/content/search-github/searching-on-github/searching-wikis.md @@ -9,8 +9,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - GitHub search --- You can search wikis globally across all of {% data variables.product.github %}, or search wikis within a particular repository or organization. For more information, see [AUTOTITLE](/search-github/getting-started-with-searching-on-github/about-searching-on-github). From a7cd896e05155dfa9a8f22df4c8a793a4a573f64 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:08:29 +0000 Subject: [PATCH 13/21] Remove topics frontmatter from sponsors content (#59898) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: subatoi <32935794+subatoi@users.noreply.github.com> --- .../about-github-sponsors.md | 3 --- .../navigating-your-sponsors-dashboard.md | 5 ----- .../quickstart-for-finding-contributors-to-sponsor.md | 2 -- ...figuring-webhooks-for-events-in-your-sponsored-account.md | 4 ---- .../getting-started-with-the-sponsors-graphql-api.md | 3 --- .../about-github-sponsors-for-open-source-contributors.md | 3 --- .../contacting-your-sponsors.md | 3 --- .../delete-stripe-account.md | 2 -- .../disabling-your-github-sponsors-account.md | 3 --- .../editing-your-profile-details-for-github-sponsors.md | 3 --- .../enabling-sponsorships-through-patreon.md | 3 --- .../managing-your-payouts-from-github-sponsors.md | 3 --- .../managing-your-sponsorship-goal.md | 3 --- .../managing-your-sponsorship-tiers.md | 3 --- .../setting-up-github-sponsors-for-your-organization.md | 4 ---- .../setting-up-github-sponsors-for-your-personal-account.md | 3 --- .../tax-information-for-github-sponsors.md | 3 --- ...your-patreon-account-from-your-github-sponsors-profile.md | 3 --- .../unpublishing-your-github-sponsors-profile.md | 3 --- ...using-a-fiscal-host-to-receive-github-sponsors-payouts.md | 3 --- .../viewing-your-sponsors-and-sponsorships.md | 3 --- .../about-sponsorships-fees-and-taxes.md | 4 ---- .../attributing-sponsorships-to-your-organization.md | 4 ---- .../managing-your-sponsorship.md | 4 ---- .../paying-for-github-sponsors-by-invoice.md | 3 --- .../sponsoring-an-open-source-contributor-through-github.md | 3 --- .../sponsoring-an-open-source-contributor-through-patreon.md | 3 --- .../unlinking-your-patreon-account-from-github.md | 3 --- 28 files changed, 89 deletions(-) diff --git a/content/sponsors/getting-started-with-github-sponsors/about-github-sponsors.md b/content/sponsors/getting-started-with-github-sponsors/about-github-sponsors.md index 016f95611408..897925405aa9 100644 --- a/content/sponsors/getting-started-with-github-sponsors/about-github-sponsors.md +++ b/content/sponsors/getting-started-with-github-sponsors/about-github-sponsors.md @@ -8,9 +8,6 @@ versions: fpt: '*' ghec: '*' type: overview -topics: - - Open Source - - Fundamentals --- ## About {% data variables.product.prodname_sponsors %} diff --git a/content/sponsors/getting-started-with-github-sponsors/navigating-your-sponsors-dashboard.md b/content/sponsors/getting-started-with-github-sponsors/navigating-your-sponsors-dashboard.md index 41235a09d8bc..e8ea0f0effb0 100644 --- a/content/sponsors/getting-started-with-github-sponsors/navigating-your-sponsors-dashboard.md +++ b/content/sponsors/getting-started-with-github-sponsors/navigating-your-sponsors-dashboard.md @@ -5,11 +5,6 @@ versions: fpt: '*' ghec: '*' type: overview -topics: - - Open Source - - Fundamentals - - Sponsors - - Sponsors profile --- ## About your Sponsors dashboard diff --git a/content/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor.md b/content/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor.md index ed2b011469ae..3706cf43095e 100644 --- a/content/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor.md +++ b/content/sponsors/getting-started-with-github-sponsors/quickstart-for-finding-contributors-to-sponsor.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghec: '*' type: quick_start -topics: - - Open Source shortTitle: Quickstart --- diff --git a/content/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account.md b/content/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account.md index 528f4d9d48fd..7bebc45b227e 100644 --- a/content/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account.md +++ b/content/sponsors/integrating-with-github-sponsors/configuring-webhooks-for-events-in-your-sponsored-account.md @@ -7,10 +7,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Webhooks - - Events - - Open Source shortTitle: Webhooks for events --- diff --git a/content/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api.md b/content/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api.md index 10c7cb39df33..c98203c3c74c 100644 --- a/content/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api.md +++ b/content/sponsors/integrating-with-github-sponsors/getting-started-with-the-sponsors-graphql-api.md @@ -5,9 +5,6 @@ versions: fpt: '*' ghec: '*' type: overview -topics: - - GraphQL - - API shortTitle: Sponsors GraphQL API --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors.md index b1e7b97c99cd..d66965634ad7 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/about-github-sponsors-for-open-source-contributors.md @@ -8,9 +8,6 @@ versions: fpt: '*' ghec: '*' type: overview -topics: - - Open Source - - Fundamentals shortTitle: Open source contributors --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors.md index 28dc48a7b371..cf7eed0e285c 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors.md @@ -8,9 +8,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Open Source - - Contacting sponsors --- ## About sponsorship updates diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/delete-stripe-account.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/delete-stripe-account.md index 3f9690a1011f..76541c27087a 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/delete-stripe-account.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/delete-stripe-account.md @@ -5,8 +5,6 @@ intro: 'Learn how to delete a Stripe Connect account that you connected to {% da versions: fpt: '*' ghec: '*' -topics: - - Sponsors payments --- ## Prerequisites diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account.md index 8b2083d9d4da..a204a6d16e36 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/disabling-your-github-sponsors-account.md @@ -5,9 +5,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Open Source - - Sponsors payments shortTitle: Disable your account --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors.md index 655804009bd0..b899b56a0ee2 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors.md @@ -9,9 +9,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Sponsors profile - - Open Source shortTitle: Edit profile details --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/enabling-sponsorships-through-patreon.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/enabling-sponsorships-through-patreon.md index 60b0521604e6..5768686bce48 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/enabling-sponsorships-through-patreon.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/enabling-sponsorships-through-patreon.md @@ -5,9 +5,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Open Source - - Sponsors payments shortTitle: Enable Patreon sponsorships --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors.md index e472690bdac3..2c502c95bb9e 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-payouts-from-github-sponsors.md @@ -8,9 +8,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Sponsors payments - - Open Source shortTitle: Manage payouts --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal.md index 9a3b623853e7..47b7fe78f913 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-goal.md @@ -8,9 +8,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Open Source - - Sponsors profile shortTitle: Manage sponsor goals --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers.md index 1a093d040f5d..7227b12e9b47 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers.md @@ -9,9 +9,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Open Source - - Sponsors profile shortTitle: Manage payment tiers --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization.md index c3143bdd8e29..462548569428 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization.md @@ -10,10 +10,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Organizations - - Sponsors profile - - Open Source shortTitle: Set up for organization --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account.md index 39990e99e11d..1c3a38244df9 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account.md @@ -10,9 +10,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - User account - - Sponsors profile shortTitle: Set up for personal account --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors.md index 043d82ba4fc0..109e46f1dbe5 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/tax-information-for-github-sponsors.md @@ -8,9 +8,6 @@ versions: fpt: '*' ghec: '*' type: overview -topics: - - Open Source - - Sponsors payments shortTitle: Tax information --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/unlinking-your-patreon-account-from-your-github-sponsors-profile.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/unlinking-your-patreon-account-from-your-github-sponsors-profile.md index 7969e55e5898..deeb1a648316 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/unlinking-your-patreon-account-from-your-github-sponsors-profile.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/unlinking-your-patreon-account-from-your-github-sponsors-profile.md @@ -5,9 +5,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Open Source - - Sponsors payments shortTitle: Unlink Patreon --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile.md index 532b3ae96dbd..61eaf98a61b5 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/unpublishing-your-github-sponsors-profile.md @@ -5,9 +5,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Open Source - - Sponsors payments shortTitle: Unpublish your profile --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/using-a-fiscal-host-to-receive-github-sponsors-payouts.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/using-a-fiscal-host-to-receive-github-sponsors-payouts.md index b429cf3a4eb0..dbd3b4a7a838 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/using-a-fiscal-host-to-receive-github-sponsors-payouts.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/using-a-fiscal-host-to-receive-github-sponsors-payouts.md @@ -5,9 +5,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - User account - - Sponsors profile shortTitle: Using a fiscal host --- diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships.md index 4e1c935a9459..17d01a449ec7 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships.md @@ -8,9 +8,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Open Source - - Analytics shortTitle: View sponsors & sponsorships --- diff --git a/content/sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes.md b/content/sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes.md index bc59c11e3cdd..7d2871b91467 100644 --- a/content/sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes.md +++ b/content/sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes.md @@ -5,10 +5,6 @@ versions: fpt: '*' ghec: '*' type: overview -topics: - - Open Source - - Organizations - - Sponsors profile shortTitle: About sponsorships allowTitleToDifferFromFilename: true --- diff --git a/content/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization.md b/content/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization.md index c1fbc6f569fc..fec05587b17e 100644 --- a/content/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization.md +++ b/content/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization.md @@ -8,10 +8,6 @@ versions: ghec: '*' permissions: People who are organization owners of both organizations can attribute one organization's sponsorships to another organization. type: how_to -topics: - - Open Source - - Organizations - - Sponsors profile shortTitle: Attribute sponsorships --- diff --git a/content/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship.md b/content/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship.md index a08a6e30c2e1..2eb7b9e9629a 100644 --- a/content/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship.md +++ b/content/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship.md @@ -8,10 +8,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Contacting sponsors - - Privacy - - Open Source --- ## Managing the privacy setting for your sponsorship diff --git a/content/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice.md b/content/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice.md index 2e6486323202..3b7d3da311c2 100644 --- a/content/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice.md +++ b/content/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice.md @@ -6,9 +6,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Sponsors - - Open Source redirect_from: - /sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-via-invoice --- diff --git a/content/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor-through-github.md b/content/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor-through-github.md index 5d851a17890f..c1e3ff17ce30 100644 --- a/content/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor-through-github.md +++ b/content/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor-through-github.md @@ -12,9 +12,6 @@ versions: ghec: '*' permissions: '{% data reusables.sponsors.sponsorship-permissions %}' type: how_to -topics: - - Open Source - - Sponsors payments shortTitle: Sponsor through {% data variables.product.prodname_dotcom %} --- diff --git a/content/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor-through-patreon.md b/content/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor-through-patreon.md index 7a891162b406..56ff318c9568 100644 --- a/content/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor-through-patreon.md +++ b/content/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor-through-patreon.md @@ -6,9 +6,6 @@ versions: ghec: '*' permissions: '{% data reusables.sponsors.sponsorship-permissions %}' type: how_to -topics: - - Open Source - - Sponsors payments shortTitle: Sponsor through Patreon --- diff --git a/content/sponsors/sponsoring-open-source-contributors/unlinking-your-patreon-account-from-github.md b/content/sponsors/sponsoring-open-source-contributors/unlinking-your-patreon-account-from-github.md index 4ba9c661b286..410ae25459ff 100644 --- a/content/sponsors/sponsoring-open-source-contributors/unlinking-your-patreon-account-from-github.md +++ b/content/sponsors/sponsoring-open-source-contributors/unlinking-your-patreon-account-from-github.md @@ -5,9 +5,6 @@ versions: fpt: '*' ghec: '*' type: how_to -topics: - - Open Source - - Sponsors payments shortTitle: Unlink Patreon redirect_from: - /sponsors/sponsoring-open-source-contributors/unlinking-your-patreon-account-from-your-github-account From 0e61ef5dad4211dd96e15e6aa1745c46ecae19a0 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:08:36 +0000 Subject: [PATCH 14/21] Remove topics frontmatter from video-transcripts (#59895) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: subatoi <32935794+subatoi@users.noreply.github.com> --- content/video-transcripts/index.md | 2 -- ...-billing-github-consumption-through-an-azure-subscription.md | 2 -- .../transcript-codespaces-your-instant-dev-box-in-the-cloud.md | 2 -- .../transcript-using-projects-for-feature-planning.md | 2 -- 4 files changed, 8 deletions(-) diff --git a/content/video-transcripts/index.md b/content/video-transcripts/index.md index 7444fd8e0acc..0ca2f9e3013e 100644 --- a/content/video-transcripts/index.md +++ b/content/video-transcripts/index.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghec: '*' ghes: '*' -topics: - - Transcripts children: - transcript-codespaces-your-instant-dev-box-in-the-cloud - transcript-using-projects-for-feature-planning diff --git a/content/video-transcripts/transcript-billing-github-consumption-through-an-azure-subscription.md b/content/video-transcripts/transcript-billing-github-consumption-through-an-azure-subscription.md index cb55d766cd09..1229bf5ad5c8 100644 --- a/content/video-transcripts/transcript-billing-github-consumption-through-an-azure-subscription.md +++ b/content/video-transcripts/transcript-billing-github-consumption-through-an-azure-subscription.md @@ -4,8 +4,6 @@ intro: Audio and visual transcript. shortTitle: Billing through Azure allowTitleToDifferFromFilename: true product_video: 'https://www.youtube.com/watch?v=Y-f7JKJ4_8Y' -topics: - - Transcripts versions: fpt: '*' ghec: '*' diff --git a/content/video-transcripts/transcript-codespaces-your-instant-dev-box-in-the-cloud.md b/content/video-transcripts/transcript-codespaces-your-instant-dev-box-in-the-cloud.md index a1b280601592..7c74612b76ec 100644 --- a/content/video-transcripts/transcript-codespaces-your-instant-dev-box-in-the-cloud.md +++ b/content/video-transcripts/transcript-codespaces-your-instant-dev-box-in-the-cloud.md @@ -4,8 +4,6 @@ intro: Audio and visual transcript. shortTitle: Codespaces allowTitleToDifferFromFilename: true product_video: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc' -topics: - - Transcripts versions: fpt: '*' ghec: '*' diff --git a/content/video-transcripts/transcript-using-projects-for-feature-planning.md b/content/video-transcripts/transcript-using-projects-for-feature-planning.md index ebf31c87e143..4d30bdb86339 100644 --- a/content/video-transcripts/transcript-using-projects-for-feature-planning.md +++ b/content/video-transcripts/transcript-using-projects-for-feature-planning.md @@ -4,8 +4,6 @@ intro: Audio and visual transcript. shortTitle: Projects allowTitleToDifferFromFilename: true product_video: 'https://www.youtube-nocookie.com/embed/yFQ-p6wMS_Y' -topics: - - Transcripts versions: fpt: '*' ghec: '*' From a6ebea8ead47ff6e24b67318f1a9756f40ff100e Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:16:34 +0000 Subject: [PATCH 15/21] Remove topics frontmatter from webhooks content (#59896) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: subatoi <32935794+subatoi@users.noreply.github.com> --- content/webhooks/about-webhooks.md | 2 -- content/webhooks/index.md | 2 -- content/webhooks/testing-and-troubleshooting-webhooks/index.md | 2 -- .../redelivering-webhooks.md | 2 -- .../testing-and-troubleshooting-webhooks/testing-webhooks.md | 2 -- .../troubleshooting-webhooks.md | 2 -- .../using-the-github-cli-to-forward-webhooks-for-testing.md | 2 -- .../viewing-webhook-deliveries.md | 2 -- content/webhooks/types-of-webhooks.md | 2 -- ...y-redelivering-failed-deliveries-for-a-github-app-webhook.md | 2 -- ...y-redelivering-failed-deliveries-for-a-repository-webhook.md | 2 -- ...edelivering-failed-deliveries-for-an-organization-webhook.md | 2 -- .../using-webhooks/best-practices-for-using-webhooks.md | 2 -- content/webhooks/using-webhooks/creating-webhooks.md | 2 -- .../using-webhooks/delivering-webhooks-to-private-systems.md | 2 -- content/webhooks/using-webhooks/disabling-webhooks.md | 2 -- content/webhooks/using-webhooks/editing-webhooks.md | 2 -- .../using-webhooks/handling-failed-webhook-deliveries.md | 2 -- content/webhooks/using-webhooks/handling-webhook-deliveries.md | 2 -- content/webhooks/using-webhooks/index.md | 2 -- .../webhooks/using-webhooks/validating-webhook-deliveries.md | 2 -- content/webhooks/webhook-events-and-payloads.md | 2 -- 22 files changed, 44 deletions(-) diff --git a/content/webhooks/about-webhooks.md b/content/webhooks/about-webhooks.md index 723785bd2ad4..d197860e4792 100644 --- a/content/webhooks/about-webhooks.md +++ b/content/webhooks/about-webhooks.md @@ -19,8 +19,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks --- ## About webhooks diff --git a/content/webhooks/index.md b/content/webhooks/index.md index 3891d273ead5..b90bb1e1dda6 100644 --- a/content/webhooks/index.md +++ b/content/webhooks/index.md @@ -22,8 +22,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks children: - /about-webhooks - /types-of-webhooks diff --git a/content/webhooks/testing-and-troubleshooting-webhooks/index.md b/content/webhooks/testing-and-troubleshooting-webhooks/index.md index 9c1f72986541..1c6cbe79e970 100644 --- a/content/webhooks/testing-and-troubleshooting-webhooks/index.md +++ b/content/webhooks/testing-and-troubleshooting-webhooks/index.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks children: - /viewing-webhook-deliveries - /redelivering-webhooks diff --git a/content/webhooks/testing-and-troubleshooting-webhooks/redelivering-webhooks.md b/content/webhooks/testing-and-troubleshooting-webhooks/redelivering-webhooks.md index 0c2ef343d4b1..877560d1d550 100644 --- a/content/webhooks/testing-and-troubleshooting-webhooks/redelivering-webhooks.md +++ b/content/webhooks/testing-and-troubleshooting-webhooks/redelivering-webhooks.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks --- ## About redelivering webhooks diff --git a/content/webhooks/testing-and-troubleshooting-webhooks/testing-webhooks.md b/content/webhooks/testing-and-troubleshooting-webhooks/testing-webhooks.md index 26ec008da6b0..bf58ee1f2f57 100644 --- a/content/webhooks/testing-and-troubleshooting-webhooks/testing-webhooks.md +++ b/content/webhooks/testing-and-troubleshooting-webhooks/testing-webhooks.md @@ -14,8 +14,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks --- ## About testing webhooks diff --git a/content/webhooks/testing-and-troubleshooting-webhooks/troubleshooting-webhooks.md b/content/webhooks/testing-and-troubleshooting-webhooks/troubleshooting-webhooks.md index db26d222ec92..51a118fdd3b8 100644 --- a/content/webhooks/testing-and-troubleshooting-webhooks/troubleshooting-webhooks.md +++ b/content/webhooks/testing-and-troubleshooting-webhooks/troubleshooting-webhooks.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks --- ## Missing webhook deliveries diff --git a/content/webhooks/testing-and-troubleshooting-webhooks/using-the-github-cli-to-forward-webhooks-for-testing.md b/content/webhooks/testing-and-troubleshooting-webhooks/using-the-github-cli-to-forward-webhooks-for-testing.md index 6f9427d8a1ac..2b213ea539c0 100644 --- a/content/webhooks/testing-and-troubleshooting-webhooks/using-the-github-cli-to-forward-webhooks-for-testing.md +++ b/content/webhooks/testing-and-troubleshooting-webhooks/using-the-github-cli-to-forward-webhooks-for-testing.md @@ -3,8 +3,6 @@ title: Using the GitHub CLI to forward webhooks for testing intro: 'You can use the {% data variables.product.prodname_cli %} to test webhooks in your development environment without the complexity of port forwarding or third-party tools.' versions: feature: cli-webhook-forwarding -topics: - - Webhooks shortTitle: Test with the CLI redirect_from: - /developers/webhooks-and-events/webhooks/receiving-webhooks-with-the-github-cli diff --git a/content/webhooks/testing-and-troubleshooting-webhooks/viewing-webhook-deliveries.md b/content/webhooks/testing-and-troubleshooting-webhooks/viewing-webhook-deliveries.md index e3573effa01f..4331a7ef2e3f 100644 --- a/content/webhooks/testing-and-troubleshooting-webhooks/viewing-webhook-deliveries.md +++ b/content/webhooks/testing-and-troubleshooting-webhooks/viewing-webhook-deliveries.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks --- ## About webhook deliveries diff --git a/content/webhooks/types-of-webhooks.md b/content/webhooks/types-of-webhooks.md index 30a963a93d86..96da429a5e77 100644 --- a/content/webhooks/types-of-webhooks.md +++ b/content/webhooks/types-of-webhooks.md @@ -9,8 +9,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks --- ## About webhook types diff --git a/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-github-app-webhook.md b/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-github-app-webhook.md index c2c23ded569b..9d6b99c5afa9 100644 --- a/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-github-app-webhook.md +++ b/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-github-app-webhook.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks layout: inline redirect_from: - /webhooks/using-webhooks/creating-a-script-to-automatically-redeliver-failed-deliveries-for-a-github-app-webhook diff --git a/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-repository-webhook.md b/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-repository-webhook.md index 336c24dfca51..9329cb0086c5 100644 --- a/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-repository-webhook.md +++ b/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-repository-webhook.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks layout: inline redirect_from: - /webhooks/using-webhooks/creating-a-script-to-automatically-redeliver-failed-deliveries-for-a-repository-webhook diff --git a/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-an-organization-webhook.md b/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-an-organization-webhook.md index b71fbddb162b..1aa1a7e995cd 100644 --- a/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-an-organization-webhook.md +++ b/content/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-an-organization-webhook.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks layout: inline redirect_from: - /webhooks/using-webhooks/creating-a-script-to-automatically-redeliver-failed-deliveries-for-an-organization-webhook diff --git a/content/webhooks/using-webhooks/best-practices-for-using-webhooks.md b/content/webhooks/using-webhooks/best-practices-for-using-webhooks.md index 211f40459c3a..a77434251ce5 100644 --- a/content/webhooks/using-webhooks/best-practices-for-using-webhooks.md +++ b/content/webhooks/using-webhooks/best-practices-for-using-webhooks.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks --- ## Subscribe to the minimum number of events diff --git a/content/webhooks/using-webhooks/creating-webhooks.md b/content/webhooks/using-webhooks/creating-webhooks.md index 5e9f28afd9e6..70abf812dd5e 100644 --- a/content/webhooks/using-webhooks/creating-webhooks.md +++ b/content/webhooks/using-webhooks/creating-webhooks.md @@ -13,8 +13,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks --- ## About creating webhooks diff --git a/content/webhooks/using-webhooks/delivering-webhooks-to-private-systems.md b/content/webhooks/using-webhooks/delivering-webhooks-to-private-systems.md index 7c3a63c598fb..44206adac6fd 100644 --- a/content/webhooks/using-webhooks/delivering-webhooks-to-private-systems.md +++ b/content/webhooks/using-webhooks/delivering-webhooks-to-private-systems.md @@ -5,8 +5,6 @@ shortTitle: Deliver to private systems versions: fpt: '*' ghec: '*' -topics: - - Webhooks --- ## About integrating with private systems via reverse proxy diff --git a/content/webhooks/using-webhooks/disabling-webhooks.md b/content/webhooks/using-webhooks/disabling-webhooks.md index d84cf3f5bfa7..a8823cafac99 100644 --- a/content/webhooks/using-webhooks/disabling-webhooks.md +++ b/content/webhooks/using-webhooks/disabling-webhooks.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks --- ## About disabling webhooks diff --git a/content/webhooks/using-webhooks/editing-webhooks.md b/content/webhooks/using-webhooks/editing-webhooks.md index eb88a4c10f13..05a69edaac12 100644 --- a/content/webhooks/using-webhooks/editing-webhooks.md +++ b/content/webhooks/using-webhooks/editing-webhooks.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks --- ## About editing webhooks diff --git a/content/webhooks/using-webhooks/handling-failed-webhook-deliveries.md b/content/webhooks/using-webhooks/handling-failed-webhook-deliveries.md index 61f7a104c961..6826bc920fb7 100644 --- a/content/webhooks/using-webhooks/handling-failed-webhook-deliveries.md +++ b/content/webhooks/using-webhooks/handling-failed-webhook-deliveries.md @@ -6,8 +6,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks layout: inline --- diff --git a/content/webhooks/using-webhooks/handling-webhook-deliveries.md b/content/webhooks/using-webhooks/handling-webhook-deliveries.md index a05155fe7f26..78150f068492 100644 --- a/content/webhooks/using-webhooks/handling-webhook-deliveries.md +++ b/content/webhooks/using-webhooks/handling-webhook-deliveries.md @@ -14,8 +14,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks layout: inline --- diff --git a/content/webhooks/using-webhooks/index.md b/content/webhooks/using-webhooks/index.md index 16e90e85b789..cba6c0a91775 100644 --- a/content/webhooks/using-webhooks/index.md +++ b/content/webhooks/using-webhooks/index.md @@ -5,8 +5,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks children: - /creating-webhooks - /handling-webhook-deliveries diff --git a/content/webhooks/using-webhooks/validating-webhook-deliveries.md b/content/webhooks/using-webhooks/validating-webhook-deliveries.md index 8148165d6d09..5aac71a8fd45 100644 --- a/content/webhooks/using-webhooks/validating-webhook-deliveries.md +++ b/content/webhooks/using-webhooks/validating-webhook-deliveries.md @@ -14,8 +14,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks --- ## About validating webhook deliveries diff --git a/content/webhooks/webhook-events-and-payloads.md b/content/webhooks/webhook-events-and-payloads.md index c58a82334800..1eebb34fa951 100644 --- a/content/webhooks/webhook-events-and-payloads.md +++ b/content/webhooks/webhook-events-and-payloads.md @@ -13,8 +13,6 @@ versions: fpt: '*' ghes: '*' ghec: '*' -topics: - - Webhooks shortTitle: Webhook events & payloads autogenerated: webhooks --- From ca31b28e5aac70bbe6be9f4458615b72af1b3ca7 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Mon, 2 Mar 2026 10:24:55 +0000 Subject: [PATCH 16/21] Hubwriter/update agents path (#59941) --- .../customize-copilot/create-custom-agents-for-cli.md | 3 ++- content/copilot/reference/custom-agents-configuration.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/content/copilot/how-tos/copilot-cli/customize-copilot/create-custom-agents-for-cli.md b/content/copilot/how-tos/copilot-cli/customize-copilot/create-custom-agents-for-cli.md index b84ad4c6c8e3..60636e1be089 100644 --- a/content/copilot/how-tos/copilot-cli/customize-copilot/create-custom-agents-for-cli.md +++ b/content/copilot/how-tos/copilot-cli/customize-copilot/create-custom-agents-for-cli.md @@ -31,7 +31,7 @@ Each {% data variables.copilot.copilot_custom_agent_short %} is defined by a Mar 1. Choose between the options to create the {% data variables.copilot.copilot_custom_agent_short %} in the repository or in your home directory: * **Project** (`.github/agents/`) - * **User** (`~/.config/copilot/agents/`) + * **User** (`~/.copilot/agents/`) > [!NOTE] > If you have {% data variables.copilot.custom_agents_short %} with the same name in both locations, the one in your home directory will be used, rather than the one in the repository. @@ -136,4 +136,5 @@ Each {% data variables.copilot.copilot_custom_agent_short %} is defined by a Mar * [AUTOTITLE](/copilot/concepts/agents/copilot-cli/comparing-cli-features) * [AUTOTITLE](/copilot/reference/custom-agents-configuration) +* [AUTOTITLE](/copilot/reference/cli-command-reference#custom-agents-reference) * [AUTOTITLE](/copilot/tutorials/customization-library/custom-agents)—a curated collection of examples diff --git a/content/copilot/reference/custom-agents-configuration.md b/content/copilot/reference/custom-agents-configuration.md index 0eb0b61693c5..a739afff7f32 100644 --- a/content/copilot/reference/custom-agents-configuration.md +++ b/content/copilot/reference/custom-agents-configuration.md @@ -153,3 +153,9 @@ The `tools` list filters the set of tools that are made available to the agent - ### MCP server configurations For MCP server configurations, there is a specific processing order that ensures proper override behavior: out-of-the-box MCP configurations (like the {% data variables.product.github %} MCP) are processed first, followed by the {% data variables.copilot.copilot_custom_agent_short %} MCP configuration, and finally MCP configurations specified through repository settings. This allows each level to override settings from the previous level as appropriate. + +## Further reading + +* [AUTOTITLE](/copilot/how-tos/copilot-cli) +* [AUTOTITLE](/copilot/reference/cli-command-reference#custom-agents-reference) + From 0a963abfaf4c9d4a23459e895e9e7ae9b4639a49 Mon Sep 17 00:00:00 2001 From: Sam Browning <106113886+sabrowning1@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:43:12 -0500 Subject: [PATCH 17/21] [EDI] Specifying command options in a CodeQL configuration file (#59869) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- ...-options-in-a-codeql-configuration-file.md | 36 +++++++------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/content/code-security/how-tos/scan-code-for-vulnerabilities/scan-from-the-command-line/specifying-command-options-in-a-codeql-configuration-file.md b/content/code-security/how-tos/scan-code-for-vulnerabilities/scan-from-the-command-line/specifying-command-options-in-a-codeql-configuration-file.md index 8d9cf03e396f..0175488de2c3 100644 --- a/content/code-security/how-tos/scan-code-for-vulnerabilities/scan-from-the-command-line/specifying-command-options-in-a-codeql-configuration-file.md +++ b/content/code-security/how-tos/scan-code-for-vulnerabilities/scan-from-the-command-line/specifying-command-options-in-a-codeql-configuration-file.md @@ -1,7 +1,7 @@ --- title: Specifying command options in a CodeQL configuration file shortTitle: Specify command options in a CodeQL configuration file -intro: You can save default command options in a {% data variables.product.prodname_codeql %} configuration file. +intro: Save time by adding your frequently used command options and custom {% data variables.product.prodname_codeql %} packs to a {% data variables.product.prodname_codeql %} configuration file. product: '{% data reusables.gated-features.codeql %}' versions: fpt: '*' @@ -18,36 +18,24 @@ redirect_from: contentType: how-tos --- -## About specifying command options in a {% data variables.product.prodname_codeql %} configuration file - -You can save default or frequently used options for your commands in a per-user configuration file. - -You can specify {% data variables.product.prodname_codeql_cli %} command options in two ways: - -* Directly in the command line, using the appropriate flag. -* In a configuration (or `config`) file that {% data variables.product.prodname_codeql %} scans for relevant options each time a command is executed. - -For options that are likely to change each time you execute a command, specifying the value on the command line is the most convenient way of passing the information to {% data variables.product.prodname_codeql %}. Saving options in a `config` file is a good way to specify options you use frequently. It’s also a good way to add custom {% data variables.product.prodname_codeql %} packs that you use regularly to your search path. - ## Using a {% data variables.product.prodname_codeql %} configuration file -You need to save the `config` file under your home (Linux and macOS) or user profile (Windows) directory in the `.config/codeql/` subdirectory. For example, `$HOME/.config/codeql/config`. - -The syntax for specifying options is as follows: +1. Create and save a `config` file under your home (Linux and macOS) or user profile (Windows) directory in the `.config/codeql/` subdirectory. For example, `$HOME/.config/codeql/config`. +1. In the `config` file, specify the options you want to apply to your {% data variables.product.prodname_codeql %} commands. The syntax for specifying options is as follows: -```shell -