changesets: Use techdocs migration guide in create-app changelog as well

This commit is contained in:
Himanshu Mishra
2020-12-21 12:57:52 +01:00
parent 305693a59a
commit 4a62be4bcb
2 changed files with 4 additions and 6 deletions
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/create-app': patch
---
techdocs-backend: Simplified file, removing individual preparers and generators.
techdocs-backend: UrlReader is now available to use in preparers.
+4
View File
@@ -1,8 +1,12 @@
---
'@backstage/create-app': patch
'@backstage/techdocs-common': minor
'@backstage/plugin-techdocs-backend': minor
---
techdocs-backend: Simplified file, removing individual preparers and generators.
techdocs-backend: UrlReader is now available to use in preparers.
In your Backstage app, `packages/backend/plugins/techdocs.ts` file has now been simplified,
to remove registering individual preparers and generators.