Merge pull request #19837 from backstage/djam/expand-techdocs-config

chore: expand techdocs.publisher.type with new types
This commit is contained in:
Djam
2023-09-08 15:46:58 +02:00
committed by GitHub
2 changed files with 11 additions and 1 deletions
+6 -1
View File
@@ -70,7 +70,12 @@ export interface Config {
*/
publisher?:
| {
type: 'local';
type:
| 'local'
| 'googleGcs'
| 'awsS3'
| 'azureBlobStorage'
| 'openStackSwift';
local?: {
/**