From c12e7fd146cbe0249d2e8db34be6332f0f506e50 Mon Sep 17 00:00:00 2001 From: Mike Bird Date: Tue, 30 Jul 2024 15:04:52 -0400 Subject: [PATCH] Updated `docs/software/introduction.mdx` to reflect the new location of the connect documentation, now pointing users to "/hardware/01-light/connect". --- docs/{software => hardware/01-light}/connect.mdx | 0 docs/mint.json | 4 ++-- docs/software/introduction.mdx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename docs/{software => hardware/01-light}/connect.mdx (100%) diff --git a/docs/software/connect.mdx b/docs/hardware/01-light/connect.mdx similarity index 100% rename from docs/software/connect.mdx rename to docs/hardware/01-light/connect.mdx diff --git a/docs/mint.json b/docs/mint.json index 086d060..aa91eae 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -44,7 +44,6 @@ "pages": [ "software/introduction", "software/installation", - "software/connect", "software/run", "software/configure", "software/flags" @@ -59,7 +58,8 @@ "hardware/01-light/materials", "hardware/01-light/case", "hardware/01-light/assembly", - "hardware/01-light/esp32" + "hardware/01-light/esp32", + "hardware/01-light/connect" ] }, "hardware/custom_hardware", diff --git a/docs/software/introduction.mdx b/docs/software/introduction.mdx index 13c056d..6678f8f 100644 --- a/docs/software/introduction.mdx +++ b/docs/software/introduction.mdx @@ -43,8 +43,8 @@ One of the key features of the 01 ecosystem is its modularity. You can: To begin using 01: 1. [Install](/software/installation) the software -2. [Connect](/software/connect) your 01 device -3. [Run](/software/run) the server and client +2. [Run](/software/run) the Server +3. [Connect](/hardware/01-light/connect) the Client For more advanced usage, check out our guides on [configuration](/software/configure).