coordinate titles between toc and articles for core guide (#640)

* coordinate titles between toc and articles for core guide

* add Core to title
This commit is contained in:
Tom Dykstra 2016-06-25 15:30:01 -07:00 коммит произвёл Rich Lander
Родитель 1f9f489595
Коммит 3b98f68126
8 изменённых файлов: 24 добавлений и 24 удалений

Просмотреть файл

@ -1,6 +1,6 @@
---
title: Developing ASP.NET Core 1.0 applications
description: Developing ASP.NET Core 1.0 applications
title: Developing ASP.NET Core applications
description: Developing ASP.NET Core applications
keywords: .NET, .NET Core
author: tdykstra
manager: wpickett
@ -12,6 +12,6 @@ ms.devlang: dotnet
ms.assetid: 4172512e-b93d-4169-abdb-bd0b0b2d657e
---
# Developing ASP.NET Core 1.0 applications
# Developing ASP.NET Core applications
For information about how to write ASP.NET Core 1.0 web applications, we suggest you head over to [ASP.NET Core documentation](https://docs.asp.net).

Просмотреть файл

@ -1,6 +1,6 @@
---
title: Runtime IDentifier (RID) catalog
description: Runtime IDentifier (RID) catalog
title: .NET Core Runtime IDentifier (RID) catalog
description: .NET Core Runtime IDentifier (RID) catalog
keywords: .NET, .NET Core
author: blackdwarf
manager: wpickett
@ -12,7 +12,7 @@ ms.devlang: dotnet
ms.assetid: b2032f5d-771f-48d9-917c-587d9509035c
---
# Runtime IDentifier (RID) catalog
# .NET Core Runtime IDentifier (RID) catalog
## What are RIDs?
RID is short for *Runtime IDentifier*. RIDs are used to identify target operating systems where an application or asset

Просмотреть файл

@ -12,10 +12,10 @@ ms.devlang: dotnet
ms.assetid: b70e9ac0-c8be-49f7-9332-95ab93e0e7bc
---
# .NET Core Command Line Tools (CLI)
# .NET Core Command Line Tools
## What is the .NET CLI?
.NET Core Command Line Interface is a new foundational cross-platform toolchain for developing
## What is the .NET Core Command Line Interface (CLI)?
The .NET Core CLI is a new foundational cross-platform toolchain for developing
.NET Core applications. It is "foundational" because it is the primary layer on which other,
higher-level tools, such as Integrated Development Environments (IDEs), editors and
build orchestrators can build on.

Просмотреть файл

@ -1,6 +1,6 @@
---
title: dotnet-test communication protocol
description: dotnet-test communication protocol
title: .NET Core CLI test communication protocol
description: .NET Core CLI test communication protocol
keywords: .NET, .NET Core
author: mairaw
manager: wpickett
@ -12,8 +12,8 @@ ms.devlang: dotnet
ms.assetid: 88cba792-3640-41de-b55d-00f575e9d5e2
---
dotnet-test communication protocol
===================================
.NET Core CLI test communication protocol
=========================================
## Introduction
Anytime you pass a port to dotnet test, the command will run in design time. That means that dotnet test will connect to that port

Просмотреть файл

@ -1,6 +1,6 @@
---
title: Development using Visual Studio Code
description: Development using Visual Studio Code
title: Getting started with .NET Core on macOS
description: Getting started with .NET Core on macOS, using Visual Studio Code
keywords: .NET, .NET Core
author: dotnet-bot
manager: wpickett
@ -12,7 +12,7 @@ ms.devlang: dotnet
ms.assetid: 8ad82148-dac8-4b31-9128-b0e9610f4d9b
---
# Development using Visual Studio Code
# Getting started with .NET Core on macOS, using Visual Studio Code
by [Bertrand Le Roy](https://github.com/bleroy), [Phillip Carter](https://github.com/cartermp),
[Bill Wagner](https://github.com/billwagner)

Просмотреть файл

@ -1,6 +1,6 @@
---
title: Development using Visual Studio 2015
description: Development using Visual Studio 2015
title: Getting started with .NET Core on Windows
description: Getting started with .NET Core on Windows, using Visual Studio 2015
keywords: .NET, .NET Core
author: bleroy
manager: wpickett
@ -12,7 +12,7 @@ ms.devlang: dotnet
ms.assetid: d743134a-08a3-4ff6-aab7-49f71f0568c3
---
# Development using Visual Studio 2015
# Getting started with .NET Core on Windows, using Visual Studio 2015
by [Bertrand Le Roy](https://github.com/bleroy) and [Phillip Carter](https://github.com/cartermp)

Просмотреть файл

@ -1,6 +1,6 @@
---
title: Writing .NET Core console apps using the CLI tools - A step-by-step guide
description: Writing .NET Core console apps using the CLI tools - A step-by-step guide
title: Getting started with .NET Core on Windows/Linux/macOS using the command line
description: Getting started with .NET Core on Windows, Linux, or macOS using the .NET Core command line interface (CLI)
keywords: .NET, .NET Core
author: cartermp
manager: wpickett
@ -12,7 +12,7 @@ ms.devlang: dotnet
ms.assetid: be988f09-7349-43b0-97fb-3a703d4587ce
---
# Writing .NET Core console apps using the CLI tools: A step-by-step guide
# Getting started with .NET Core on Windows/Linux/macOS using the command line
This guide will show you how to use the .NET Core CLI tooling to build cross-platform console apps. It will start with the most basic console app and eventually span multiple projects, including testing. You'll add these features step-by-step, building on what you've already seen and built.

Просмотреть файл

@ -102,7 +102,7 @@ to know what's next -->
## [Deploying](core/deploying/index.md)
### [🔧 Deploying Applications](core/deploying/applications.md)
### [Deploying Libraries](core/deploying/libraries.md)
## [Building ASP.NET Core applications](core/aspnet-core.md)
## [Developing ASP.NET Core applications](core/aspnet-core.md)
## [Unit Testing](core/testing/index.md)
### [Unit Testing with dotnet test](core/testing/unit-testing-with-dotnet-test.md)
## [Releases](core/versions/index.md)
@ -110,7 +110,7 @@ to know what's next -->
## [Runtime IDentifier catalog](core/rid-catalog.md)
## [.NET Core Tools](core/tools/index.md)
### [Extensibility Model](core/tools/extensibility.md)
### [Testing Protocol](core/tools/test-protocol.md)
### [Test communication protocol](core/tools/test-protocol.md)
### [Continuous Integration](core/tools/using-ci-with-cli.md)
### [dotnet](core/tools/dotnet.md)
### [dotnet-new](core/tools/dotnet-new.md)