+
+
+
+.. topic-box::
+ :title: DIY (ARM)
+ :link: diy-arm
+ :icon: scylla-icon scylla-icon--apps
+ :class: large-4
+ :anchor: ARM Architecture
+
+ Build an Embassy using a Raspberry Pi
+
+.. topic-box::
+ :title: DIY (x86)
+ :link: diy-x86
+ :icon: scylla-icon scylla-icon--overview
+ :class: large-4
+ :anchor: x86 Architecture
+
+ Build an Embassy on an x86 machine
+
+.. toctree::
+ :hidden:
+ :maxdepth: 1
+
+ diy-arm
+ diy-x86
+
+Appreciate what we're doing? Please consider a `donation to Start9 `_.
diff --git a/site/source/index.rst b/site/source/index.rst
index 5be628e..840276a 100644
--- a/site/source/index.rst
+++ b/site/source/index.rst
@@ -23,7 +23,7 @@
:title: User Manual
:link: user-manual
:icon: scylla-icon scylla-icon--knowledge-base
- :class: large-6
+ :class: large-4
:anchor: View
Get started with your Embassy
@@ -32,11 +32,20 @@
:title: Support
:link: support
:icon: scylla-icon scylla-icon--support
- :class: large-6
+ :class: large-4
:anchor: Get help
Find answers to your questions
+.. topic-box::
+ :title: DIY
+ :link: diy
+ :icon: scylla-icon scylla-icon--memory-management
+ :class: large-4
+ :anchor: Build your own
+
+ Guides for builders, hackers, and tinkerers
+
.. topic-box::
:title: Learn
:link: learn
@@ -44,7 +53,7 @@
:class: large-4
:anchor: Get started
- Read our FAQ and learn about platform concepts
+ Read our FAQ, watch videos, and understand platform concepts
.. topic-box::
:title: Contribute
@@ -68,10 +77,6 @@
-.. raw:: html
-
-
-
.. This is for the side navigation display
.. toctree::
:maxdepth: 4
@@ -79,7 +84,7 @@
user-manual/index
support/index
+ diy/index
learn/index
contribute/index
developer-docs/index
- diy
diff --git a/site/source/user-manual/connecting/connecting-lan/lan-os/lan-mac.rst b/site/source/user-manual/connecting/connecting-lan/lan-os/lan-mac.rst
index 900156f..d6bd2f3 100644
--- a/site/source/user-manual/connecting/connecting-lan/lan-os/lan-mac.rst
+++ b/site/source/user-manual/connecting/connecting-lan/lan-os/lan-mac.rst
@@ -14,6 +14,12 @@ Video Guide:
:width: 60%
:alt: LAN setup prompt
+#. In the resulting box, choose "System" from the "Keychain" dropdown menu. Then click "Add."
+
+ .. figure:: /_static/images/ssl/macos/mac-lan-setup0.png
+ :width: 60%
+ :alt: System Keychain
+
#. Enter your computer password when prompted. It will be imported into your mac's keychain.
.. figure:: /_static/images/ssl/macos/certificate_untrusted.png
diff --git a/site/source/user-manual/flashing.rst b/site/source/user-manual/flashing.rst
deleted file mode 100644
index 069134f..0000000
--- a/site/source/user-manual/flashing.rst
+++ /dev/null
@@ -1,71 +0,0 @@
-.. _flashing:
-
-========
-Flashing
-========
-
-Getting embassyOS
------------------
-After building your device, you need a copy of embassyOS.
-
-* Visit the `latest embassyOS release page on Github