From 60310c2f1fffdc845867482345e36d5f26238e2c Mon Sep 17 00:00:00 2001 From: Jahvon Dockery Date: Wed, 9 Oct 2024 21:59:41 -0400 Subject: [PATCH] docs: revert changes to templating guide --- docs/guide/executable.md | 4 ++++ docs/guide/templating.md | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/guide/executable.md b/docs/guide/executable.md index c723244..6c40e4a 100644 --- a/docs/guide/executable.md +++ b/docs/guide/executable.md @@ -225,6 +225,10 @@ _This example used the `exec` type, but the `dir` field can be used with the `se ### Executable Type Examples +> [!TIP] +> Check out the [flowfile examples](https://github.com/jahvon/flow/tree/main/examples) found on GitHub for more examples +> of executable configurations. + ##### exec ```yaml diff --git a/docs/guide/templating.md b/docs/guide/templating.md index 72bb495..8b1f87d 100644 --- a/docs/guide/templating.md +++ b/docs/guide/templating.md @@ -1,4 +1,2 @@ -flow can be used to render templates using the [flow template](../cli/flow_template.md) command. -Templates are defined using the templating language. The `flow template` command can be used to render templates using the following syntax: - -```shell \ No newline at end of file +The templating guide is coming soon. In the meantime, you can check out the [templating reference](../types/template.md) for more +information on the YAML template config file and the [flow template](../cli/flow_template.md) command for managing templates.