From 9b007745b0b4a60fc8e3bd77574f2d7e247ef8cb Mon Sep 17 00:00:00 2001 From: Steve Hawkins Date: Thu, 20 Jun 2024 07:56:08 -0400 Subject: [PATCH] docs: remove reference to features-disabled=default closes: #29761 Signed-off-by: Steve Hawkins --- docs/guides/server/features.adoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/guides/server/features.adoc b/docs/guides/server/features.adoc index 2f78a6ca771b..5f1029915dbf 100644 --- a/docs/guides/server/features.adoc +++ b/docs/guides/server/features.adoc @@ -40,11 +40,6 @@ For example to disable `impersonation`, enter this command: <@kc.build parameters="--features-disabled=\"impersonation\""/> -You can disable all default features by entering this command: - -<@kc.build parameters="--features-disabled=\"default\""/> - -This command can be used in combination with `features` to explicitly set what features should be available. It is not allowed to have a feature in both the `features-disabled` list and the `features` list. When a feature is disabled all versions of that feature are disabled.