docs: fix release tag to exported route ref

Signed-off-by: Christian Marker / Intility AS <christian.marker@intility.no>
This commit is contained in:
Christian Marker / Intility AS
2022-09-15 08:17:33 +02:00
parent 14cf3380ac
commit 9ecd04b672
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ export type SystemDiagramCardClassKey =
| 'apiNode'
| 'resourceNode';
// @public (undocumented)
// @public
export const viewTechDocRouteRef: ExternalRouteRef<
{
name: string;
+4
View File
@@ -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,