From 14cf3380ac9d01c7500fa88b9b4244f16cc2e99e Mon Sep 17 00:00:00 2001 From: Christian Marker / Intility AS Date: Wed, 14 Sep 2022 22:29:27 +0200 Subject: [PATCH] docs: update api-reports for catalog plugin Signed-off-by: Christian Marker / Intility AS --- plugins/catalog/api-report.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 +>; ```