Skip to content

Commit c00c4dd

Browse files
authored
metadata changes for yml topics (#5170)
* metadata changes for yml topics * fix warnings
1 parent e2a534a commit c00c4dd

File tree

6 files changed

+13
-17
lines changed

6 files changed

+13
-17
lines changed

docfx.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"_vblang/spec/*.md": "dotnet-visualbasic",
107107
"docs/core/**/**.md": "dotnet-core",
108108
"docs/csharp/**/**.md": "dotnet-csharp",
109+
"docs/csharp/**/**.yml": "dotnet-csharp",
109110
"docs/framework/**/**.md": "dotnet-framework",
110111
"docs/fsharp/**/**.md": "dotnet-fsharp",
111112
"docs/standard/**/**.md": "dotnet",
@@ -124,12 +125,14 @@
124125
},
125126
"ms.devlang": {
126127
"docs/csharp/**/**.md": "csharp",
128+
"docs/csharp/**/**.yml": "csharp",
127129
"docs/fsharp/**/**.md": "fsharp",
128130
"docs/visual-basic/**/**.md": "vb"
129131
},
130132
"author": {
131133
"docs/core/**/**.md": "mairaw",
132-
"docs/csharp/**/**.md": "billwagner",
134+
"docs/csharp/**/**.md": "billwagner",
135+
"docs/csharp/**/**.yml": "billwagner",
133136
"docs/framework/data/adonet/**/**.md": "douglaslMS",
134137
"docs/fsharp/**/**.md": "cartermp"
135138
},
@@ -138,6 +141,7 @@
138141
"_vblang/spec/*.md": "wiwagn",
139142
"docs/core/**/**.md": "mairaw",
140143
"docs/csharp/**/**.md": "wiwagn",
144+
"docs/csharp/**/**.yml": "wiwagn",
141145
"docs/framework/data/adonet/**/**.md": "douglasl",
142146
"docs/fsharp/**/**.md": "phcart"
143147
},

docs/csharp/quick-starts/branches-and-loops.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ metadata:
55
description: In this quickstart about branches and loops, you'll use your browser to learn C# interactively. You'll write C# code and see the results of compiling and running your code directly in the browser.
66
audience: Developer
77
level: Beginner
8+
ms.topic: quickstart
89
ms.custom: mvc
9-
ms.prod: .net
10-
ms.technology: devlang-csharp
11-
ms.topic: get-started-article
1210
displayType: two-column
1311
interactive: csharp
14-
nextTutorialHref: interpolated-strings
12+
nextTutorialHref: interpolated-strings.yml
1513
nextTutorialTitle: String interpolation in C#
1614
items:
1715
- durationInMinutes: 1

docs/csharp/quick-starts/hello-world.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ metadata:
55
description: In this quickstart, you'll use your browser to learn C# interactively. You write C# code and see the results of compiling and running your code directly in the browser.
66
audience: Developer
77
level: Beginner
8-
ms.topic: get-started-article
9-
nextTutorialHref: numbers-in-csharp
8+
ms.topic: quickstart
9+
nextTutorialHref: numbers-in-csharp.yml
1010
nextTutorialTitle: Numbers in C#
1111
displayType: two-column
1212
interactive: csharp
1313
ms.custom: mvc
14-
ms.prod: .net
15-
ms.technology: devlang-csharp
1614
items:
1715
- durationInMinutes: 1
1816
content: |

docs/csharp/quick-starts/interpolated-strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
level: Beginner
1010
displayType: two-column
1111
interactive: csharp
12-
nextTutorialHref: list-collection
12+
nextTutorialHref: list-collection.yml
1313
nextTutorialTitle: Collections in C#
1414
items:
1515
- durationInMinutes: 2

docs/csharp/quick-starts/list-collection.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ metadata:
44
title: Collections interactive tutorial - C# quickstarts
55
description: In this tutorial, you'll use your browser to learn C# interactively. You write C# code and see the results of compiling and running your code directly in the browser.
66
audience: Developer
7-
ms.topic: get-started-article
7+
ms.topic: quickstart
88
ms.custom: mvc
99
level: Beginner
1010
displayType: two-column
1111
interactive: csharp
12-
ms.prod: .net
13-
ms.technology: devlang-csharp
1412
items:
1513
- durationInMinutes: 1
1614
content: |

docs/csharp/quick-starts/numbers-in-csharp.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ metadata:
44
title: Numbers in C# interactive tutorial - C# quickstarts
55
description: In this quick start about numeric types, you'll use your browser to learn C# interactively. You're going to write C# code and see the results of compiling and running your code directly in the browser.
66
audience: Developer
7-
ms.topic: get-started-article
7+
ms.topic: quickstart
88
ms.custom: mvc
99
level: Beginner
10-
nextTutorialHref: branches-and-loops
10+
nextTutorialHref: branches-and-loops.yml
1111
nextTutorialTitle: Branches and loops in C#
1212
displayType: two-column
1313
interactive: csharp
14-
ms.prod: .net
15-
ms.technology: devlang-csharp
1614
items:
1715
- durationInMinutes: 1
1816
content: |

0 commit comments

Comments
 (0)