fix more frontmatter keywords values (#439)
* fix format of frontmatter keyword entry in some .md files Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
parent
594e6b726c
commit
3d14741648
22 changed files with 50 additions and 70 deletions
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Explains how to use the Google Cloud Storage drivers
|
||||
keywords:
|
||||
- registry, service, driver, images, storage, gcs, google, cloud
|
||||
keywords: registry, service, driver, images, storage, gcs, google, cloud
|
||||
menu:
|
||||
main:
|
||||
parent: smn_storagedrivers
|
||||
|
@ -74,4 +73,4 @@ An implementation of the `storagedriver.StorageDriver` interface which uses Goog
|
|||
|
||||
**Note** Instead of a key file you can use [Google Application Default Credentials](https://developers.google.com/identity/protocols/application-default-credentials).
|
||||
|
||||
`rootdirectory`: (optional) The root directory tree in which all registry files will be stored. Defaults to the empty string (bucket root).
|
||||
`rootdirectory`: (optional) The root directory tree in which all registry files will be stored. Defaults to the empty string (bucket root).
|
Loading…
Add table
Add a link
Reference in a new issue