Skip to content

Commit

Permalink
Restructure of OpenAPI docs for .NET 9 (#33938)
Browse files Browse the repository at this point in the history
* Restructure of OpenAPI docs for .NET 9
* Reorder sections in Generate OpenApi article
* Split out including OpenAPI metadata into a separate article
* Add redirect
* Apply suggestions from PR review

Co-authored-by: Tom Dykstra <[email protected]>

---------

Co-authored-by: Tom Dykstra <[email protected]>
  • Loading branch information
mikekistler and tdykstra authored Nov 1, 2024
1 parent ff8edb9 commit 67d95d4
Show file tree
Hide file tree
Showing 6 changed files with 718 additions and 715 deletions.
7 changes: 6 additions & 1 deletion .openpublishing.redirection.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"redirections": [
{
"source_path": "aspnetcore/web-api/microsoft.dotnet-openapi.md",
Expand All @@ -10,6 +10,11 @@
"redirect_url": "/aspnet/core/fundamentals/openapi/aspnetcore-openapi",
"redirect_document_id": false
},
{
"source_path": "aspnetcore/fundamentals/openapi/buildtime-openapi.md",
"redirect_url": "/aspnet/core/fundamentals/openapi/aspnetcore-openapi#generate-openapi-documents-at- build-time",
"redirect_document_id": false
},
{
"source_path": "aspnetcore/security/authentication/samples.md",
"redirect_url": "/aspnet/core/security/authorization/introduction",
Expand Down
Loading

0 comments on commit 67d95d4

Please sign in to comment.