TechDocs: doc improvements

Co-authored-by: Emma Indal <emmai@spotify.com>
This commit is contained in:
Himanshu Mishra
2021-01-11 14:04:17 +01:00
committed by GitHub
parent dbe4450c35
commit bcc27a495d
2 changed files with 2 additions and 2 deletions
@@ -95,7 +95,7 @@ techdocs:
googleGcs:
bucketName: 'name-of-techdocs-storage-bucket'
credentials:
$env: TECHDOCS_GCS_CREDENTIALS
$env: GOOGLE_APPLICATION_CREDENTIALS
```
**4. That's it!**
+1 -1
View File
@@ -123,7 +123,7 @@ export interface Config {
*/
googleGcs?: {
/**
* Cloud Storage Bucket Name
* (Required) Cloud Storage Bucket Name
* attr: 'bucketName' - accepts a string value
* @visibility secret
*/