Files
backstage/.changeset/techdocs-swift-weeks-admire.md
T
Eric Peterson bcf1a2496c Nest config under mkdocs key.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-04-05 17:33:18 +02:00

445 B

@techdocs/cli, @backstage/plugin-techdocs-backend, @backstage/plugin-techdocs-node
@techdocs/cli @backstage/plugin-techdocs-backend @backstage/plugin-techdocs-node
minor minor minor

BREAKING: The default Techdocs behavior will no longer attempt to copy docs/README.md or README.md to docs/index.md (if not found). To retain this behavior in your instance, you can set the following config in your app-config.yaml:

techdocs:
  generator:
    mkdocs:
      legacyCopyReadmeMdToIndexMd: true