revert: revert exported viewTechDocRouteRef
Signed-off-by: Christian Marker / Intility AS <christian.marker@intility.no>
This commit is contained in:
@@ -437,14 +437,4 @@ export type SystemDiagramCardClassKey =
|
||||
| 'componentNode'
|
||||
| 'apiNode'
|
||||
| 'resourceNode';
|
||||
|
||||
// @public
|
||||
export const viewTechDocRouteRef: ExternalRouteRef<
|
||||
{
|
||||
name: string;
|
||||
kind: string;
|
||||
namespace: string;
|
||||
},
|
||||
true
|
||||
>;
|
||||
```
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user