Merge pull request #2987 from SDA-SE/feat/api-page

Make api-docs customizable
This commit is contained in:
Oliver Sand
2020-11-25 13:44:03 +01:00
committed by GitHub
10 changed files with 107 additions and 281 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-api-docs': minor
---
APIs now have real entity pages that are customizable in the app.
Therefore the old entity page from this plugin is removed.
See the `packages/app` on how to create and customize the API entity page.