Skip to content

Fix title and metadata for getting started docs #1149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Getting started with F# with command-line tools
description: Getting started with F# on .NET Core
description: Learn how to use F# with the cross-platform .NET CLI.
keywords: visual f#, f#, functional programming, .NET, .NET Core
author: cartermp
manager: wpickett
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Getting Started with F# in Visual Studio
description: Getting Started with F# in Visual Studio
description: Learn how to use F# with Visual Studio.
keywords: visual f#, f#, functional programming
author: cartermp
manager: danielfe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Getting Started with F# in Visual Studio Code with Ionide
description: Learn how to write and run F# code in Visual Studio Code with Ionide
description: Learn how to use F# with Visual Studio Code and the Ionide plugin suite.
keywords: visual f#, f#, functional programming, .NET, Visual Studio Code, vscode, Ionide
author: cartermp
manager: wpickett
Expand Down
2 changes: 1 addition & 1 deletion docs/fsharp/tutorials/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.devlang: dotnet
ms.assetid: 615db1ec-6ef3-4de2-bae6-4586affa9771
---

# Getting Started with F#
# Getting Started with F# #

There are three primary ways to get started with F#:

Expand Down