mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
doc: Make fit for use with make latexpdf
This commit is contained in:
parent
6a33b6ec33
commit
f607cf55c6
3 changed files with 4 additions and 9 deletions
|
@ -46,7 +46,7 @@ the ``%RESOURCES`` placeholder (note the single ``%``!).
|
|||
|
||||
Example::
|
||||
|
||||
``%RESOURCES/custom/myimage_top.png
|
||||
%RESOURCES/custom/myimage_top.png
|
||||
|
||||
.. note:: ``%RESOURCES`` is currently undefined on Linux, it points to the
|
||||
directory location of ``custom.ini`` on all other platforms.
|
||||
|
|
|
@ -20,8 +20,3 @@ Contents
|
|||
troubleshooting
|
||||
glossary
|
||||
|
||||
Index
|
||||
=====
|
||||
|
||||
* :ref:`genindex`
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ Command line switches
|
|||
ownCloud Client supports the following command line switches:
|
||||
|
||||
+--------------------------+------------------------------------------------+
|
||||
+ Switch | Action |
|
||||
| Switch | Action |
|
||||
+==========================+================================================+
|
||||
| ``--logwindow`` | open a window to show log output at startup. |
|
||||
+--------------------------+------------------------------------------------+
|
||||
|
@ -45,7 +45,7 @@ It contains settings in the ini file format known from Windows.
|
|||
These are config settings that may be changed:
|
||||
|
||||
+---------------------------+-----------+--------------+-----------+-----------------------------------------------------+
|
||||
+ Setting | Data Type | Unit | Default | Description |
|
||||
| Setting | Data Type | Unit | Default | Description |
|
||||
+===========================+===========+==============+===========+=====================================================+
|
||||
| ``remotePollinterval`` | integer | milliseconds | ``30000`` | Poll time for the remote repository |
|
||||
+---------------------------+-----------+--------------+-----------+-----------------------------------------------------+
|
||||
|
|
Loading…
Reference in a new issue