techdocs-common: Allow techdocs-cli to import in a non-backstage environment

techdocs-common has a dependency on @backstage/plugin-techdocs-backend. This prohibits techdocs-cli to import it and generate/publish docs on a CI/CD environment to an external storage
This commit is contained in:
Himanshu Mishra
2021-01-15 09:26:26 +01:00
parent 2b7ba47ce2
commit a594a72576
2 changed files with 26 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/techdocs-common': patch
---
@backstage/techdocs-common can now be imported in an environment without @backstage/plugin-techdocs-backend being installed.