diff --git a/site/source/_static/images/services/acts.png b/site/source/_static/images/services/acts.png index 0ec5cfb..b204e57 100644 Binary files a/site/source/_static/images/services/acts.png and b/site/source/_static/images/services/acts.png differ diff --git a/site/source/_static/images/services/config.png b/site/source/_static/images/services/config.png index ddd6fda..49020a6 100644 Binary files a/site/source/_static/images/services/config.png and b/site/source/_static/images/services/config.png differ diff --git a/site/source/_static/images/services/instruct.png b/site/source/_static/images/services/instruct.png index fb24754..0af016d 100644 Binary files a/site/source/_static/images/services/instruct.png and b/site/source/_static/images/services/instruct.png differ diff --git a/site/source/_static/images/services/logs.png b/site/source/_static/images/services/logs.png index a2cb36f..b9d2471 100644 Binary files a/site/source/_static/images/services/logs.png and b/site/source/_static/images/services/logs.png differ diff --git a/site/source/_static/images/services/props.png b/site/source/_static/images/services/props.png index d840268..63ecf89 100644 Binary files a/site/source/_static/images/services/props.png and b/site/source/_static/images/services/props.png differ diff --git a/site/source/_static/images/services/service-instruct.png b/site/source/_static/images/services/service-instruct.png index 7914732..819fcd7 100644 Binary files a/site/source/_static/images/services/service-instruct.png and b/site/source/_static/images/services/service-instruct.png differ diff --git a/site/source/_static/images/services/service-ints.png b/site/source/_static/images/services/service-ints.png index 0f32590..f60ce8a 100644 Binary files a/site/source/_static/images/services/service-ints.png and b/site/source/_static/images/services/service-ints.png differ diff --git a/site/source/_static/images/services/service-needs-config.png b/site/source/_static/images/services/service-needs-config.png index 2ecb07f..0df117e 100644 Binary files a/site/source/_static/images/services/service-needs-config.png and b/site/source/_static/images/services/service-needs-config.png differ diff --git a/site/source/_static/images/services/service0.png b/site/source/_static/images/services/service0.png index 79e0992..3d072d1 100644 Binary files a/site/source/_static/images/services/service0.png and b/site/source/_static/images/services/service0.png differ diff --git a/site/source/_static/images/services/service00.png b/site/source/_static/images/services/service00.png index c0b64a4..e5e6c19 100644 Binary files a/site/source/_static/images/services/service00.png and b/site/source/_static/images/services/service00.png differ diff --git a/site/source/_static/images/services/service1.png b/site/source/_static/images/services/service1.png index e23eb3d..47117ba 100644 Binary files a/site/source/_static/images/services/service1.png and b/site/source/_static/images/services/service1.png differ diff --git a/site/source/_static/images/services/service2.png b/site/source/_static/images/services/service2.png index 6e78e2d..4fae670 100644 Binary files a/site/source/_static/images/services/service2.png and b/site/source/_static/images/services/service2.png differ diff --git a/site/source/_static/images/services/service3.png b/site/source/_static/images/services/service3.png index 8493aee..7f94468 100644 Binary files a/site/source/_static/images/services/service3.png and b/site/source/_static/images/services/service3.png differ diff --git a/site/source/_static/images/services/service4.png b/site/source/_static/images/services/service4.png index 318a73d..29c0417 100644 Binary files a/site/source/_static/images/services/service4.png and b/site/source/_static/images/services/service4.png differ diff --git a/site/source/_static/images/services/service5.png b/site/source/_static/images/services/service5.png index 20b6fbf..0863a4c 100644 Binary files a/site/source/_static/images/services/service5.png and b/site/source/_static/images/services/service5.png differ diff --git a/site/source/_static/images/services/update-marketplace-listing.png b/site/source/_static/images/services/update-marketplace-listing.png new file mode 100644 index 0000000..b6d4c18 Binary files /dev/null and b/site/source/_static/images/services/update-marketplace-listing.png differ diff --git a/site/source/_static/images/services/updatestab2.png b/site/source/_static/images/services/updatestab2.png new file mode 100644 index 0000000..ecb93bc Binary files /dev/null and b/site/source/_static/images/services/updatestab2.png differ diff --git a/site/source/user-manual/managing-services.rst b/site/source/user-manual/managing-services.rst index 3382204..fb3da5a 100644 --- a/site/source/user-manual/managing-services.rst +++ b/site/source/user-manual/managing-services.rst @@ -44,8 +44,9 @@ Installing a Service .. figure:: /_static/images/services/service2.png :width: 60% + -* You may click *View Service* at any time to view install progress. +* You may click *View Installed* at any time to view install progress. .. figure:: /_static/images/services/service3.png :width: 60% @@ -55,7 +56,13 @@ Updating a Service .. note:: embassyOS will **NEVER** update a service without your consent. -To see if an update is available for a service, you can visit the *Updates* section of the Marketplace or by visiting its Marketplace listing. +To see if an update is available for a service, you can visit the *Updates* tab or visit the service's Marketplace listing. + + .. figure:: /_static/images/services/updatestab2.png + :width: 60% + + .. figure:: /_static/images/services/update-marketplace-listing.png + :width: 60% If an update is available, simply click "Update" and confirm the action. @@ -114,19 +121,6 @@ Properties can contain both static and dynamic information about a service. They * a **copy** icon for copying the value to your clipboard. * a **QR** icon for viewing the value as a QR code. -Service Interfaces ------------------- - -Interfaces are URLs that an installed service uses to communicate in various ways with other software. Many Services will only have one interface, perhaps with a Tor and LAN address, to denote where it is hosted / accessed. Other services, such as Bitcoin or Lightning Nodes, may have several interfaces for different use cases. - -.. figure:: /_static/images/services/service-ints.png - :width: 60% - -* To view the Interfaces for a particular service, navigate to *Services > [Service Name] > Properties*. From there you can copy a URL to your clipboard for use with external software. - -.. figure:: /_static/images/services/service-ints0.png - :width: 60% - Service Actions --------------- @@ -149,6 +143,16 @@ Custom Actions Service developers can define any number of arbitrary actions for their service. +Service Interfaces +------------------ + +Interfaces are URLs that an installed service uses to communicate in various ways with other software. Many Services will only have one interface, perhaps with a Tor and LAN address, to denote where it is hosted / accessed. Other services, such as Bitcoin or Lightning Nodes, may have several interfaces for different use cases. + +.. figure:: /_static/images/services/service-ints.png + :width: 60% + +* To view the Interfaces for a particular service, go to *Services > [Service Name] > Interfaces* + Service logs ------------