From a1440fee4a30bb329e9def99ba993c0c1f5f38d4 Mon Sep 17 00:00:00 2001 From: peter-csala <57183693+peter-csala@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:49:28 +0100 Subject: [PATCH] [Docs] Add banner to chaos docs (#1910) --- docs/chaos/behavior.md | 3 +++ docs/chaos/fault.md | 3 +++ docs/chaos/index.md | 3 +++ docs/chaos/latency.md | 3 +++ docs/chaos/result.md | 3 +++ 5 files changed, 15 insertions(+) diff --git a/docs/chaos/behavior.md b/docs/chaos/behavior.md index 777de83180..31a39d3832 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 8f4c2deb3c..1f7f418208 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 d9be339cd1..af2034c2ab 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 8503acd1c4..77a243bf3b 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 0ec40f41cb..c2ccffdf12 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**: