summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2024-01-26 08:21:27 -0500
committerGitHub <noreply@github.com>2024-01-26 13:21:27 +0000
commitbd6b0161aed8d0026fe38820f320b5e7ffb02ad0 (patch)
tree00943cc4ab090a1501a77c3da2784135b369079d /docs
parent2cc314740e4ce29739c667f0887448d6ee592542 (diff)
Warn when deprecated k=v array form is used for templates (#1980)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/config.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/content/config.md b/docs/content/config.md
index dd947b99..60eac24a 100644
--- a/docs/content/config.md
+++ b/docs/content/config.md
@@ -455,18 +455,6 @@ templates:
url: https://example.com/api/v1/someremotetemplate
header:
Authorization: ["Basic aGF4MHI6c3dvcmRmaXNoCg=="]
- dir: foo/bar/
-```
-
-_(Deprecated)_ Can also be an array of template references. Can be just a path,
-or an alias and a path:
-
-```yaml
-templates:
- - t=foo/bar/helloworld.tmpl
- - templatedir/
- - dir=foo/bar/
- - mytemplate.t
```
[command-line arguments]: ../usage