diff --git a/versioned_docs/version-3.2.x/concepts-broker-load-balancing-concepts.md b/versioned_docs/version-3.2.x/concepts-broker-load-balancing-concepts.md
index ce5f4a3e679f..bad9b4628359 100644
--- a/versioned_docs/version-3.2.x/concepts-broker-load-balancing-concepts.md
+++ b/versioned_docs/version-3.2.x/concepts-broker-load-balancing-concepts.md
@@ -480,7 +480,7 @@ OverloadShedder|Unload bundles on brokers if a **broker's maximum resource usage
ThresholdShedder|Unload bundles if a broker's average usage is greater than the** cluster average usage** plus **configured threshold**. |Use when you want to evenly spread loads across all brokers base on cluster average usage.| Pulsar 2.6 and later versions.
This strategy is **only available** in the **modular** load balancer.
UniformLoadShedder|Distribute load uniformly across all brokers, based on **minimal** and **maximum** load.|Use when you want to compare the minimal and maximum loaded brokers.|Pulsar 2.10.0 and later versions.
This strategy is **only available** in the **modular** load balancer.
TransferShedder|Unload bundles from the **highest** load brokers to the **lowest** load brokers until the standard deviation of the broker load distribution is below the configured threshold.|This is the **default** strategy for the **extensible** load balancer.
It pre-assigns destination brokers when unloading.|Pulsar 3.0 and later versions.
This strategy is **only available** in the **extensible** load balancer.
-AvgShedder|Unload bundles to keep the range of broker resource usage within the configured threshold.| Use when you want to achieve greate service stability and load switching accuracy. |Pulsar 3.0 and later versions.
If you run version greater than 2.9 but below 3.0, you can try to cherry pick into your repository easily: https://github.com/apache/pulsar/pull/22946
This strategy is only available in the modular load balancer.
+AvgShedder|Unload bundles to keep the range of broker resource usage within the configured threshold.| Use when you want to achieve greate service stability and load switching accuracy. |Pulsar 3.0.6, 3.2.4, 3.3.1 and later versions.
If you run version greater than 2.9 but below 3.0, you can try to cherry pick into your repository easily: https://github.com/apache/pulsar/pull/22946
This strategy is only available in the modular load balancer.
#### OverloadShedder
diff --git a/versioned_docs/version-3.3.x/concepts-broker-load-balancing-concepts.md b/versioned_docs/version-3.3.x/concepts-broker-load-balancing-concepts.md
index ce5f4a3e679f..bad9b4628359 100644
--- a/versioned_docs/version-3.3.x/concepts-broker-load-balancing-concepts.md
+++ b/versioned_docs/version-3.3.x/concepts-broker-load-balancing-concepts.md
@@ -480,7 +480,7 @@ OverloadShedder|Unload bundles on brokers if a **broker's maximum resource usage
ThresholdShedder|Unload bundles if a broker's average usage is greater than the** cluster average usage** plus **configured threshold**. |Use when you want to evenly spread loads across all brokers base on cluster average usage.| Pulsar 2.6 and later versions.
This strategy is **only available** in the **modular** load balancer.
UniformLoadShedder|Distribute load uniformly across all brokers, based on **minimal** and **maximum** load.|Use when you want to compare the minimal and maximum loaded brokers.|Pulsar 2.10.0 and later versions.
This strategy is **only available** in the **modular** load balancer.
TransferShedder|Unload bundles from the **highest** load brokers to the **lowest** load brokers until the standard deviation of the broker load distribution is below the configured threshold.|This is the **default** strategy for the **extensible** load balancer.
It pre-assigns destination brokers when unloading.|Pulsar 3.0 and later versions.
This strategy is **only available** in the **extensible** load balancer.
-AvgShedder|Unload bundles to keep the range of broker resource usage within the configured threshold.| Use when you want to achieve greate service stability and load switching accuracy. |Pulsar 3.0 and later versions.
If you run version greater than 2.9 but below 3.0, you can try to cherry pick into your repository easily: https://github.com/apache/pulsar/pull/22946
This strategy is only available in the modular load balancer.
+AvgShedder|Unload bundles to keep the range of broker resource usage within the configured threshold.| Use when you want to achieve greate service stability and load switching accuracy. |Pulsar 3.0.6, 3.2.4, 3.3.1 and later versions.
If you run version greater than 2.9 but below 3.0, you can try to cherry pick into your repository easily: https://github.com/apache/pulsar/pull/22946
This strategy is only available in the modular load balancer.
#### OverloadShedder