From d1a9e719e03f37a295e2445232d4639f084b89ae Mon Sep 17 00:00:00 2001 From: Will Russell Date: Tue, 3 Dec 2024 18:10:55 +0000 Subject: [PATCH] fix: new line to space out intro --- content/docs/06.enterprise/apps.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/06.enterprise/apps.md b/content/docs/06.enterprise/apps.md index 65deda8283..0368a637de 100644 --- a/content/docs/06.enterprise/apps.md +++ b/content/docs/06.enterprise/apps.md @@ -11,7 +11,9 @@ Build custom UIs to interact with Kestra from the outside world. Apps let you use your Kestra workflows as the backend for custom applications. Within each app, you can specify custom frontend blocks, such as forms for data entry, output displays, approval buttons, or markdown blocks. -**Flows** act as the **backend**, processing data and executing tasks, while **Apps** serve as **frontend**, allowing anyone to interact with your workflows regardless of their technical background. Business users can trigger new workflow executions, manually approve workflows that are paused, submit data to automated processes using simple forms, and view the execution results. +**Flows** act as the **backend**, processing data and executing tasks, while **Apps** serve as **frontend**, allowing anyone to interact with your workflows regardless of their technical background. + +Business users can trigger new workflow executions, manually approve workflows that are paused, submit data to automated processes using simple forms, and view the execution results. You can think of Apps as **custom UIs for flows**, allowing your users to interact with Kestra from the outside world.