Update API Report
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
committed by
Renan Mendes Carvalho
parent
943c245b6f
commit
591dc81ff8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user