mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Rewrite a couple of small sections, clarify that images cannot have captions.
This commit is contained in:
parent
33d45dcf68
commit
9d0072bdcd
@ -119,8 +119,9 @@ form on the Nextcloud admin page, narrow your Web browser to fold the fields
|
||||
into a smaller space, because a long skinny graphic is not very readable. Think
|
||||
square.
|
||||
|
||||
All images must have alt tags, which are brief and descriptive, and figure
|
||||
numbers. Sphinx RST markup does not have a tag for figure numbers, so you must
|
||||
Both images and figures must have brief and descriptive alt tags and all
|
||||
figures must have captions with figure numbers. Sphinx RST markup does not
|
||||
have a tag for figure numbers, so you must
|
||||
use the caption element. You may use simple numbering like "Figure 1, Figure 2",
|
||||
or add a caption. Captions must follow a blank line and be italicized, like this example::
|
||||
|
||||
|
||||
@ -11,20 +11,19 @@ recommended way of connecting client devices to your Nextcloud servers.
|
||||
Nextcloud Desktop and Mobile Clients
|
||||
------------------------------------
|
||||
|
||||
The recommended method for keeping your desktop PC synchronized with your
|
||||
Nextcloud server is by using the `Nextcloud/ownCloud sync clients
|
||||
<https://nextcloud.com/install/#install-clients>`_. You can configure the client
|
||||
to save files in any local directory you want, and you choose which directories
|
||||
on the Nextcloud server to sync with. The client displays the current connection
|
||||
status and logs all activity, so you always know which remote files have been
|
||||
downloaded to your PC, and you can verify that files created and updated on your
|
||||
local PC are properly synchronized with the server.
|
||||
The recommended way to synchronize a desktop PC with a Nextcloud server is by
|
||||
using `Nextcloud/ownCloud sync clients <https://nextcloud.com/install/#install-clients>`_. You can configure the
|
||||
client to save files in any local directory and you can choose which
|
||||
directories on the Nextcloud server to sync with. The client displays the
|
||||
current connection status and logs all activity, so you always know which
|
||||
remote files have been downloaded to your PC and you can verify that files
|
||||
created and updated on your local PC are properly synchronized with the server.
|
||||
|
||||
The recommended method for syncing your Nextcloud server with Android and
|
||||
The recommended way to synchronize Nextcloud server with Android and
|
||||
Apple iOS devices is by using the `mobile apps
|
||||
<https://nextcloud.com/install/>`_.
|
||||
|
||||
To connect to your Nextcloud server with the mobile apps, use the
|
||||
To connect your mobile app to a Nextcloud server use the
|
||||
base URL and folder only::
|
||||
|
||||
example.com/nextcloud
|
||||
|
||||
Loading…
Reference in New Issue
Block a user