diff --git a/plugins/catalog/api-report.md b/plugins/catalog/api-report.md index e57b4077c6..adc6d78206 100644 --- a/plugins/catalog/api-report.md +++ b/plugins/catalog/api-report.md @@ -438,7 +438,7 @@ export type SystemDiagramCardClassKey = | 'apiNode' | 'resourceNode'; -// @public (undocumented) +// @public export const viewTechDocRouteRef: ExternalRouteRef< { name: string; diff --git a/plugins/catalog/src/routes.ts b/plugins/catalog/src/routes.ts index 5c0d195d74..d75077fed3 100644 --- a/plugins/catalog/src/routes.ts +++ b/plugins/catalog/src/routes.ts @@ -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,