Skip to content

Commit

Permalink
Rename policies to strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnova committed Sep 15, 2023
1 parent 4d55720 commit 4256d4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Polly logo](https://raw.github.com/App-vNext/Polly/main/Polly-Logo.png)

Polly is a powerful library for .NET that helps you handle transient faults and improve the resilience of your applications. With Polly, you can easily define and apply policies such as Retry, Circuit Breaker, Hedging, Timeout, Rate Limiter and Fallback to handle failures and slowdowns in a fluent and thread-safe way.
Polly is a powerful library for .NET that helps you handle transient faults and improve the resilience of your applications. With Polly, you can easily define and apply strategies such as Retry, Circuit Breaker, Hedging, Timeout, Rate Limiter and Fallback to handle failures and slowdowns in a fluent and thread-safe way.

Polly is part of the [.NET Foundation](https://www.dotnetfoundation.org/about)!

Expand All @@ -27,11 +27,11 @@ Polly is easy to install and use. You can follow the [getting started](getting-s

Polly has a rich documentation that covers various topics, such as:

- [Resilience strategies](strategies/index.md): How to combine and reuse policies in a flexible and modular way.
- [Resilience pipelines](pipelines/index.md): How to combine and reuse policies in a flexible and modular way.
- [Telemetry and monitoring](advanced/telemetry.md): How to access and analyze the data generated by Polly policies and pipelines.
- [Resilience strategies](strategies/index.md): How to combine and reuse strategies in a flexible and modular way.
- [Resilience pipelines](pipelines/index.md): How to combine and reuse strategies in a flexible and modular way.
- [Telemetry and monitoring](advanced/telemetry.md): How to access and analyze the data generated by Polly strategies and pipelines.
- [Dependency injection](advanced/dependency-injection.md): How to integrate Polly with dependency injection frameworks and containers.
- [Extensibility](advanced/extensibility.md): How to create and use custom policies and extensions for Polly.
- [Extensibility](advanced/extensibility.md): How to create and use custom strategies and extensions for Polly.
- [Chaos engineering](advanced/simmy.md): How to use Polly to inject faults and test the resilience of your system.

You can also find many resources and community contributions, such as:
Expand Down

0 comments on commit 4256d4b

Please sign in to comment.