From 04fd4d2a0ce0f24bcda14993c2b0708ca59032c8 Mon Sep 17 00:00:00 2001 From: Chris Suich Date: Mon, 28 Apr 2025 14:21:35 -0400 Subject: [PATCH] update techdocs api report Signed-off-by: Chris Suich --- plugins/techdocs/report.api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/techdocs/report.api.md b/plugins/techdocs/report.api.md index bb7ff9e5a5..2369466674 100644 --- a/plugins/techdocs/report.api.md +++ b/plugins/techdocs/report.api.md @@ -431,6 +431,7 @@ export const TechDocsReaderPageContent: ( // @public export type TechDocsReaderPageContentProps = { entityRef?: CompoundEntityRef; + defaultPath?: string; withSearch?: boolean; searchResultUrlMapper?: (url: string) => string; onReady?: () => void;