From 968134980616a77ef6f7d3085d754cc0b0d21476 Mon Sep 17 00:00:00 2001 From: m4sterbunny Date: Wed, 31 Jul 2024 13:22:54 +0100 Subject: [PATCH] Update docs/public-networks/how-to/configure-besu/profile.md proof Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com> Signed-off-by: m4sterbunny --- docs/public-networks/how-to/configure-besu/profile.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/public-networks/how-to/configure-besu/profile.md b/docs/public-networks/how-to/configure-besu/profile.md index d4a6ba07aa9..c69cf003e0f 100644 --- a/docs/public-networks/how-to/configure-besu/profile.md +++ b/docs/public-networks/how-to/configure-besu/profile.md @@ -8,15 +8,9 @@ tags: # Use a profile -Load a profile using the [`--profile` CLI option](../../reference/cli/options.md#profile). +You can load a profile to extend Besu's [default configuration](index.md#default-configuration), using the [`--profile`](../../reference/cli/options.md#profile) option. -:::note -Run `./besu --help` to view all available profiles. -::: - -You can optionally use profiles to extend Besu's configuration. Combined with the -[boilerplate configuration](index.md#besu-defaults), profiles simplify the process of applying -viable defaults. Besu's pre-configured profiles optimize for the following use cases: +Profiles simplify the process of configuring Besu for common use cases. Besu provides the following pre-configured profiles: - [Minimalist staker profile](#minimalist-staker-profile) - [Staker profile](#staker-profile)