basic processor documentation layout

This commit is contained in:
Joel Wetzell
2025-12-03 23:28:04 -06:00
parent 7116f85af5
commit 3023e37f48
6 changed files with 83 additions and 0 deletions
@@ -0,0 +1,13 @@
---
title: Encode
sidebar:
order: 1
---
The string encode processor takes a string and turns it into an array of bytes. This processor will return an error if the message being processed is not a string.
- **type**: `string.encode`
### Example
```
- type: string.encode
```