From 6d612acd95e5fb83ca7163392b54468e016795b7 Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:53:54 -0600 Subject: [PATCH] Updated api report Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- plugins/techdocs-node/api-report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/techdocs-node/api-report.md b/plugins/techdocs-node/api-report.md index 12c918a047..2aff8e82bb 100644 --- a/plugins/techdocs-node/api-report.md +++ b/plugins/techdocs-node/api-report.md @@ -97,6 +97,7 @@ export const getMkdocsYml: ( ) => Promise<{ path: string; content: string; + configExists: boolean; }>; // @public