summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2018-07-25 12:56:58 -0400
committerDave Henderson <dhenderson@gmail.com>2018-07-25 12:56:58 -0400
commit0fc18fb73ca50902cc177bcb6644f53d3ddd8eff (patch)
treedd4896a147e97178891b29ccb51d07f56f04099a /docs
parent7b19c32a0345559e77e266a51f791ccca3e0b987 (diff)
Clarifying datasource docs
- fixing broken link - clarify that directories are supported separately than files for the file scheme Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/datasources.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/datasources.md b/docs/content/datasources.md
index 07c565d2..2defa1ab 100644
--- a/docs/content/datasources.md
+++ b/docs/content/datasources.md
@@ -43,10 +43,10 @@ Gomplate supports a number of datasources, each specified with a particular URL
| [BoltDB](#using-boltdb-datasources) | `boltdb` | [BoltDB][] is a simple local key/value store used by many Go tools |
| [Consul](#using-consul-datasources) | `consul`, `consul+http`, `consul+https` | [HashiCorp Consul][] provides (among many other features) a key/value store |
| [Environment](#using-env-datasources) | `env` | Environment variables can be used as datasources - useful for testing |
-| [File](#using-file-datasources) | `file` | Files can be read in any of the [supported formats](#supported-formats), including by piping through standard input (`Stdin`) |
+| [File](#using-file-datasources) | `file` | Files can be read in any of the [supported formats](#mime-types), including by piping through standard input (`Stdin`). [Directories](#directory-datasources) are also supported. |
| [HTTP](#using-http-datasources) | `http`, `https` | Data can be sourced from HTTP/HTTPS sites in many different formats. Arbitrary HTTP headers can be set with the [`--datasource-header`/`-H`][] flag |
| [Stdin](#using-stdin-datasources) | `stdin` | A special case of the `file` datasource; allows piping through standard input (`Stdin`) |
-| [Vault](#using-vault-datasources) | `vault`, `vault+http`, `vault+https` | [HashiCorp Vault][] is an industry-leading open-source secret management tool |
+| [Vault](#using-vault-datasources) | `vault`, `vault+http`, `vault+https` | [HashiCorp Vault][] is an industry-leading open-source secret management tool. [List support](#directory-datasources) is also available. |
## Directory Datasources