Update API Report

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-01-10 13:57:19 -06:00
committed by Renan Mendes Carvalho
parent 943c245b6f
commit 591dc81ff8
+6 -2
View File
@@ -54,7 +54,9 @@ export type GeneratorRunOptions = {
etag?: string;
logger: Logger;
logStream?: Writable;
siteName?: string;
siteOptions?: {
name?: string;
};
};
// @public
@@ -89,7 +91,9 @@ export const getLocationForEntity: (
// @public
export const getMkdocsYml: (
inputDir: string,
siteName?: string,
siteOptions?: {
name?: string;
},
) => Promise<{
path: string;
content: string;