Update api-rep

Signed-off-by: Jussi Hallila <jussi@hallila.com>
This commit is contained in:
Jussi Hallila
2021-09-09 12:03:22 +02:00
parent f7c06bcadd
commit feea75ad49
+9 -8
View File
@@ -25,6 +25,9 @@ export function createRouter(options: RouterOptions): Promise<express.Router>;
//
// @public (undocumented)
export class DefaultTechDocsCollator implements DocumentCollator {
// Warning: (ae-forgotten-export) The symbol "TechDocsCollatorOptions" needs to be exported by the entry point index.d.ts
//
// @deprecated
constructor({
discovery,
locationTemplate,
@@ -32,14 +35,7 @@ export class DefaultTechDocsCollator implements DocumentCollator {
catalogClient,
parallelismLimit,
legacyPathCasing,
}: {
discovery: PluginEndpointDiscovery;
logger: Logger_2;
locationTemplate?: string;
catalogClient?: CatalogApi;
parallelismLimit?: number;
legacyPathCasing?: boolean;
});
}: TechDocsCollatorOptions);
// (undocumented)
protected applyArgsToFormat(
format: string,
@@ -50,6 +46,11 @@ export class DefaultTechDocsCollator implements DocumentCollator {
// (undocumented)
execute(): Promise<TechDocsDocument[]>;
// (undocumented)
static fromConfig(
_config: Config,
options: TechDocsCollatorOptions,
): DefaultTechDocsCollator;
// (undocumented)
protected locationTemplate: string;
// (undocumented)
readonly type: string;