From ab77e5ec066ccd52233660bdbe36d4a0fb3ded93 Mon Sep 17 00:00:00 2001 From: Will Russell Date: Fri, 6 Dec 2024 17:06:29 +0000 Subject: [PATCH] feat(docs): apps guide --- content/docs/06.enterprise/apps.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/docs/06.enterprise/apps.md b/content/docs/06.enterprise/apps.md index 87956c5a2f..a057b9e453 100644 --- a/content/docs/06.enterprise/apps.md +++ b/content/docs/06.enterprise/apps.md @@ -51,6 +51,12 @@ In short, Apps make it easy to turn your Kestra workflows into simple applicatio ## Creating Apps in Code +
+ +
+ +--- + To create a new app, go to the `Apps` page in the main UI and click the `+ Create` button. Add your app configuration as code and click on `Save`. ### App to run a Hello World flow