GeneratorBase
Home > @backstage/plugin-techdocs-node
> GeneratorBase
Generates documentation files
Signature:
export type GeneratorBase = {
run(opts: GeneratorRunOptions): Promise<void>;
};
References: GeneratorRunOptions
Home > @backstage/plugin-techdocs-node
> GeneratorBase
Generates documentation files
Signature:
export type GeneratorBase = {
run(opts: GeneratorRunOptions): Promise<void>;
};
References: GeneratorRunOptions