Skip to content

Commit 7732a07

Browse files
committed
[Docs] Add banner to chaos docs (App-vNext#1910)
1 parent 1b6f696 commit 7732a07

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

docs/chaos/behavior.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Behavior chaos strategy
22

3+
> [!IMPORTANT]
4+
> This documentation page describes an upcoming feature of Polly.
5+
36
## About
47

58
- **Options**: [`BehaviorStrategyOptions`](xref:Polly.Simmy.Behavior.BehaviorStrategyOptions)

docs/chaos/fault.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Fault chaos strategy
22

3+
> [!IMPORTANT]
4+
> This documentation page describes an upcoming feature of Polly.
5+
36
## About
47

58
- **Options**: [`FaultStrategyOptions`](xref:Polly.Simmy.Fault.FaultStrategyOptions)

docs/chaos/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Chaos engineering with Simmy
22

3+
> [!IMPORTANT]
4+
> This documentation page describes an upcoming feature of Polly.
5+
36
[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.
47

58
![Simmy](../media/simmy-logo.png)

docs/chaos/latency.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Latency chaos strategy
22

3+
> [!IMPORTANT]
4+
> This documentation page describes an upcoming feature of Polly.
5+
36
## About
47

58
- **Options**: [`LatencyStrategyOptions`](xref:Polly.Simmy.Latency.LatencyStrategyOptions)

docs/chaos/result.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Outcome chaos strategy
22

3+
> [!IMPORTANT]
4+
> This documentation page describes an upcoming feature of Polly.
5+
36
## About
47

58
- **Options**:

0 commit comments

Comments
 (0)