Merge pull request #19837 from backstage/djam/expand-techdocs-config
chore: expand techdocs.publisher.type with new types
This commit is contained in:
Vendored
+6
-1
@@ -70,7 +70,12 @@ export interface Config {
|
||||
*/
|
||||
publisher?:
|
||||
| {
|
||||
type: 'local';
|
||||
type:
|
||||
| 'local'
|
||||
| 'googleGcs'
|
||||
| 'awsS3'
|
||||
| 'azureBlobStorage'
|
||||
| 'openStackSwift';
|
||||
|
||||
local?: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user