Merge pull request #26815 from tdykstra/net7openapi2

Add links to OpenAPI doc
pull/26810/head
Rick Anderson 2022-08-24 08:43:38 -10:00 committed by GitHub
commit ad4705d7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

View File

@ -769,6 +769,10 @@ Routes can be [CORS](xref:security/cors?view=aspnetcore-6.0) enabled using [CORS
For more information, see <xref:security/cors?view=aspnetcore-6.0>
## See also
[OpenAPI support in minimal APIs](xref:fundamentals/minimal-apis/openapi)
:::moniker-end
:::moniker range=">= aspnetcore-7.0"
@ -1621,10 +1625,10 @@ The types implementing `IResult` are public, allowing for type assertions when t
# Differences between minimal APIs and APIs with controllers
Moved to uid: tutorials/min-web-api
## OpenAPI (.NET 7 moniker only)
Moved to uid:fundamentals/minimum-apis/openapi
-->
## See also
[OpenAPI support in minimal APIs](xref:fundamentals/minimal-apis/openapi)
:::moniker-end

View File

@ -668,6 +668,8 @@ items:
items:
- name: Minimal APIs overview
uid: fundamentals/minimal-apis
- name: OpenAPI in Minimal API apps
uid: fundamentals/minimal-apis/openapi
- name: Filters in Minimal API apps
uid: fundamentals/minimal-apis/min-api-filters
- name: Real-time apps