diff --git a/aspnetcore/docfx.json b/aspnetcore/docfx.json index 73275cbf38..644248862b 100644 --- a/aspnetcore/docfx.json +++ b/aspnetcore/docfx.json @@ -55,6 +55,7 @@ "fundamentals/**/**.md": "aspnetcore-fundamentals", "getting-started/**/**.md": "aspnetcore-getstarted", "host-and-deploy/**/**.md": "aspnetcore-hostdeploy", + "index.md": "aspnetcore", "migration/**/**.md": "aspnetcore-migration", "mobile/**/**.md": "aspnetcore-mobile", "mvc/**/**.md": "aspnetcore-mvc", @@ -73,6 +74,7 @@ "fundamentals/**/**.md": "conceptual", "getting-started/**/**.md": "conceptual", "host-and-deploy/**/**.md": "conceptual", + "index.md": "conceptual", "migration/**/**.md": "conceptual", "mobile/**/**.md": "conceptual", "mvc/**/**.md": "conceptual", diff --git a/aspnetcore/index.md b/aspnetcore/index.md index 81a0bcda96..dd3abe5464 100644 --- a/aspnetcore/index.md +++ b/aspnetcore/index.md @@ -4,8 +4,6 @@ author: rick-anderson description: Get an introduction to ASP.NET Core, a cross-platform, high-performance, open-source framework for building modern, cloud-based, Internet-connected applications. ms.author: riande ms.date: 02/28/2018 -ms.technology: aspnetcore -ms.topic: conceptual uid: index --- # Introduction to ASP.NET Core diff --git a/aspnetcore/performance/caching/distributed.md b/aspnetcore/performance/caching/distributed.md index 78584310af..137a2ebcca 100644 --- a/aspnetcore/performance/caching/distributed.md +++ b/aspnetcore/performance/caching/distributed.md @@ -2,13 +2,9 @@ title: Work with a distributed cache in ASP.NET Core author: ardalis description: Learn how to use ASP.NET Core distributed caching to improve app performance and scalability, especially in a cloud or server farm environment. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 02/14/2017 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: performance/caching/distributed --- # Work with a distributed cache in ASP.NET Core diff --git a/aspnetcore/performance/caching/index.md b/aspnetcore/performance/caching/index.md index d0c58d6542..a8c6739756 100644 --- a/aspnetcore/performance/caching/index.md +++ b/aspnetcore/performance/caching/index.md @@ -2,12 +2,8 @@ title: Cache responses in ASP.NET Core author: ardalis description: Learn how to use caching to improve the performance of ASP.NET Core apps. -manager: wpickett ms.author: riande ms.date: 10/14/2016 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: performance/caching/index --- # Cache responses in ASP.NET Core diff --git a/aspnetcore/performance/caching/memory.md b/aspnetcore/performance/caching/memory.md index 304db7433b..8bcb482b59 100644 --- a/aspnetcore/performance/caching/memory.md +++ b/aspnetcore/performance/caching/memory.md @@ -2,13 +2,9 @@ title: Cache in-memory in ASP.NET Core author: rick-anderson description: Learn how to cache data in memory in ASP.NET Core. -manager: wpickett ms.author: riande ms.custom: mvc ms.date: 12/14/2016 -ms.prod: asp.net-core -ms.technology: aspnet -ms.topic: article uid: performance/caching/memory --- # Cache in-memory in ASP.NET Core diff --git a/aspnetcore/performance/caching/middleware.md b/aspnetcore/performance/caching/middleware.md index f1bc354356..df4b502d4d 100644 --- a/aspnetcore/performance/caching/middleware.md +++ b/aspnetcore/performance/caching/middleware.md @@ -2,13 +2,10 @@ title: Response Caching Middleware in ASP.NET Core author: guardrex description: Learn how to configure and use Response Caching Middleware in ASP.NET Core. -manager: wpickett monikerRange: '>= aspnetcore-1.1' ms.author: riande ms.custom: mvc ms.date: 01/26/2017 -ms.prod: asp.net-core -ms.topic: article uid: performance/caching/middleware --- # Response Caching Middleware in ASP.NET Core diff --git a/aspnetcore/performance/caching/response.md b/aspnetcore/performance/caching/response.md index 8eaa930ab8..71105c4412 100644 --- a/aspnetcore/performance/caching/response.md +++ b/aspnetcore/performance/caching/response.md @@ -2,11 +2,8 @@ title: Response caching in ASP.NET Core author: rick-anderson description: Learn how to use response caching to lower bandwidth requirements and increase performance of ASP.NET Core apps. -manager: wpickett ms.author: riande ms.date: 09/20/2017 -ms.prod: asp.net-core -ms.topic: article uid: performance/caching/response --- # Response caching in ASP.NET Core diff --git a/aspnetcore/release-notes/aspnetcore-1.1.md b/aspnetcore/release-notes/aspnetcore-1.1.md index 4dd81c5f87..8ba533d67a 100644 --- a/aspnetcore/release-notes/aspnetcore-1.1.md +++ b/aspnetcore/release-notes/aspnetcore-1.1.md @@ -2,7 +2,6 @@ title: What's new in ASP.NET Core 1.1 author: rick-anderson description: Learn about the new features in ASP.NET Core 1.1. -manager: wpickett monikerRange: '= aspnetcore-1.1' ms.date: 02/14/2017 uid: aspnetcore-1.1 diff --git a/aspnetcore/release-notes/aspnetcore-2.0.md b/aspnetcore/release-notes/aspnetcore-2.0.md index 2bc8f53314..b10e4bdc99 100644 --- a/aspnetcore/release-notes/aspnetcore-2.0.md +++ b/aspnetcore/release-notes/aspnetcore-2.0.md @@ -2,7 +2,6 @@ title: What's new in ASP.NET Core 2.0 author: rick-anderson description: Learn about the new features in ASP.NET Core 2.0. -manager: wpickett monikerRange: '= aspnetcore-2.0' ms.date: 07/10/2017 uid: aspnetcore-2.0 diff --git a/aspnetcore/release-notes/aspnetcore-2.1.md b/aspnetcore/release-notes/aspnetcore-2.1.md index e71a3cda71..1fa65c0259 100644 --- a/aspnetcore/release-notes/aspnetcore-2.1.md +++ b/aspnetcore/release-notes/aspnetcore-2.1.md @@ -2,7 +2,6 @@ title: What's new in ASP.NET Core 2.1 author: isaac2004 description: Learn about the new features in ASP.NET Core 2.1. -manager: wpickett monikerRange: '= aspnetcore-2.1' ms.custom: mvc ms.date: 05/30/2018 diff --git a/aspnetcore/security/authentication/customize_identity_model.md b/aspnetcore/security/authentication/customize_identity_model.md index 47677e9e66..5c9b57e605 100644 --- a/aspnetcore/security/authentication/customize_identity_model.md +++ b/aspnetcore/security/authentication/customize_identity_model.md @@ -5,7 +5,6 @@ description: This article describes how to customize the underlying Entity Frame monikerRange: '>= aspnetcore-2.1' ms.author: avickers ms.date: 04/12/2018 -ms.prod: asp.net-core uid: security/authentication/customize_identity_model --- # Identity model customization