Created new pages (custom_hardware, desktop, and mobile) with guides on controlling 01 from different devices.
This commit is contained in:
parent
d7f6520989
commit
8888fbd30e
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "Custom Hardware"
|
||||
description: "Control 01 from your own device"
|
||||
---
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "Desktop"
|
||||
description: "Control 01 from your computer"
|
||||
---
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: "M5 Atom"
|
||||
description: "Prep your M5 Atom"
|
||||
---
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "iOS & Android"
|
||||
description: "Control 01 from your mobile phone"
|
||||
---
|
|
@ -50,7 +50,12 @@
|
|||
},
|
||||
{
|
||||
"group": "Hardware Setup",
|
||||
"pages": ["hardware/01-light"]
|
||||
"pages": [
|
||||
"hardware/01-light",
|
||||
"hardware/custom-hardware",
|
||||
"hardware/desktop",
|
||||
"hardware/mobile"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Troubleshooting",
|
||||
|
|
Loading…
Reference in New Issue