|
5 | 5 | {
|
6 | 6 | icon: IconBoard,
|
7 | 7 | title: Board Installation,
|
8 |
| - description: Create smart dashboards to control connected devices using few coding, |
9 |
| - link: /micropython/basics/board-installation, |
| 8 | + description: Install MicroPython on your board, |
| 9 | + link: /micropython/first-steps/install-guide, |
10 | 10 | },
|
11 | 11 | {
|
12 | 12 | icon: IconBrackets,
|
13 | 13 | title: Code Editors,
|
14 |
| - description: Create smart dashboards to control connected devices using few coding, |
15 |
| - link: /micropython/basics/code-editors, |
| 14 | + description: Learn more about the Arduino Lab for MicroPython and how to use the code editor for your MicroPython projects, |
| 15 | + link: /micropython/environment/code-editor, |
16 | 16 | },
|
17 | 17 | {
|
18 | 18 | icon: IconBooks,
|
19 | 19 | title: MicroPython Basics,
|
20 |
| - description: An introduction to MicroPython, |
21 |
| - link: /micropython/basics/micropython-basics, |
| 20 | + description: A brief introduction to MicroPython, |
| 21 | + link: /micropython/first-steps/intro-micropython, |
22 | 22 | },
|
23 | 23 | {
|
24 | 24 | icon: IconSmartDashBoard,
|
25 | 25 | title: Examples by Board,
|
26 |
| - description: Create smart dashboards to control connected devices using few coding, |
27 |
| - link: /micropython/basics/board-examples, |
| 26 | + description: Take full advantage of board-specific features, |
| 27 | + link: /micropython/board-examples/giga-r1-wifi, |
28 | 28 | },
|
29 | 29 | ]
|
30 | 30 | ---
|
0 commit comments