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" } }