From a92c93d77064561d8acf2d38da8d79f347f3b245 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 26 Feb 2016 10:32:56 +0100 Subject: [PATCH] Fix broken links in configuration HTML links are not converted by HUGO, so will work on GitHub, but not in the online documentation. Converted the HTML table (and links) to Markdown to fix broken links. Also added a header for the table, because none was present. Signed-off-by: Sebastiaan van Stijn --- docs/configuration.md | 46 ++++++++----------------------------------- 1 file changed, 8 insertions(+), 38 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 425d084c6..ae895097a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -406,44 +406,14 @@ Permitted values are `error`, `warn`, `info` and `debug`. The default is The storage option is **required** and defines which storage backend is in use. You must configure one backend; if you configure more, the registry returns an error. You can choose any of these backend storage drivers: - - - - - - - - - - - - - - - - - - - - - - - - - -
filesystemUses the local disk to store registry files. It is ideal for development and may be appropriate for some small-scale production applications. - See the driver's reference documentation. -
azureUses Microsoft's Azure Blob Storage. - See the driver's reference documentation. -
gcsUses Google Cloud Storage. - See the driver's reference documentation. -
s3Uses Amazon's Simple Storage Service (S3) and compatible Storage Services. - See the driver's reference documentation. -
swiftUses Openstack Swift object storage. - See the driver's reference documentation. -
ossUses Aliyun OSS for object storage. - See the driver's reference documentation. -
+| Storage driver | Description +| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `filesystem` | Uses the local disk to store registry files. It is ideal for development and may be appropriate for some small-scale production applications. See the [driver's reference documentation](storage-drivers/filesystem.md). | +| `azure` | Uses Microsoft's Azure Blob Storage. See the [driver's reference documentation](storage-drivers/azure.md). | +| `gcs` | Uses Google Cloud Storage. See the [driver's reference documentation](storage-drivers/gcs.md). | +| `s3` | Uses Amazon's Simple Storage Service (S3) and compatible Storage Services. See the [driver's reference documentation](storage-drivers/s3.md). | +| `swift` | Uses Openstack Swift object storage. See the [driver's reference documentation](storage-drivers/swift.md). | +| `oss` | Uses Aliyun OSS for object storage. See the [driver's reference documentation](storage-drivers/oss.md). | For purely tests purposes, you can use the [`inmemory` storage driver](storage-drivers/inmemory.md). If you would like to run a registry from