diff --git a/plugins/catalog/api-report.md b/plugins/catalog/api-report.md index 377b62a1e6..e57b4077c6 100644 --- a/plugins/catalog/api-report.md +++ b/plugins/catalog/api-report.md @@ -437,4 +437,14 @@ export type SystemDiagramCardClassKey = | 'componentNode' | 'apiNode' | 'resourceNode'; + +// @public (undocumented) +export const viewTechDocRouteRef: ExternalRouteRef< + { + name: string; + kind: string; + namespace: string; + }, + true +>; ```