chore: expand techdocs.publisher.type with new types

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2023-09-07 14:16:18 +02:00
parent cfa5a343ec
commit 60af8017dd
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs-backend': patch
---
Expand techdocs.publisher.type with `googleGcs`,`awsS3`,`azureBlobStorage` and `openStackSwift`
+6 -1
View File
@@ -70,7 +70,12 @@ export interface Config {
*/
publisher?:
| {
type: 'local';
type:
| 'local'
| 'googleGcs'
| 'awsS3'
| 'azureBlobStorage'
| 'openStackSwift';
local?: {
/**