Skip to content

Commit f8ada22

Browse files
authored
Merge pull request #835 from arduino/karlsoderby/update-titles
Fix titles in Arduino App Lab tutorials
2 parents 74e2678 + d7d8dc4 commit f8ada22

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/software/app-lab/tutorials/02.bricks/bricks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Arduino App Lab - Bricks
3-
description: Learn about Bricks and how they are used to build applications
2+
title: 'Understanding Bricks: Building Blocks in the Arduino App Lab'
3+
description: Learn about Bricks and how they are used to build Apps
44
author: Karl Söderby
55
tags: [UNO Q, Linux, Bricks]
66
---
77

8-
Bricks are **code building blocks** that are used to build [Apps](/tutorials/uno-q/apps-lab-ide) in the [Arduino App Lab](/software/app-lab). Bricks have a wide area of usage, some embed AI models while other Bricks are used to host web applications or connecting to external web APIs.
8+
Bricks are **code building blocks** that are used to build [Apps](/software/app-lab/tutorials/getting-started/) in the [Arduino App Lab](/software/app-lab). Bricks have a wide area of usage, some embed AI models while other Bricks are used to host web applications or connecting to external web APIs.
99

1010
They are designed to make it easier to build complex Apps, such as embedding **computer vision**, by abstracting the code and exposing easy-to-use APIs that can be used in an App. An App may have a number of Bricks, which may include:
1111
- AI models, e.g. for object detection or image recognition

content/software/app-lab/tutorials/03.cli/apps-lab-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Getting Started with Arduino App Lab CLI
3-
description: Learn how to use the Arduino App Lab CLI, the command line interface for launching apps on the UNO Q board.
2+
title: 'Arduino App Lab CLI: Manage Apps from the Command Line'
3+
description: Learn how to use the Arduino App Lab CLI, the command line interface for launching Apps on the UNO Q board.
44
author: Karl Söderby
55
tags: [UNO Q, Linux, CLI]
66
---

0 commit comments

Comments
 (0)