From 7ba9d3be72d4d0b83e135d96254c4f849e7ffec3 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 9 Dec 2016 17:56:13 -0800 Subject: [PATCH] remove extra toc.md files --- aspnetcore/fundamentals/servers/toc.md | 4 ---- aspnetcore/fundamentals/toc.md | 17 ----------------- 2 files changed, 21 deletions(-) delete mode 100644 aspnetcore/fundamentals/servers/toc.md delete mode 100644 aspnetcore/fundamentals/toc.md diff --git a/aspnetcore/fundamentals/servers/toc.md b/aspnetcore/fundamentals/servers/toc.md deleted file mode 100644 index d7b79f726b..0000000000 --- a/aspnetcore/fundamentals/servers/toc.md +++ /dev/null @@ -1,4 +0,0 @@ -# [Overview](overview.md) -# [Kestrel](kestrel.md) -# [ASP.NET Core Module](aspnet-core-module.md) -# [WebListener](weblistener.md) diff --git a/aspnetcore/fundamentals/toc.md b/aspnetcore/fundamentals/toc.md deleted file mode 100644 index 19908968fa..0000000000 --- a/aspnetcore/fundamentals/toc.md +++ /dev/null @@ -1,17 +0,0 @@ -# [Application Startup](startup.md) -# [Middleware](middleware.md) -# [Working with Static Files](static-files.md) -# [Routing](routing.md) -# [Error Handling](error-handling.md) -# [Globalization and localization](localization.md) -# [Configuration](configuration.md) -# [Logging](logging.md) -# [File Providers](file-providers.md) -# [Dependency Injection](dependency-injection.md) -# [Working with Multiple Environments](environments.md) -# [Hosting](hosting.md) -# [Managing Application State](app-state.md) -# [Servers](servers/toc.md) -# [Request Features](request-features.md) -# [Open Web Interface for .NET (OWIN)](owin.md) -# [Choosing the Right .NET For You on the Server](choosing-the-right-dotnet.md)