Merge pull request #11839 from namco1992/fix-techdocs-cli-config
techdocs-cli: fix the legacyCopyReadmeMdToIndexMd flag in techdocs-cli generate
This commit is contained in:
@@ -57,8 +57,8 @@ export default async function generate(opts: OptionValues) {
|
||||
runIn: opts.docker ? 'docker' : 'local',
|
||||
dockerImage,
|
||||
pullImage,
|
||||
legacyCopyReadmeMdToIndexMd,
|
||||
mkdocs: {
|
||||
legacyCopyReadmeMdToIndexMd,
|
||||
omitTechdocsCorePlugin,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user