Skip to content

Commit 92fd715

Browse files
chore: update catalog-info and docs title (redhat-developer#2266)
Signed-off-by: Christoph Jerolimov <[email protected]>
1 parent 6d2d676 commit 92fd715

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

app-config.example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
app:
2-
title: Janus IDP Backstage Showcase
2+
title: RHDH
33
baseUrl: http://localhost:7007
44

55
organization:

app-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
developerHub:
22
flavor: rhdh
33
app:
4-
title: Janus IDP Backstage Showcase
4+
title: RHDH
55
baseUrl: http://localhost:3000
66
branding:
77
fullLogo: ${BASE64_EMBEDDED_FULL_LOGO}

catalog-info.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: backstage.io/v1alpha1
22
kind: System
33
metadata:
44
name: rhdh
5-
title: RHDH
5+
title: Red Hat Developer Hub
66
description: Red Hat Developer Hub is an enterprise-grade Internal Developer Portal based on Backstage.
77
annotations:
88
backstage.io/techdocs-ref: dir:.
@@ -43,7 +43,7 @@ apiVersion: backstage.io/v1alpha1
4343
kind: Component
4444
metadata:
4545
name: rhdh
46-
title: RHDH
46+
title: Red Hat Developer Hub
4747
description: Red Hat Developer Hub is an enterprise-grade Internal Developer Portal based on Backstage.
4848
annotations:
4949
backstage.io/techdocs-ref: dir:.

mkdocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
site_name: backstage-showcase
2-
site_description: 'Documentation for RHDH'
1+
site_name: rhdh
2+
site_description: Red Hat Developer Hub Documentation
33
repo_url: https://github.com/redhat-developer/rhdh
44
edit_uri: edit/main/docs
55

packages/app/public/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "Backstage",
3-
"name": "Backstage",
2+
"short_name": "RHDH",
3+
"name": "RHDH",
44
"icons": [
55
{
66
"src": "favicon.ico",

0 commit comments

Comments
 (0)