From 5dcf867b73016279fb7ccffd3d400f3fbaf2f462 Mon Sep 17 00:00:00 2001 From: Ashis Kumar Baral Date: Tue, 23 Jun 2026 09:54:58 +0530 Subject: [PATCH 1/3] Change codeNavigation to 'supported' for C and C++ Updated codeNavigation status for C and C++ languages to 'supported'. --- data/tables/supported-code-languages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tables/supported-code-languages.yml b/data/tables/supported-code-languages.yml index 8d1e252ca939..2d17912574f1 100644 --- a/data/tables/supported-code-languages.yml +++ b/data/tables/supported-code-languages.yml @@ -41,7 +41,7 @@ features: languages: C: copilot: 'supported' - codeNavigation: 'not-supported' + codeNavigation: 'supported' codeScanning: 'supported' depGraph: 'not-supported' depUpdates: 'not-supported' @@ -49,7 +49,7 @@ languages: packages: 'not-supported' C++: copilot: 'supported' - codeNavigation: 'not-supported' + codeNavigation: 'supported' codeScanning: 'supported' depGraph: 'not-supported' depUpdates: 'not-supported' From 7a630c1acce2a415e491b91655978ac49840d1a5 Mon Sep 17 00:00:00 2001 From: Ashis Kumar Baral Date: Wed, 24 Jun 2026 21:12:52 +0530 Subject: [PATCH 2/3] Update billing navigation --- data/reusables/user-settings/billing_plans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/user-settings/billing_plans.md b/data/reusables/user-settings/billing_plans.md index 32f4bef3f3d6..a13b921e8f1b 100644 --- a/data/reusables/user-settings/billing_plans.md +++ b/data/reusables/user-settings/billing_plans.md @@ -1 +1 @@ -1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-label="credit-card" aria-hidden="true" %} Billing and licensing**, then click **Additional billing details**. +1. In the "Access" section of the sidebar, click **{% octicon "credit-card" aria-label="credit-card" aria-hidden="true" %} Billing and licensing**, then click **Licensing**. From 2ea99e1b0567e7b369ef1af391450e5060d3a5e8 Mon Sep 17 00:00:00 2001 From: Ashis Kumar Baral Date: Thu, 25 Jun 2026 09:37:46 +0530 Subject: [PATCH 3/3] Update supported-code-languages.yml --- data/tables/supported-code-languages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tables/supported-code-languages.yml b/data/tables/supported-code-languages.yml index 2d17912574f1..8d1e252ca939 100644 --- a/data/tables/supported-code-languages.yml +++ b/data/tables/supported-code-languages.yml @@ -41,7 +41,7 @@ features: languages: C: copilot: 'supported' - codeNavigation: 'supported' + codeNavigation: 'not-supported' codeScanning: 'supported' depGraph: 'not-supported' depUpdates: 'not-supported' @@ -49,7 +49,7 @@ languages: packages: 'not-supported' C++: copilot: 'supported' - codeNavigation: 'supported' + codeNavigation: 'not-supported' codeScanning: 'supported' depGraph: 'not-supported' depUpdates: 'not-supported'