From 29ad9c4dd444cd94b625259304ce4072db54600c Mon Sep 17 00:00:00 2001 From: bryan costanich Date: Wed, 24 Jan 2024 10:16:58 -0800 Subject: [PATCH] fixing up sidebar labels --- .../MCUs/Assemble_F7Feather_DevKit/index.md | 1 + .../MCUs/Core_Compute_Module_DevKit/index.md | 1 + .../Getting_Started/MCUs/F7_Feather/index.md | 1 + docs/Meadow/Getting_Started/MCUs/index.md | 20 +++++++++++++++++++ docs/Meadow/Getting_Started/SBCs/index.md | 11 ++++++++++ 5 files changed, 34 insertions(+) create mode 100644 docs/Meadow/Getting_Started/MCUs/index.md create mode 100644 docs/Meadow/Getting_Started/SBCs/index.md diff --git a/docs/Meadow/Getting_Started/MCUs/Assemble_F7Feather_DevKit/index.md b/docs/Meadow/Getting_Started/MCUs/Assemble_F7Feather_DevKit/index.md index 8da9b9469..c4fbaedac 100644 --- a/docs/Meadow/Getting_Started/MCUs/Assemble_F7Feather_DevKit/index.md +++ b/docs/Meadow/Getting_Started/MCUs/Assemble_F7Feather_DevKit/index.md @@ -1,5 +1,6 @@ --- layout: Meadow +sidebar_label: Assemble F7 DevKit title: Assemble Meadow Board subtitle: Guides and documentation for Meadow --- diff --git a/docs/Meadow/Getting_Started/MCUs/Core_Compute_Module_DevKit/index.md b/docs/Meadow/Getting_Started/MCUs/Core_Compute_Module_DevKit/index.md index b857900db..6d5574c92 100644 --- a/docs/Meadow/Getting_Started/MCUs/Core_Compute_Module_DevKit/index.md +++ b/docs/Meadow/Getting_Started/MCUs/Core_Compute_Module_DevKit/index.md @@ -1,5 +1,6 @@ --- layout: Meadow +sidebar_label: CCM DevKit title: Hello, Meadow Core-Compute Module (CCM) DevKit! subtitle: Create, deploy, and understand your first Meadow application. --- diff --git a/docs/Meadow/Getting_Started/MCUs/F7_Feather/index.md b/docs/Meadow/Getting_Started/MCUs/F7_Feather/index.md index d4522fe98..db70d1e0c 100644 --- a/docs/Meadow/Getting_Started/MCUs/F7_Feather/index.md +++ b/docs/Meadow/Getting_Started/MCUs/F7_Feather/index.md @@ -1,5 +1,6 @@ --- layout: Meadow +sidebar_label: F7 Feather title: Hello, Meadow F7 Feather! subtitle: Create, deploy, and understand your first Meadow application. --- diff --git a/docs/Meadow/Getting_Started/MCUs/index.md b/docs/Meadow/Getting_Started/MCUs/index.md new file mode 100644 index 000000000..a35dd38e0 --- /dev/null +++ b/docs/Meadow/Getting_Started/MCUs/index.md @@ -0,0 +1,20 @@ +--- +layout: Meadow +sidebar_label: MCUs +title: Getting started with Meadow microcontrollers (MCUs) +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 +* Core-Compute Module (CCM) Dev Kit + * Hello, CCM +* Project Lab + * Hello, Project Lab \ No newline at end of file diff --git a/docs/Meadow/Getting_Started/SBCs/index.md b/docs/Meadow/Getting_Started/SBCs/index.md new file mode 100644 index 000000000..c68f421f3 --- /dev/null +++ b/docs/Meadow/Getting_Started/SBCs/index.md @@ -0,0 +1,11 @@ +--- +layout: Meadow +sidebar_label: SBCs +title: Getting Started with Single-Board-Computers (SBCs) +subtitle: Create, deploy, and understand your first Meadow application. +--- + +## Board-Specific Instructions +* Raspberry Pi +* SeeedStudio ReTerminal +* Jetson Nano \ No newline at end of file