Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,17 @@ Visit the [resilience strategies](resilience-strategies.md) section to understan
## Topics

- [General](general.md): General information about Polly.
- [Resilience Pipelines](resilience-pipelines.md): Understanding the use of resilience pipelines.
- [Resilience Strategies](resilience-strategies.md): General information about resilience strategies and how to configure them.
- [Resilience Context](resilience-context.md): Describes the resilience context used by resilience pipelines and strategies.
- [Resilience Pipeline Registry](resilience-pipeline-registry.md): Exploring the registry that stores resilience pipelines.
- [Dependency Injection](dependency-injection.md): How Polly integrates with Dependency Injection.
- [Resilience pipelines](resilience-pipelines.md): Understanding the use of resilience pipelines.
- [Resilience strategies](resilience-strategies.md): General information about resilience strategies and how to configure them.
- [Resilience context](resilience-context.md): Describes the resilience context used by resilience pipelines and strategies.
- [Resilience pipeline registry](resilience-pipeline-registry.md): Exploring the registry that stores resilience pipelines.
- [Dependency injection](dependency-injection.md): How Polly integrates with Dependency Injection.
- [Telemetry](telemetry.md): Insights into telemetry generated by resilience pipelines and strategies.
- [Extensibility](v7/extensibility.md): Learn how you can extend Polly with new resilience strategies.
- [Polly-Contrib](polly-contrib.md): Learn how to contribute to and extend the Polly ecosystem.
- [Simmy](simmy.md): Get to know chaos engineering via Polly's capabilities.
- [Third-Party Libraries and Contributions](libraries-and-contributions.md): Find out which libraries Polly depends on and who contributes to its development.
- [Additional Resources](resources.md): Browse through blogs, podcasts, courses, e-books, and other community resources.
- [Resources](resources.md): Browse through blogs, podcasts, courses, e-books, and other community resources.
- [Using Polly with HttpClientFactory](https://github.com/App-vNext/Polly/wiki/Polly-and-HttpClientFactory): For using Polly with HttpClientFactory in ASP.NET Core 2.1 and later versions.

## Topics (previous Polly versions)
Expand Down
2 changes: 1 addition & 1 deletion docs/resilience-context.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Resilience Context
# Resilience context

> [!NOTE]
> This is documentation for the upcoming Polly v8 release.
Expand Down
2 changes: 1 addition & 1 deletion docs/resilience-strategies.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Resilience Strategies
# Resilience strategies

> [!NOTE]
> This is documentation for the upcoming Polly v8 release.
Expand Down