diff --git a/docs/hardware/01-light/chip.md b/docs/hardware/01-light/chip.md
deleted file mode 100644
index ad86487..0000000
--- a/docs/hardware/01-light/chip.md
+++ /dev/null
@@ -1,7 +0,0 @@
-For the 01 Light project, we've chosen the M5Atom, which features an ESP32 Pico chip. This compact and powerful microcontroller is ideal for our needs, offering built-in Wi-Fi and Bluetooth capabilities, a microphone, speaker, and button.
-
-
-
-
-
-To set up the M5Atom for use with 01 Light, please follow the detailed instructions in our [ESP32 Setup Guide](../esp32/esp32-setup.md). This guide will walk you through the process of installing the necessary firmware and configuring your device.
diff --git a/docs/hardware/01-light/chip.mdx b/docs/hardware/01-light/chip.mdx
new file mode 100644
index 0000000..5e879e1
--- /dev/null
+++ b/docs/hardware/01-light/chip.mdx
@@ -0,0 +1,5 @@
+
+
+For the 01 Light project, we've chosen the M5Atom, which features an ESP32 Pico chip. This compact and powerful microcontroller is ideal for our needs, offering built-in Wi-Fi and Bluetooth capabilities, a microphone, speaker, and button.
+
+To set up the M5Atom for use with 01 Light, please follow the detailed instructions in our [ESP32 Setup Guide](../esp32). This guide will walk you through the process of installing the necessary firmware and configuring your device.
diff --git a/docs/hardware/esp32/esp32-setup.md b/docs/hardware/esp32/esp32-setup.mdx
similarity index 100%
rename from docs/hardware/esp32/esp32-setup.md
rename to docs/hardware/esp32/esp32-setup.mdx
diff --git a/docs/mint.json b/docs/mint.json
index d7f4ac1..69d5434 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -78,12 +78,7 @@
"hardware/01-light/connect"
]
},
- {
- "group": "ESP32",
- "pages": [
- "hardware/esp32/esp32-setup"
- ]
- },
+ "hardware/esp32/esp32",
"hardware/custom_hardware",
"hardware/desktop",
{
diff --git a/docs/software/installation.mdx b/docs/software/installation.mdx
index 45cb920..59c0244 100644
--- a/docs/software/installation.mdx
+++ b/docs/software/installation.mdx
@@ -10,12 +10,11 @@ To install the 01 software:
```bash
# Clone the repo and navigate into the 01 directory
git clone https://github.com/OpenInterpreter/01.git
+cd 01
```
## Run the 01
-In order to run 01 on your computer, use [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer).
-
Navigate to the project's software directory:
```bash
diff --git a/docs/troubleshooting/faq.mdx b/docs/troubleshooting/faq.mdx
index 285602e..1d3ff4c 100644
--- a/docs/troubleshooting/faq.mdx
+++ b/docs/troubleshooting/faq.mdx
@@ -110,9 +110,4 @@ description: "Frequently Asked Questions"
recommended gpt models: "OpenAI encrypts all data at rest (AES-256) and in
transit (TLS 1.2+)". This will be different for Anthropic, Ollama, etc. but
I'd expect all large providers to have the same encryption standards.
-
-
-- How do you build on top of the 01?
-- What are minimum hardware requirements?
-- What firmware do I use to connect? - What ideally do I need in my code to access
- the server correctly?
+
\ No newline at end of file