feat(techdocs): cli skeleton

This commit is contained in:
Emma Indal
2020-06-22 14:21:15 +02:00
parent bdae55e378
commit bc69315b5a
17 changed files with 452 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@
"@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-techdocs-cli": "^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
@@ -24,3 +24,4 @@ export { plugin as RegisterComponent } from '@backstage/plugin-register-componen
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';
export { plugin as TechdocsCli } from '@backstage/plugin-techdocs-cli';