From 67c44b0a456daefdc17dbf48314aa7daac7f68c1 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sun, 14 Jun 2026 14:56:39 -0700 Subject: [PATCH] add hide enterprise feature section --- self-host/enterprise-edition.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/self-host/enterprise-edition.mdx b/self-host/enterprise-edition.mdx index 5850328..37feb90 100644 --- a/self-host/enterprise-edition.mdx +++ b/self-host/enterprise-edition.mdx @@ -68,6 +68,17 @@ Enterprise Edition unlocks capabilities beyond Community Edition. Your license t For setup instructions on a specific feature, search the docs or browse from the pricing page. Individual doc pages mark Enterprise-only features with notes linking back to this page. +## Hiding Enterprise Features on Community Edition + +On Community Edition, Enterprise-only capabilities may still appear in the dashboard but remain locked without the `ee` Docker image and a valid license key. To hide those UI elements entirely, set `disable_enterprise_features` under `flags` in your [`config.yml`](/self-host/advanced/config-file): + +```yaml +flags: + disable_enterprise_features: true +``` + +When enabled, Enterprise-only features are hidden from the UI. Restart the stack after updating the configuration file. + ## Get a Free License (Personal Use)