From 268bf1c4af9ec637ca93f41907f3f3316a39126f Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Mon, 14 Feb 2022 18:44:43 -0700 Subject: [PATCH] fix promo banner, delete old folders --- site/source/conf.py | 5 +- site/source/contributing/index.rst | 17 ----- site/source/getting-started/diy.rst | 92 --------------------------- site/source/getting-started/index.rst | 19 ------ site/source/index.rst | 2 +- site/source/misc-guides/index.rst | 21 ------ sphinx-scylladb-theme | 2 +- 7 files changed, 4 insertions(+), 154 deletions(-) delete mode 100644 site/source/contributing/index.rst delete mode 100644 site/source/getting-started/diy.rst delete mode 100644 site/source/getting-started/index.rst delete mode 100644 site/source/misc-guides/index.rst diff --git a/site/source/conf.py b/site/source/conf.py index de0e9cf..352c4f7 100644 --- a/site/source/conf.py +++ b/site/source/conf.py @@ -96,11 +96,10 @@ html_theme_options = { "conf_py_path": "docs/source/", "banner_button_text": "Learn more", "banner_button_url": "https://docs.start9.com/latest", - "banner_icon_path": "_static/logo.png", - "banner_title_text": "Start9 0.3.0 is now released 🥳", + "banner_title_text": "EmbassyOS 0.3.0 is now released 🥳", "hide_edit_this_page_button": "false", "hide_sidebar_index": "true", - "hide_banner": "true", + "hide_banner": "false", "hide_version_dropdown": [], "github_issues_repository": "Start9Labs/documentation", "github_repository": "Start9Labs/documentation", diff --git a/site/source/contributing/index.rst b/site/source/contributing/index.rst deleted file mode 100644 index b1f0bab..0000000 --- a/site/source/contributing/index.rst +++ /dev/null @@ -1,17 +0,0 @@ -Contributing -============ - -.. toctree:: - :maxdepth: 2 - :hidden: - - embassyos - services/index - -.. panel-box:: - :title: Overview - :id: contributing - :class: my-panel - - * :doc:`Developer Contributions ` - Learn how you can contribute to EmbassyOS - * :doc:`Service Packaging Guide ` - Learn more about packaging services for EmbassyOS \ No newline at end of file diff --git a/site/source/getting-started/diy.rst b/site/source/getting-started/diy.rst deleted file mode 100644 index 044afe4..0000000 --- a/site/source/getting-started/diy.rst +++ /dev/null @@ -1,92 +0,0 @@ -.. _diy: - -********* -DIY Guide -********* - -.. figure:: /_static/images/diy/pi.png - :width: 40% - :alt: Raspberry Pi - - Raspberry Pi Board - -By popular demand, we are pleased to present this "Do it Yourself" (DIY) guide for the Start9 Embassy personal server! - -.. warning:: This DIY guide has directions for EmbassyOS version 0.2.x. When 0.3.0 launches it will REQUIRE hardware updates, which you can find `here `__. Please keep in mind that version 0.3.x is not yet available for purchase or DIY!! Please stay tuned to our community channels for updates. - -Motivation -========== - -There are four reasons you might prefer to build your own Embassy instead of purchasing one from us. - -#. You already own the necessary hardware and would like to re-purpose it. - -#. You live outside the US and want to save on shipping costs. - -#. You do not trust Start9's supply chain. - -#. You do not want to share your shipping address. - -#. You just like building things. - -Building an Embassy -=================== - -.. Hardware: Components -.. -------------------- - -.. #. `Raspberry Pi 4B (8GB) `_ -.. #. `Power supply for Raspberry Pi 4B `_ Make sure this is at minimum 15w and 3.5a. -.. #. Case for Raspberry Pi 4B (`passive cooling recommended `_ `*`) -.. #. A `16GB microSD card `_ (no need for bigger). If you have ABSOLUTELY NO data to migrate, you may choose to re-use the card already in your Embassy. -.. #. `GPIO mini speaker/buzzer `_ (These often sell out, please let us know if this link needs to be refreshed) -.. #. Ethernet cable -.. #. MicroSD → USB adapter (or you may have a microSD port on your computer) -.. #. An external drive (1TB minimum, 2TB SSD recommended), or an `internal drive `_ with an `USB enclosure `_, as sold with our upgrade kits. MUST CONNECT OVER USB 3.0 - -.. `*` If you use a fan, **DO NOT** use the official Raspberry Pi fan, as it requires the same GPIO pins as the audio speaker. Instead, we recommend `this fan `_. - -.. Hardware: Assembly Instructions -.. ------------------------------- - -.. #. Insert mini speaker/buzzer into GPIO pins 6/8/10/12 with the word "speaker" facing out, `away from the board`. - -.. .. figure:: /_static/images/diy/pins.png -.. :width: 60% -.. :alt: Speaker board spec - -.. #. Place the Raspberry Pi 4 board (with speaker attached), into its case. -.. #. Plug in the external drive to one of the USB 3.0 (blue) slots - -.. Getting EmbassyOS: Purchasing -.. ----------------------------- - -.. You can purchase EmbassyOS `here `_. This is by far the easiest path to get up and running. - -.. Depending on your Internet speed, the download should take between 5 and 30 minutes. - -.. Getting EmbassyOS: Building from Source -.. --------------------------------------- - -.. A detailed build guide will be available around the time of the v0.3.0 release (or now, if you snoop around our GitHub long enough). - -.. Installing EmbassyOS -.. -------------------- - -.. Whether you purchase EmbassyOS from us or build it yourself, you need to flash it onto a microSD card. - -.. #. Download `balenaEtcher `_ onto your Mac, Windows, or Linux computer. -.. #. Insert the microSD card into your computer, either directly or using an adapter. -.. #. Open balenaEtcher. -.. #. Click `Select Image`, then find and select your copy of EmbassyOS. -.. #. Click `Select Target`, then find and select your micro SD card. -.. #. Click `Flash!` You may be asked to (1) approve the unusually large disk target or (2) enter your password. Both are normal. - -.. .. figure:: /_static/images/diy/balena.png -.. :width: 60% -.. :alt: Balena Etcher Dashboard - -.. #. Once the image is flashed and verified, you may remove the micro SD, insert it into your Embassy, and power up the device. -.. #. The Embassy is now ready for use, and you may following the normal :ref:`setup ` instructions. ``*`` - -.. ``*`` The first time you power it on, your Embassy will make more noises than future attempts, and it may take several minutes to finally complete. diff --git a/site/source/getting-started/index.rst b/site/source/getting-started/index.rst deleted file mode 100644 index 943051f..0000000 --- a/site/source/getting-started/index.rst +++ /dev/null @@ -1,19 +0,0 @@ -Getting Started -=============== - -.. toctree:: - :maxdepth: 2 - :hidden: - - introduction - purchasing - diy - -.. panel-box:: - :title: Overview - :id: "getting-started" - :class: my-panel - - * :doc:`Introduction ` - Welcome to the future of sovereign computing - * :doc:`Purchasing ` - Ways to acquire an Embassy or EmbassyOS - * :doc:`DIY Guide ` - A guide on building your own Embassy \ No newline at end of file diff --git a/site/source/index.rst b/site/source/index.rst index f36087c..107fbf1 100644 --- a/site/source/index.rst +++ b/site/source/index.rst @@ -128,7 +128,7 @@