revert: revert exported viewTechDocRouteRef

Signed-off-by: Christian Marker / Intility AS <christian.marker@intility.no>
This commit is contained in:
Christian Marker / Intility AS
2022-09-20 20:42:32 +02:00
parent 9ecd04b672
commit d8c87f10da
3 changed files with 0 additions and 16 deletions
-10
View File
@@ -437,14 +437,4 @@ export type SystemDiagramCardClassKey =
| 'componentNode'
| 'apiNode'
| 'resourceNode';
// @public
export const viewTechDocRouteRef: ExternalRouteRef<
{
name: string;
kind: string;
namespace: string;
},
true
>;
```
-2
View File
@@ -70,5 +70,3 @@ export type { HasResourcesCardProps } from './components/HasResourcesCard';
export type { HasSubcomponentsCardProps } from './components/HasSubcomponentsCard';
export type { HasSystemsCardProps } from './components/HasSystemsCard';
export type { RelatedEntitiesCardProps } from './components/RelatedEntitiesCard';
export { viewTechDocRouteRef } from './routes';
-4
View File
@@ -24,10 +24,6 @@ export const createComponentRouteRef = createExternalRouteRef({
optional: true,
});
/**
* Route ref for linking to Tech docs page
* @public (undocumented)
*/
export const viewTechDocRouteRef = createExternalRouteRef({
id: 'view-techdoc',
optional: true,