Merge pull request #3968 from mateiidavid/create-techdocs-metadata-type

This commit is contained in:
Himanshu Mishra
2021-01-20 21:23:23 +01:00
committed by GitHub
13 changed files with 115 additions and 29 deletions
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/techdocs-common': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-techdocs-backend': patch
---
Create type for TechDocsMetadata (#3716)
This change introduces a new type (TechDocsMetadata) in packages/techdocs-common. This type is then introduced in the endpoint response in techdocs-backend and in the api interface in techdocs (frontend).