Skip to content

Commit 2ae7cf4

Browse files
authored
Stop hiding FWE lessons from sitemap (#7114)
1 parent a3723b0 commit 2ae7cf4

File tree

12 files changed

+1
-24
lines changed

12 files changed

+1
-24
lines changed

src/content/learn/tutorial/advanced-oop.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description: >-
66
advanced features like enhanced enums and extensions.
77
Improve your application's output formatting and color,
88
making it more user-friendly.
9-
sitemap: false
10-
noindex: true
119
layout: learn
1210
---
1311

src/content/learn/tutorial/async.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Write asynchronous code
33
shortTitle: Async code
44
description: >-
55
Learn about asynchronous programming in Dart and how to make HTTP requests.
6-
sitemap: false
7-
noindex: true
86
layout: learn
97
---
108

src/content/learn/tutorial/cli-polish.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ shortTitle: CLI polish
44
description: >-
55
Improve the HelpCommand to provide more detailed information and
66
add an onOutput argument for flexible output handling.
7-
sitemap: false
8-
noindex: true
97
layout: learn
108
---
119

src/content/learn/tutorial/data-and-json.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: >-
55
Learn about JSON deserialization in Dart, including how to
66
use `dart:convert`, `jsonDecode`, and pattern matching to
77
work with JSON data from the Wikipedia API.
8-
sitemap: false
9-
noindex: true
108
layout: learn
119
---
1210

src/content/learn/tutorial/error-handling.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ shortTitle: Error handling
44
description: >-
55
Improve app robustness by handling errors.
66
Learn about exceptions, errors, `try/catch`, `throw`, and `rethrow`.
7-
sitemap: false
8-
noindex: true
97
layout: learn
108
---
119

src/content/learn/tutorial/fetch-data.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ shortTitle: HTTP requests
44
description: >-
55
Refactor your application to use a robust, production-ready
66
API client for the Wikipedia CLI.
7-
sitemap: false
8-
noindex: true
97
layout: learn
108
---
119

src/content/learn/tutorial/first-app.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ title: Build your first app
33
shortTitle: Your first app
44
description: >-
55
Create, run, and make your first change to a Dart command-line program.
6-
sitemap: false
7-
noindex: true
86
layout: learn
97
---
108

119
<YoutubeEmbed id="ulg4bjQQJi0" title="What is Dart?" fullWidth="true"></YoutubeEmbed>
10+
1211
Welcome to Dart! In this chapter, you'll
1312
ensure your setup is complete and then
1413
work through creating your first Dart program.

src/content/learn/tutorial/interactivity.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: >-
55
Add simple commands to your cli application.
66
Learn the fundamentals of Dart syntax including
77
control flow, collections, variables, functions, and more.
8-
sitemap: false
9-
noindex: true
108
layout: learn
119
---
1210

src/content/learn/tutorial/logging.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ short-title: Logging
44
description: >-
55
Learn how to add logging to your Dart application to
66
help with debugging and monitoring.
7-
sitemap: false
8-
noindex: true
97
layout: learn
108
---
119

src/content/learn/tutorial/object-oriented.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: >-
55
Learn about object-oriented programming in Dart, including
66
abstract classes, inheritance, overrides, and enums.
77
Build a framework for well-architected CLI apps.
8-
sitemap: false
9-
noindex: true
108
layout: learn
119
---
1210

0 commit comments

Comments
 (0)