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: Decode
sidebar:
order: 1
---
The string decode processor takes a array of bytes and turn it into string. This processor will return an error if the message being processed is not an array of bytes.
- **type**: `string.decode`
### Example
```
- type: string.decode
```