Skip to content

Commit

Permalink
docs: revert changes to templating guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Oct 10, 2024
1 parent d9eb251 commit 60310c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/guide/executable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions docs/guide/templating.md
Original file line number Diff line number Diff line change
@@ -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
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.

0 comments on commit 60310c2

Please sign in to comment.