Updated `docs/software/introduction.mdx` to reflect the new location of the connect documentation, now pointing users to "/hardware/01-light/connect".
This commit is contained in:
parent
13dec67c43
commit
c12e7fd146
|
@ -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",
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue