add layout for remaining processors/modules and order everything

This commit is contained in:
Joel Wetzell
2026-03-26 16:56:56 -05:00
parent aa79150507
commit 3a92370cdd
58 changed files with 545 additions and 79 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
---
title: String Create
title: Create String
sidebar:
label: Create
order: 3
---
The `string.create` processor creates a string based on the provided template. This processor will return an error if there is an issue executing the template. The template property is just a [Go template](https://pkg.go.dev/text/template) that will be evaluated with the incoming message provided as an environment.