feat(techdocs): yarn create-plugin

This commit is contained in:
Bilawal Hameed
2020-06-22 13:42:42 +02:00
parent 0ddabab956
commit 179444ef83
17 changed files with 451 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@
"@backstage/plugin-scaffolder": "^0.1.1-alpha.9",
"@backstage/plugin-sentry": "^0.1.1-alpha.9",
"@backstage/plugin-tech-radar": "^0.1.1-alpha.9",
"@backstage/plugin-techdocs": "^0.1.1-alpha.9",
"@backstage/plugin-welcome": "^0.1.1-alpha.9",
"@backstage/test-utils": "^0.1.1-alpha.9",
"@backstage/theme": "^0.1.1-alpha.9",
+1
View File
@@ -23,3 +23,4 @@ export { plugin as Circleci } from '@backstage/plugin-circleci';
export { plugin as RegisterComponent } from '@backstage/plugin-register-component';
export { plugin as Sentry } from '@backstage/plugin-sentry';
export { plugin as GitopsProfiles } from '@backstage/plugin-gitops-profiles';
export { plugin as Techdocs } from '@backstage/plugin-techdocs';