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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user