From ee195ef740f5386183dda6a2db89a2902603ca37 Mon Sep 17 00:00:00 2001 From: Jonathan Berger Date: Wed, 26 Jun 2024 09:55:51 +0200 Subject: [PATCH] Add a note on experimental feature flag to the apps documentation Change-type: patch --- pages/learn/develop/apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/learn/develop/apps.md b/pages/learn/develop/apps.md index f888d564b4..54b4a7b66f 100644 --- a/pages/learn/develop/apps.md +++ b/pages/learn/develop/apps.md @@ -4,7 +4,7 @@ title: Apps # Apps -__Note:__ we’re still building out the functionality surrounding Apps; stay tuned for further developments! +__Note:__ Apps are an experimental feature. To enable them, go to *Preferences → Experimental Options* and make sure "Display Apps" is checked. An App is a multi-container resource which can be deployed to multiple fleets. Apps are intended to offer standalone functionality and can be constructed entirely or partially from [blocks][blocks]. Apps are designed to facilitate functionality sharing between both public and private fleets. They can be published on [balenaHub][balenaHubUrl] in order to allow other users outside of your balenaCloud organization to install and utilize them on their own fleets. Apps can exist independently to solve for a complete use case. @@ -129,4 +129,4 @@ The functionality for Apps we have today is only the start. Apps added via the d [balenaHubUrl]:{{ $links.balenaHubUrl }}/ [deploying]:/learn/deploy/deployment [balenayml]:/learn/deploy/deploy-with-balena-button/#balenayml-configuration-file -[blogUrl]:{{ $links.blogSiteUrl }} \ No newline at end of file +[blogUrl]:{{ $links.blogSiteUrl }}