Changes based on feedback

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-02-15 08:15:58 -06:00
parent cadf4c1852
commit 5f47cc5abf
2 changed files with 1 additions and 14 deletions
+1 -4
View File
@@ -161,10 +161,7 @@ const routes = (
<Route path="/home" element={<HomepageCompositionRoot />}>
{homePage}
</Route>
<Route
path="/catalog"
element={<CatalogIndexPage initiallySelectedNamespaces={['default']} />}
/>
<Route path="/catalog" element={<CatalogIndexPage />} />
<Route
path="/catalog/:namespace/:kind/:name"
element={<CatalogEntityPage />}
@@ -1,10 +0,0 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: different-namespace
namespace: alternative
description: Example of a Component in a different namespace
spec:
type: service
lifecycle: experimental
owner: default/team-a