Merge branch 'master' into rugvip/test-port
This commit is contained in:
@@ -17,17 +17,14 @@
|
||||
import { createRouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
export const rootRouteRef = createRouteRef({
|
||||
id: 'techdocs-index-page',
|
||||
title: 'TechDocs Landing Page',
|
||||
id: 'techdocs:index-page',
|
||||
});
|
||||
|
||||
export const rootDocsRouteRef = createRouteRef({
|
||||
id: 'techdocs-reader-page',
|
||||
title: 'Docs',
|
||||
id: 'techdocs:reader-page',
|
||||
params: ['namespace', 'kind', 'name'],
|
||||
});
|
||||
|
||||
export const rootCatalogDocsRouteRef = createRouteRef({
|
||||
id: 'catalog-techdocs-reader-view',
|
||||
title: 'Docs',
|
||||
id: 'techdocs:catalog-reader-view',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user