From 80d86dbbd29fbeaad92b2c351f7927f5f42a1cf4 Mon Sep 17 00:00:00 2001 From: ryoku4 <122875619+ryoku4@users.noreply.github.com> Date: Fri, 22 May 2026 22:55:25 +0900 Subject: [PATCH] docs: correct "Github" to "GitHub" for consistency in branding Signed-off-by: ryoku4 <122875619+ryoku4@users.noreply.github.com> --- microsite/sidebars.ts | 2 +- typedoc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/microsite/sidebars.ts b/microsite/sidebars.ts index 565c09feb4..3435bc5333 100644 --- a/microsite/sidebars.ts +++ b/microsite/sidebars.ts @@ -415,7 +415,7 @@ export default { 'integrations/gerrit/locations', 'integrations/gerrit/discovery', ]), - sidebarElementWithIndex({ label: 'Github' }, [ + sidebarElementWithIndex({ label: 'GitHub' }, [ 'integrations/github/locations', 'integrations/github/discovery', 'integrations/github/org', diff --git a/typedoc.json b/typedoc.json index 608b95a515..86c2d533e8 100644 --- a/typedoc.json +++ b/typedoc.json @@ -3,6 +3,6 @@ "name": "Backstage", "navigationLinks": { "Docs": "https://backstage.io/docs", - "Github": "https://github.com/backstage/backstage" + "GitHub": "https://github.com/backstage/backstage" } }