From 1983bfc9b1c27629557e067a76c96478a3358e77 Mon Sep 17 00:00:00 2001 From: Steven Hawkins Date: Tue, 25 Jun 2024 05:08:45 -0400 Subject: [PATCH] docs: remove reference to features-disabled=default (#30612) 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 2f78a6ca77..5f1029915d 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.