diff --git a/docs/hardware/custom_hardware.mdx b/docs/hardware/custom_hardware.mdx new file mode 100644 index 0000000..4430d29 --- /dev/null +++ b/docs/hardware/custom_hardware.mdx @@ -0,0 +1,4 @@ +--- +title: "Custom Hardware" +description: "Control 01 from your own device" +--- diff --git a/docs/hardware/desktop.mdx b/docs/hardware/desktop.mdx new file mode 100644 index 0000000..e27a389 --- /dev/null +++ b/docs/hardware/desktop.mdx @@ -0,0 +1,4 @@ +--- +title: "Desktop" +description: "Control 01 from your computer" +--- diff --git a/docs/hardware/m5atom.mdx b/docs/hardware/m5atom.mdx deleted file mode 100644 index c5e6954..0000000 --- a/docs/hardware/m5atom.mdx +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "M5 Atom" -description: "Prep your M5 Atom" ---- diff --git a/docs/hardware/mobile.mdx b/docs/hardware/mobile.mdx new file mode 100644 index 0000000..816a404 --- /dev/null +++ b/docs/hardware/mobile.mdx @@ -0,0 +1,4 @@ +--- +title: "iOS & Android" +description: "Control 01 from your mobile phone" +--- diff --git a/docs/mint.json b/docs/mint.json index 69479db..5c116d4 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -50,7 +50,12 @@ }, { "group": "Hardware Setup", - "pages": ["hardware/01-light"] + "pages": [ + "hardware/01-light", + "hardware/custom-hardware", + "hardware/desktop", + "hardware/mobile" + ] }, { "group": "Troubleshooting",