docs: fix release tag to exported route ref
Signed-off-by: Christian Marker / Intility AS <christian.marker@intility.no>
This commit is contained in:
@@ -438,7 +438,7 @@ export type SystemDiagramCardClassKey =
|
||||
| 'apiNode'
|
||||
| 'resourceNode';
|
||||
|
||||
// @public (undocumented)
|
||||
// @public
|
||||
export const viewTechDocRouteRef: ExternalRouteRef<
|
||||
{
|
||||
name: string;
|
||||
|
||||
@@ -24,6 +24,10 @@ 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