renaming(mkDocs): To mkdocs

Suggested by kmatyukhin on https://github.com/backstage/backstage/pull/15417

Signed-off-by: Renan Mendes Carvalho <aitherios@gmail.com>
Co-authored-by: Konstantin Matyukhin <kmatyukhin@gmail.com>
This commit is contained in:
Renan Mendes Carvalho
2023-02-08 15:46:10 +01:00
parent d746d81bdd
commit c5d51ad7d4
9 changed files with 31 additions and 10 deletions
@@ -34,7 +34,7 @@ import {
import {
patchMkdocsYmlPreBuild,
pathMkdocsYmlWithTechdocsPlugin,
} from './mkDocsPatchers';
} from './mkdocsPatchers';
import yaml from 'js-yaml';
const mockEntity = {
@@ -23,3 +23,10 @@ export type {
GeneratorRunOptions,
SupportedGeneratorKey,
} from './types';
import { getMkdocsYml } from './helpers';
/**
* @public
* @deprecated
* Deprecated in favor of getMkdocsYml (lowercase 'd')
*/
export const getMkDocsYml = getMkdocsYml;
@@ -34,7 +34,7 @@ import {
import {
patchMkdocsYmlPreBuild,
pathMkdocsYmlWithTechdocsPlugin,
} from './mkDocsPatchers';
} from './mkdocsPatchers';
import {
GeneratorBase,
GeneratorConfig,