diff --git a/site/source/_static/images/walkthrough/connection_status_alive.png b/site/source/_static/images/walkthrough/connection_status_alive.png new file mode 100644 index 0000000..ff4c8ec Binary files /dev/null and b/site/source/_static/images/walkthrough/connection_status_alive.png differ diff --git a/site/source/_static/images/walkthrough/connection_status_connecting.png b/site/source/_static/images/walkthrough/connection_status_connecting.png new file mode 100644 index 0000000..4c28e86 Binary files /dev/null and b/site/source/_static/images/walkthrough/connection_status_connecting.png differ diff --git a/site/source/_static/images/walkthrough/connection_status_nointernet.png b/site/source/_static/images/walkthrough/connection_status_nointernet.png new file mode 100644 index 0000000..2a33252 Binary files /dev/null and b/site/source/_static/images/walkthrough/connection_status_nointernet.png differ diff --git a/site/source/_static/images/walkthrough/markettab.png b/site/source/_static/images/walkthrough/markettab.png index c27418b..788de35 100644 Binary files a/site/source/_static/images/walkthrough/markettab.png and b/site/source/_static/images/walkthrough/markettab.png differ diff --git a/site/source/_static/images/walkthrough/notiftab.png b/site/source/_static/images/walkthrough/notiftab.png index b70659f..050aa71 100644 Binary files a/site/source/_static/images/walkthrough/notiftab.png and b/site/source/_static/images/walkthrough/notiftab.png differ diff --git a/site/source/_static/images/walkthrough/systemtab.png b/site/source/_static/images/walkthrough/systemtab.png new file mode 100644 index 0000000..7d8e695 Binary files /dev/null and b/site/source/_static/images/walkthrough/systemtab.png differ diff --git a/site/source/_static/images/walkthrough/updatestab.png b/site/source/_static/images/walkthrough/updatestab.png new file mode 100644 index 0000000..bb997c2 Binary files /dev/null and b/site/source/_static/images/walkthrough/updatestab.png differ diff --git a/site/source/user-manual/dashboard-overview.rst b/site/source/user-manual/dashboard-overview.rst index bd6f32d..0a54e1b 100644 --- a/site/source/user-manual/dashboard-overview.rst +++ b/site/source/user-manual/dashboard-overview.rst @@ -8,6 +8,26 @@ Dashboard Overview :depth: 2 :local: +Connection Status +----------------- + +In the bottom left of your screen you can monitor whether or not you are connected to your Embassy. + +When connected it will look like this: + + .. figure:: /_static/images/walkthrough/connection_status_alive.png + :width: 60% + +When connecting it will look like this: + + .. figure:: /_static/images/walkthrough/connection_status_connecting.png + :width: 60% + +If you have no connection, it will look like this: + + .. figure:: /_static/images/walkthrough/connection_status_nointernet.png + :width: 60% + Services Tab ------------ @@ -16,23 +36,52 @@ Use this tab to view and access your installed services. .. figure:: /_static/images/walkthrough/servicestab.png :width: 60% -Embassy Tab +Marketplace Tab +--------------- + +Use this tab to access your preferred Marketplace, where you can discover and install new services, or update existing services. + +Check out a live version of Start9's Official Marketplace `here `_. + + .. figure:: /_static/images/walkthrough/markettab.png + :width: 60% + +Updates Tab +----------- + +Use this tab to update services. A green icon will appear next to this tab when a new update is available. + + .. figure:: /_static/images/walkthrough/updatestab.png + :width: 60% + +Notifications Tab +----------------- + +Notifications issued by embassyOS will appear in this tab. You can delete these notifications individually or all at once by clicking "Delete All". + + .. figure:: /_static/images/walkthrough/notiftab.png + :width: 60% + + +System Tab ----------- Use this tab to customize and manage your Embassy. - .. figure:: /_static/images/walkthrough/embassytab.png + .. figure:: /_static/images/walkthrough/systemtab.png :width: 60% +Read below for a summary of each section within the System Tab. + Backups ======= The Backups section allows you to create and restore :ref:`Embassy backups `. -Settings -======== +Manage +====== -The Settings section gives you access to :ref:`embassyOS Updates `, Device Preferences, :ref:`connecting-lan`, :ref:`ssh`, :ref:`wifi`, and :ref:`alt-marketplaces`. +The Manage section gives you access to :ref:`updating-eos`, Software Updates, Device Preferences, :ref:`connecting-lan`, :ref:`ssh`, :ref:`wifi`, and Service Sideloading. Insights ======== @@ -47,6 +96,10 @@ The Support section provides links to frequently asked questions as well as Star Power ===== +* **Log Out** + + * This will log you out and return you to the log in screen. + * **Restart** * Be patient while services shut down. A *tune* will play, indicating the shutdown is complete. @@ -64,18 +117,5 @@ Power This action will tear down all service containers and rebuild them from scratch. No data will be deleted. This action is useful if your system gets into a bad state, and it should only be performed if you are experiencing general performance or reliability issues. It may take multiple minutes to complete. During this time, you will lose all connectivity to your Embassy. -Marketplace Tab ---------------- -Use this tab to access your preferred Marketplace, where you can discover and install new services, or update existing services. Check out the `live Marketplace `_. - .. figure:: /_static/images/walkthrough/markettab.png - :width: 60% - -Notifications Tab ------------------ - -Notifications issued by embassyOS will appear in this tab. You can delete these notifications individually or all at once by clicking "Delete All". - - .. figure:: /_static/images/walkthrough/notiftab.png - :width: 60%