From f3a6567eb4110f93cb30f04ab59ee9beaedc58e0 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Mon, 27 Feb 2017 10:33:24 -0800 Subject: [PATCH] update h1 (#2845) * update h1 * update title and h1 --- aspnetcore/client-side/less-sass-fa.md | 4 ++-- aspnetcore/client-side/yeoman.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnetcore/client-side/less-sass-fa.md b/aspnetcore/client-side/less-sass-fa.md index 3b06351564..4831711f94 100644 --- a/aspnetcore/client-side/less-sass-fa.md +++ b/aspnetcore/client-side/less-sass-fa.md @@ -1,5 +1,5 @@ --- -title: Styling applications with Less, Sass, and Font Awesome | Microsoft Docs +title: Less, Sass, and Font Awesome in ASP.NET Core | Microsoft Docs author: ardalis description: Learn how to use Less, Sass, and Font Awesome in ASP.NET Core applications. keywords: ASP.NET Core, Less, Sass, Font Awesome, preprocessors @@ -12,7 +12,7 @@ ms.technology: aspnet ms.prod: asp.net-core uid: client-side/less-sass-fa --- -# Styling applications with Less, Sass, and Font Awesome +# Introduction to styling applications with Less, Sass, and Font Awesome in ASP.NET Core By [Steve Smith](http://ardalis.com) diff --git a/aspnetcore/client-side/yeoman.md b/aspnetcore/client-side/yeoman.md index 8beb21eae0..357346b732 100644 --- a/aspnetcore/client-side/yeoman.md +++ b/aspnetcore/client-side/yeoman.md @@ -1,5 +1,5 @@ --- -title: Building projects with Yeoman | Microsoft Docs +title: Building projects with Yeoman in ASP.NET Core | Microsoft Docs author: spboyer description: This article walks through building an ASP.NET Core web application using the Yeoman generator on macOS. keywords: ASP.NET Core, Yeoman, Cross Platform, yo aspnet @@ -12,7 +12,7 @@ ms.technology: aspnet ms.prod: asp.net-core uid: client-side/yeoman --- -# Building projects with Yeoman +# Introduction to building projects with Yeoman in ASP.NET Core [Yeoman](http://yeoman.io/) is a project scaffolding system for creating many kinds of applications. The Yeoman generator for ASP.NET Core contains a variety of project templates for starting a new web, MVC, or console application.