From ef10cd7a3ffbcb5e4c375ccb9aec7a8a1aa4a0eb Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Thu, 2 Apr 2026 08:03:03 -0700 Subject: [PATCH] Remove Web APIs tutorial from toc.yml (#36942) fixes #36941 Removed Web APIs tutorial entry from the table of contents. It was pointing to an old controller based learn training series. Minimal API is what should be promoted instead as the starting point. --- aspnetcore/toc.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/aspnetcore/toc.yml b/aspnetcore/toc.yml index 0d53f30c928f..27ef9ec5ddc5 100644 --- a/aspnetcore/toc.yml +++ b/aspnetcore/toc.yml @@ -414,9 +414,6 @@ items: - name: Web apps >> displayName: tutorial, razor, razor pages, ui href: /training/modules/create-razor-pages-aspnet-core/ - - name: Web APIs >> - displayName: tutorial - href: /training/modules/build-web-api-aspnet-core/ - name: Cloud-native microservices items: - name: Create and deploy >>