getMkDocsYml()
Home > @backstage/plugin-techdocs-node
> getMkDocsYml
Warning: This API is now obsolete.
Deprecated in favor of getMkdocsYml (lowercase 'd')
Signature:
getMkDocsYml: (inputDir: string, options?: {
name?: string;
mkdocsConfigFileName?: string;
}) => Promise<{
path: string;
content: string;
configIsTemporary: boolean;
}>
Parameters
Parameter |
Type |
Description |
---|---|---|
inputDir |
string | |
options |
{ name?: string; mkdocsConfigFileName?: string; } |
(Optional) |
Promise<{ path: string; content: string; configIsTemporary: boolean; }>