From 22dbc6441c59ccd4a2c8381f3dd21ba5cc939622 Mon Sep 17 00:00:00 2001
From: Jm Casler <jm@casler.org>
Date: Fri, 19 Nov 2021 18:52:42 -0800
Subject: [PATCH] Added place holder for running device software on Linux

---
 website/docs/getting-started/faq.md |  8 ++++++++
 website/docs/hardware/linux.md      | 15 +++++++++++++++
 website/sidebars.js                 |  1 +
 3 files changed, 24 insertions(+)
 create mode 100644 website/docs/hardware/linux.md

diff --git a/website/docs/getting-started/faq.md b/website/docs/getting-started/faq.md
index bcaf7b0f..031bf4b4 100644
--- a/website/docs/getting-started/faq.md
+++ b/website/docs/getting-started/faq.md
@@ -48,6 +48,9 @@ Q: My device has gone to sleep. Are received messages lost?
 Q: My device has gone to sleep and I can't send any messages.
 * Once the node wakes up from sleep, your phone will relay any delayed messages through your node and to the mesh network. Give it a few minutes and it'll do the right thing.
 
+Q: How do I turn on / off an esp32 tbeam based device?
+* Answer TBD
+
 Q: How can I tell the device not to sleep?
 * Answer TBD
 
@@ -86,6 +89,11 @@ Q: What version of iOS does the Meshtastic iOS App Require?
 Q: How do I get the Meshtastic iOS App?
 * Answer TBD
 
+## Bluetooth
+
+Q: How do I pair my phone to the device if my device doesn't have a screen?
+* Answer TBD
+
 ## WiFi / Web Browser
 
 Q: How do I turn on the WiFI radio?
diff --git a/website/docs/hardware/linux.md b/website/docs/hardware/linux.md
new file mode 100644
index 00000000..e72dbf96
--- /dev/null
+++ b/website/docs/hardware/linux.md
@@ -0,0 +1,15 @@
+---
+id: linux-hardware
+title: Linux Compatible Hardware
+sidebar_label: Linux
+---
+
+This page is a place holder.
+
+The device software can run on Hardware that runs Linux to execute unit tests.
+
+Fledgling support for a Lora USB dongle has been in the works.
+
+This page will be updated with more information as information is made available.
+
+Please be mindful that a lot of this is incomplete, so please don't get too excited and asking for builds and/or timelines.
\ No newline at end of file
diff --git a/website/sidebars.js b/website/sidebars.js
index a89ffc11..882c8328 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -135,6 +135,7 @@ module.exports = {
           "hardware/heltec-hardware",
           "hardware/techo-hardware",
           "hardware/wisBlock-hardware",
+          "hardware/linux-hardware",
         ],
       },
       "hardware/buttons",