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": [
|
"pages": [
|
||||||
"software/introduction",
|
"software/introduction",
|
||||||
"software/installation",
|
"software/installation",
|
||||||
"software/connect",
|
|
||||||
"software/run",
|
"software/run",
|
||||||
"software/configure",
|
"software/configure",
|
||||||
"software/flags"
|
"software/flags"
|
||||||
|
@ -59,7 +58,8 @@
|
||||||
"hardware/01-light/materials",
|
"hardware/01-light/materials",
|
||||||
"hardware/01-light/case",
|
"hardware/01-light/case",
|
||||||
"hardware/01-light/assembly",
|
"hardware/01-light/assembly",
|
||||||
"hardware/01-light/esp32"
|
"hardware/01-light/esp32",
|
||||||
|
"hardware/01-light/connect"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"hardware/custom_hardware",
|
"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:
|
To begin using 01:
|
||||||
|
|
||||||
1. [Install](/software/installation) the software
|
1. [Install](/software/installation) the software
|
||||||
2. [Connect](/software/connect) your 01 device
|
2. [Run](/software/run) the Server
|
||||||
3. [Run](/software/run) the server and client
|
3. [Connect](/hardware/01-light/connect) the Client
|
||||||
|
|
||||||
For more advanced usage, check out our guides on [configuration](/software/configure).
|
For more advanced usage, check out our guides on [configuration](/software/configure).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue