Skip to content

Commit

Permalink
create-app: add missing @backstage/plugin-api-docs entry to plugins.ts (
Browse files Browse the repository at this point in the history
  • Loading branch information
Rugvip committed Nov 5, 2020
1 parent eecf08e commit c56e283
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lucky-lemons-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---

Fix missing api-docs plugin registration in app template
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { plugin as ApiDocs } from '@backstage/plugin-api-docs';
export { plugin as CatalogPlugin } from '@backstage/plugin-catalog';
export { plugin as RegisterComponent } from '@backstage/plugin-register-component';
export { plugin as ScaffolderPlugin } from '@backstage/plugin-scaffolder';
Expand Down

0 comments on commit c56e283

Please sign in to comment.