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).