@backstage/plugin-techdocs-backend 1.11.5-next.0 → 1.11.5-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/config.d.ts +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/config.d.ts
CHANGED
|
@@ -263,6 +263,11 @@ export interface Config {
|
|
|
263
263
|
* the credentials belongs to a different project to the bucket.
|
|
264
264
|
*/
|
|
265
265
|
projectId?: string;
|
|
266
|
+
/**
|
|
267
|
+
* (Optional) Location in storage bucket to save files
|
|
268
|
+
* If not set, the default location will be the root of the storage bucket
|
|
269
|
+
*/
|
|
270
|
+
bucketRootPath?: string;
|
|
266
271
|
};
|
|
267
272
|
};
|
|
268
273
|
|
package/package.json
CHANGED