diff --git a/docs/chaos/behavior.md b/docs/chaos/behavior.md index 777de831800..31a39d38328 100644 --- a/docs/chaos/behavior.md +++ b/docs/chaos/behavior.md @@ -1,5 +1,8 @@ # Behavior chaos strategy +> [!IMPORTANT] +> This documentation page describes an upcoming feature of Polly. + ## About - **Options**: [`BehaviorStrategyOptions`](xref:Polly.Simmy.Behavior.BehaviorStrategyOptions) diff --git a/docs/chaos/fault.md b/docs/chaos/fault.md index 8f4c2deb3cf..1f7f4182083 100644 --- a/docs/chaos/fault.md +++ b/docs/chaos/fault.md @@ -1,5 +1,8 @@ # Fault chaos strategy +> [!IMPORTANT] +> This documentation page describes an upcoming feature of Polly. + ## About - **Options**: [`FaultStrategyOptions`](xref:Polly.Simmy.Fault.FaultStrategyOptions) diff --git a/docs/chaos/index.md b/docs/chaos/index.md index d9be339cd1f..af2034c2ab4 100644 --- a/docs/chaos/index.md +++ b/docs/chaos/index.md @@ -1,5 +1,8 @@ # Chaos engineering with Simmy +> [!IMPORTANT] +> This documentation page describes an upcoming feature of Polly. + [Simmy][simmy] is a major new addition to Polly library, adding a chaos engineering and fault-injection dimension to Polly, through the provision of strategies to selectively inject faults, latency, custom behavior or fake results. ![Simmy](../media/simmy-logo.png) diff --git a/docs/chaos/latency.md b/docs/chaos/latency.md index 8503acd1c4f..77a243bf3b5 100644 --- a/docs/chaos/latency.md +++ b/docs/chaos/latency.md @@ -1,5 +1,8 @@ # Latency chaos strategy +> [!IMPORTANT] +> This documentation page describes an upcoming feature of Polly. + ## About - **Options**: [`LatencyStrategyOptions`](xref:Polly.Simmy.Latency.LatencyStrategyOptions) diff --git a/docs/chaos/result.md b/docs/chaos/result.md index 0ec40f41cbe..c2ccffdf12c 100644 --- a/docs/chaos/result.md +++ b/docs/chaos/result.md @@ -1,5 +1,8 @@ # Outcome chaos strategy +> [!IMPORTANT] +> This documentation page describes an upcoming feature of Polly. + ## About - **Options**: