Fix/updates (#82)

* style updats

* remove step from title

* add contents for small screen submenu display

* adjust footer
This commit is contained in:
Lucy C
2022-03-01 00:07:30 -07:00
committed by GitHub
parent 1b0165295a
commit 9a617ca9f2
56 changed files with 217 additions and 41 deletions

View File

@@ -4,6 +4,10 @@
Common Issues
=============
.. contents::
:depth: 2
:local:
Sometimes things don't go as planned. Check here for solutions to common problems with your Embassy.
Embassy will not boot

View File

@@ -4,6 +4,10 @@
Contact Us
==========
.. contents::
:depth: 2
:local:
Community Channels
------------------

View File

@@ -4,6 +4,10 @@
EOS Version 0.3.0 FAQ
=====================
.. contents::
:depth: 2
:local:
I'm trying to migrate my old Embassy data, but the device won't boot. What do I do?
------------------------------------------------------------------------------------
Remove the external drive and sd card adapter if they are plugged in. Boot the device with just the new (16GB) sd card inserted. After you hear the start-up sounds, you may plug in the external drive and old (128GB) sd card.

View File

@@ -4,6 +4,10 @@
Basic Use FAQ
=============
.. contents::
:depth: 2
:local:
Is it easy to use?
------------------
Yes! The Embassy is designed to be plugged into power and internet, and after a short setup, is immediately ready to use. Getting Services is as easy as getting apps for a smartphone.

View File

@@ -4,6 +4,10 @@
Bitcoin FAQ
===========
.. contents::
:depth: 2
:local:
Why does the Bitcoin service take so long to be ready?
------------------------------------------------------
On first install, the Bitcoin service must verify the entire history of transactions in order to verify transactions going forward. This can take up to a week depending on your internet connection. On a fast connection, you can expect 3-4 days. You can continue to use your Embassy normally in the meantime.

View File

@@ -4,6 +4,10 @@
Contributing FAQ
================
.. contents::
:depth: 2
:local:
We ❤️ contributions!
Please follow the guide `here <https://github.com/Start9Labs/embassy-os/blob/master/CONTRIBUTING.md>`_ and reach out to the `Community Dev <https://matrix.to/#/#community-dev:matrix.start9labs.com>`_ channel on Matrix with any questions.

View File

@@ -4,6 +4,10 @@
Embassy FAQ
===========
.. contents::
:depth: 2
:local:
Can I run EmbassyOS on a VPS or VM?
-----------------------------------
Yes, but we currently advise against this. It is designed to be used on a RaspberryPi, and at the moment this is the only supported way to run EOS.

View File

@@ -4,6 +4,10 @@
General FAQ
===========
.. contents::
:depth: 2
:local:
What is Start9Labs?
-------------------
Start9Labs is a small, but quickly growing group of builders based in Denver, CO that build Embassy and EmbassyOS.

View File

@@ -4,6 +4,10 @@
The Lightning Network FAQ
=========================
.. contents::
:depth: 2
:local:
Why would I want to run a lightning node?
-----------------------------------------
The Lightning Network (LN) is a second 'layer,' built on top of the Bitcoin Protocol. As a result all transactions on LN are backed up by the full security of the Bitcoin network. Lightning is designed for instant payments between nodes, but similar to running a Bitcoin node, running your own is the only way to be sovereign. When you have your own node, you will have the convenience of linking a Lightning wallet, for use on the go. It is also possible to earn an income (granted a very small one at this time), if you are willing to learn how to become a 'routing node.'

View File

@@ -1,13 +1,13 @@
.. _faq-service-packaging:
.. contents::
:depth: 3
:local:
=============
Packaging FAQ
=============
.. contents::
:depth: 2
:local:
Do I need programming experience to package a service for EmbassyOS?
--------------------------------------------------------------------
It would be helpful, but is not a pre-requisite. Linux, dev-ops, and/or systems administration experience would all be helpful as well. Keep in mind that everyone has to start somewhere, and perhaps your journey to development begins with packaging a service for EOS!

View File

@@ -4,6 +4,10 @@
Services FAQ
============
.. contents::
:depth: 2
:local:
What if I cannot connect to a Service?
--------------------------------------
Please make sure the service is started by viewing it in the Services tab in the Embassy dashboard menu. A green indicator bar should be visible.

View File

@@ -4,6 +4,10 @@
Setup and Troubleshooting FAQ
=============================
.. contents::
:depth: 2
:local:
What do I do first?
-------------------
Please check out the :ref:`Initial Setup <initial-setup>` page, and follow the instructions.