Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorallexzander <blackslayer4@gmail.com>2021-04-16 10:29:42 +0300
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>2021-04-16 17:04:28 +0300
commit988e928d74ead8559da60d7f8f2cb33217b35807 (patch)
tree91690105d782a73f0a8350b2fcd8f4c0b2ce9932 /doc
parent7d9d75e90a7411f26afc1d48662f3c8b2750aaa4 (diff)
Documentation. Fix incorrect image elements.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/architecture.rst b/doc/architecture.rst
index 02218e564..07bb1a317 100644
--- a/doc/architecture.rst
+++ b/doc/architecture.rst
@@ -385,12 +385,12 @@ The VFS does not occupy much space on the user's storage. It just creates placeh
One will see a hydration (in other words - file download) process when double-clicking on a file that must become available. There will be a progress-bar popup displayed if the file is large enough. So, the hydration process can be observed and it makes it easy to then find out, how long, it would take to fetch the actual file from the server.
The "Hydration" can be thought of as "downloading" or "fetching" the file contents. As soon as hydration is complete, the file will then be opened normally as now it is a real file on the user's storage. It won't disappear, and, from now on, will always be available, unless it is manually dehydrated.
-.. figure:: images/vfs_hydration_progress_bar.png
+.. image:: images/vfs_hydration_progress_bar.png
:alt: VFS hydration progress bar
As long as the VFS is enabled, a user can choose to remove files that are no longer needed from the local storage. This can be achieved by right-clicking the file/folder in the explorer, and then, choosing "Free up local space" from the context menu.
Alternatively, space can be freed up by right-clicking the sync folder in the Settings dialog. It is also possible to make files always hydrated, or, in other words, always available locally. A user just needs to choose the "Make always available locally" option in the aforementioned context menus.
-.. figure:: images/vfs_context_menu_options.png
+.. image:: images/vfs_context_menu_options.png
:alt: VFS context menu options
The VFS can also be disabled if needed, so, the entire folder will then be synced normally. This option is available in the context menu of a sync folder in the Settings dialog. Once disabled, the VFS can also be enabled back by using the same context menu.
@@ -401,5 +401,5 @@ User Status
Starting from 3.2.0, user status is displayed in the Nextcloud desktop client's tray window. The icon and a text message are displayed as long as those are set in the user's account menu in the Web UI (server's website). At the moment, setting the status from the desktop client is not available.
The status is updated almost immediately after it is set in the Web UI. Default user status is always "Online" if no other status is available from the server-side.
-.. figure:: images/status_feature_example.png
+.. image:: images/status_feature_example.png
:alt: User Status feature in the tray window