Skip to content

Commit

Permalink
Update versions in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed May 17, 2024
1 parent 80fe92b commit f21b390
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docfx/articles/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Or create a new ASP.NET Core web application in Visual Studio 2022, and choose "

```XML
<ItemGroup>
<PackageReference Include="Yarp.ReverseProxy" Version="2.1.0" />
<PackageReference Include="Yarp.ReverseProxy" Version="2.2.0-preview.1.24266.1" />
</ItemGroup>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docfx/articles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ title: Welcome to the YARP documentation!

# Welcome to the docs

This is the documentation for YARP 2.0.
This is the documentation for YARP 2.2.

For documentation of YARP 1.1.1, see https://github.com/microsoft/reverse-proxy/tree/release/1.1/docs/docfx/articles.
2 changes: 1 addition & 1 deletion docs/docfx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: YARP Documentation

Welcome to the documentation for YARP! YARP is a library to help create reverse proxy servers that are high-performance, production-ready, and highly customizable. Please provide us your feedback by going to [the GitHub repository](https://github.com/microsoft/reverse-proxy).

This is the documentation for YARP 2.1.
This is the documentation for YARP 2.2.
For documentation of YARP 1.1.1, see https://github.com/microsoft/reverse-proxy/tree/release/1.1/docs/docfx/articles.

## Why YARP
Expand Down
2 changes: 1 addition & 1 deletion docs/docfx/toc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: About YARP 2.1
- name: About YARP 2.2
href: index.md
- name: Articles
href: articles/
Expand Down

0 comments on commit f21b390

Please sign in to comment.