Merge branch 'master' into rugvip/test-port

This commit is contained in:
Patrik Oldsberg
2021-11-22 17:33:10 +01:00
committed by GitHub
606 changed files with 10288 additions and 2245 deletions
+3 -6
View File
@@ -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',
});