From 65571cc639f334d220fc18a658cdc3c976c979a3 Mon Sep 17 00:00:00 2001 From: Adam Patridge Date: Wed, 24 Jan 2024 13:15:48 -0700 Subject: [PATCH 1/2] Link up SBC landing page items --- docs/Meadow/Getting_Started/SBCs/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/Meadow/Getting_Started/SBCs/index.md b/docs/Meadow/Getting_Started/SBCs/index.md index c68f421f3..d4b0b23de 100644 --- a/docs/Meadow/Getting_Started/SBCs/index.md +++ b/docs/Meadow/Getting_Started/SBCs/index.md @@ -6,6 +6,7 @@ subtitle: Create, deploy, and understand your first Meadow application. --- ## Board-Specific Instructions -* Raspberry Pi -* SeeedStudio ReTerminal -* Jetson Nano \ No newline at end of file + +* [Raspberry Pi](RaspberryPi/) +* [SeeedStudio ReTerminal](ReTerminal/) +* [Jetson Nano](JetsonNano/) From cc15816e49589cf75e306c911f7d1144f1131a34 Mon Sep 17 00:00:00 2001 From: Adam Patridge Date: Wed, 24 Jan 2024 13:23:51 -0700 Subject: [PATCH 2/2] Add links for getting started landing pages --- .../Getting_Started_Meadow.Desktop/index.md | 4 ++-- docs/Meadow/Getting_Started/MCUs/index.md | 10 ++++++---- docs/Meadow/Getting_Started/SBCs/index.md | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/Meadow/Getting_Started/Getting_Started_Meadow.Desktop/index.md b/docs/Meadow/Getting_Started/Getting_Started_Meadow.Desktop/index.md index ad0631eec..b657bba24 100644 --- a/docs/Meadow/Getting_Started/Getting_Started_Meadow.Desktop/index.md +++ b/docs/Meadow/Getting_Started/Getting_Started_Meadow.Desktop/index.md @@ -10,5 +10,5 @@ You can also quickly prototype graphics using an emulated IDisplay object that r ## Meadow.Desktop environments - * [Meadow.Linux](Getting_Started_Linux/) - * [Meadow.Windows](Getting_Started_Windows/) +* [Meadow.Linux](Getting_Started_Linux/) +* [Meadow.Windows](Getting_Started_Windows/) diff --git a/docs/Meadow/Getting_Started/MCUs/index.md b/docs/Meadow/Getting_Started/MCUs/index.md index a35dd38e0..afc725a0d 100644 --- a/docs/Meadow/Getting_Started/MCUs/index.md +++ b/docs/Meadow/Getting_Started/MCUs/index.md @@ -6,15 +6,17 @@ subtitle: Create, deploy, and understand your first Meadow application. --- ## Shared Steps + * Install Meadow.CLI * Install IDE Extensions * Deploy Meadow.OS ## Board-Specific Instructions + * F7 Feather - * Assemble F7 Feather DevKit - * Hello, F7 + * [Assemble F7 Feather DevKit](Assemble_F7Feather_DevKit/) + * [Hello, F7](F7_Feather/) * Core-Compute Module (CCM) Dev Kit - * Hello, CCM + * [Hello, CCM](Core_Compute_Module_DevKit/) * Project Lab - * Hello, Project Lab \ No newline at end of file + * [Hello, Project Lab](Project_Lab/) diff --git a/docs/Meadow/Getting_Started/SBCs/index.md b/docs/Meadow/Getting_Started/SBCs/index.md index d4b0b23de..61d034b8b 100644 --- a/docs/Meadow/Getting_Started/SBCs/index.md +++ b/docs/Meadow/Getting_Started/SBCs/index.md @@ -8,5 +8,5 @@ subtitle: Create, deploy, and understand your first Meadow application. ## Board-Specific Instructions * [Raspberry Pi](RaspberryPi/) -* [SeeedStudio ReTerminal](ReTerminal/) -* [Jetson Nano](JetsonNano/) +* [SeeedStudio ReTerminal](SeeedStudio_ReTerminal/) +* [Jetson Nano](Jetson_Nano/)