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
+4 -7
View File
@@ -25,22 +25,19 @@ import {
} from '@backstage/core-plugin-api';
export const rootRouteRef = createRouteRef({
path: '',
title: 'Lighthouse',
id: 'lighthouse',
});
export const viewAuditRouteRef = createRouteRef({
path: 'audit/:id',
title: 'View Lighthouse Audit',
id: 'lighthouse:audit',
});
export const createAuditRouteRef = createRouteRef({
path: 'create-audit',
title: 'Create Lighthouse Audit',
id: 'lighthouse:create-audit',
});
export const entityContentRouteRef = createRouteRef({
title: 'Lighthouse Entity Content',
id: 'lighthouse:entity-content',
});
export const lighthousePlugin = createPlugin({