Skip to content

Commit 0c244ff

Browse files
lucaroncarobgee86
authored andcommitted
Update learn docs (#154)
* Update navigation url * Update code block * Strip last_revised field from front matter
1 parent 0203a1a commit 0c244ff

File tree

7 files changed

+2
-9
lines changed

7 files changed

+2
-9
lines changed

learn-docs/00.uno-q/uno-q.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: Karl Söderby
55
tags: [UNO Q, Overview]
66
icon: UNO
77
category: basic
8-
last_revised: 2025/10/01
98
---
109

1110
![Arduino UNO Q](assets/uno-q-hero.png)

learn-docs/01.first-setup/first-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: Karl Söderby
55
tags: [Apps, Bricks, Sketches, Python, SBC]
66
icon: Settings
77
category: basic
8-
last_revised: 2025/10/01
98
---
109

1110
![Hero Image](assets/first-setup-hero.png)

learn-docs/02.apps/apps.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: Karl Söderby
55
tags: [Apps, Bricks, Sketches, Python]
66
icon: Group
77
category: basic
8-
last_revised: 2025/10/01
98
---
109

1110
![Apps.](assets/app-hero.png)
@@ -55,7 +54,7 @@ This function does the following:
5554

5655
The App can also run a **user-defined loop**, using the `user_loop` parameter that receives a function name to be looped:
5756

58-
```arduino
57+
```python
5958
def loop():
6059
global led_state
6160
time.sleep(1)
@@ -70,7 +69,7 @@ App.run(user_loop=loop)
7069

7170
>**Important Note:** always place the `App.run()` at the very bottom of the `main.py` script, as any code added after will be ignored.
7271
73-
This is used in the [example provided](#understand-the-code-the-blink-example) further down in this tutorial.
72+
This is used in the [example provided](/learn/apps#understand-the-code-the-blink-example) further down in this tutorial.
7473

7574
## Create a New App
7675

learn-docs/03.bricks/bricks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: Karl Söderby
55
tags: [Bricks, AI Models]
66
icon: Brick
77
category: basic
8-
last_revised: 2025/10/01
98
---
109

1110
![Bricks in the Arduino App Lab](assets/brick-hero.png)

learn-docs/04.ai-models/ai-models.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: Karl Söderby
55
tags: [AI, ML, Models]
66
icon: AI
77
category: basic
8-
last_revised: 2025/10/01
98
---
109

1110
![AI Models in the Arduino App Lab](assets/ai-hero.png)

learn-docs/05.examples/examples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: Karl Söderby
55
tags: [Examples]
66
icon: Group
77
category: basic
8-
last_revised: 2025/10/01
98
---
109

1110
In the previous guides, we have gone through:

learn-docs/06.single-board-computer/single-board-computer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ author: Karl Söderby
55
tags: [SBC, Debian, Linux, Terminal]
66
icon: Computer
77
category: basic
8-
last_revised: 2025/10/01
98
---
109

1110
![UNO Q as a Single Board Computer (SBC)](assets/sbc-hero.png)

0 commit comments

Comments
 (0)