From f1d9158ea99abbe556251c1ff2fe970f3b460ee9 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Thu, 25 Jan 2024 20:04:03 -0500 Subject: Remove support for deprecated key/value array form of template config (#1976) Signed-off-by: Dave Henderson --- docs/content/config.md | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3