From feffa9b0d0e24d7f0554994159919bf2b38769bd Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:40:19 +0100 Subject: [PATCH 1/3] Updated link to new MP content --- content/micropython/videoInfo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/micropython/videoInfo.md b/content/micropython/videoInfo.md index 2a14475aa3..8bb5e883e5 100644 --- a/content/micropython/videoInfo.md +++ b/content/micropython/videoInfo.md @@ -18,7 +18,7 @@ info: icon: IconBooks, title: MicroPython Basics, description: An introduction to MicroPython, - link: /micropython/basics/micropython-basics, + link: /micropython/first-steps/intro-micropython, }, { icon: IconSmartDashBoard, From dc57276168058409e6d7d6ddd9257d4b124b2672 Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:21:39 +0100 Subject: [PATCH 2/3] Added more links --- content/micropython/videoInfo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/micropython/videoInfo.md b/content/micropython/videoInfo.md index 8bb5e883e5..280c5e92b2 100644 --- a/content/micropython/videoInfo.md +++ b/content/micropython/videoInfo.md @@ -6,13 +6,13 @@ info: icon: IconBoard, title: Board Installation, description: Create smart dashboards to control connected devices using few coding, - link: /micropython/basics/board-installation, + link: /micropython/first-steps/install-guide, }, { icon: IconBrackets, title: Code Editors, description: Create smart dashboards to control connected devices using few coding, - link: /micropython/basics/code-editors, + link: /micropython/environment/code-editor, }, { icon: IconBooks, @@ -24,7 +24,7 @@ info: icon: IconSmartDashBoard, title: Examples by Board, description: Create smart dashboards to control connected devices using few coding, - link: /micropython/basics/board-examples, + link: /micropython/board-examples/giga-r1-wifi, }, ] --- From 6f626bdd3eed793fd217085bacd8bf989e456933 Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:44:57 +0100 Subject: [PATCH 3/3] Fixed descriptions --- content/micropython/videoInfo.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/micropython/videoInfo.md b/content/micropython/videoInfo.md index 280c5e92b2..126f1e23fb 100644 --- a/content/micropython/videoInfo.md +++ b/content/micropython/videoInfo.md @@ -5,25 +5,25 @@ info: { icon: IconBoard, title: Board Installation, - description: Create smart dashboards to control connected devices using few coding, + description: Install MicroPython on your board, link: /micropython/first-steps/install-guide, }, { icon: IconBrackets, title: Code Editors, - description: Create smart dashboards to control connected devices using few coding, + description: Learn more about the Arduino Lab for MicroPython and how to use the code editor for your MicroPython projects, link: /micropython/environment/code-editor, }, { icon: IconBooks, title: MicroPython Basics, - description: An introduction to MicroPython, + description: A brief introduction to MicroPython, link: /micropython/first-steps/intro-micropython, }, { icon: IconSmartDashBoard, title: Examples by Board, - description: Create smart dashboards to control connected devices using few coding, + description: Take full advantage of board-specific features, link: /micropython/board-examples/giga-r1-wifi, }, ]