From 98dda80b4a867d4b5657b0632be1cba16b152be4 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Fri, 30 Jul 2021 12:57:48 +0200 Subject: [PATCH] create-app: add changeset for the techdocs config update Signed-off-by: Himanshu Mishra --- .changeset/techdocs-spicy-icons-explode.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/techdocs-spicy-icons-explode.md diff --git a/.changeset/techdocs-spicy-icons-explode.md b/.changeset/techdocs-spicy-icons-explode.md new file mode 100644 index 0000000000..7a532c0323 --- /dev/null +++ b/.changeset/techdocs-spicy-icons-explode.md @@ -0,0 +1,7 @@ +--- +'@backstage/create-app': patch +--- + +Update `techdocs.generators` with the latest `techdocs.generator` config in `app-config.yaml`. See +https://backstage.io/docs/features/techdocs/configuration for reference and relevant PR +https://github.com/backstage/backstage/pull/6071/files for the changes.