desktop/doc
Claudio Cambra 804cef2bff Update autoupdater doc with info about the macOS autoupdater
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-05-24 16:32:46 +02:00
..
_shared_assets
dev
images Add screenshots of the latest features. 2022-01-11 11:40:15 +00:00
scripts
CMakeLists.txt Fix cmake build of documentation 2018-11-05 10:56:21 +01:00
Makefile
README.md Update OSX build instructions 2021-03-01 15:26:32 +00:00
advancedusage.rst
architecture.rst Add screenshots of the latest features. 2022-01-11 11:40:15 +00:00
autoupdate.rst Update autoupdater doc with info about the macOS autoupdater 2022-05-24 16:32:46 +02:00
building.rst Only build app bundle if requested 2021-11-23 11:41:29 +00:00
conf.py future 3.6.0 version development begins 2022-05-02 18:35:40 +02:00
conffile.rst Set default maxChunkSize to 1000MB 2021-07-30 07:00:09 +00:00
conflicts.rst Change ownCloud reference to Nextcloud 2020-07-19 11:36:34 -07:00
envvars.rst
faq.rst Show a tray message when a folder watcher becomes unreliable #6119 2018-08-28 17:04:25 +02:00
glossary.rst Mac OS X is now macOS 2018-06-04 11:44:03 +02:00
index.rst Doc: Explaining conflict files and resolving them #6396 2018-07-03 10:18:20 +02:00
installing.rst Bump up minimum macOS version 2022-05-23 13:22:50 +02:00
introduction.rst Update improvements and news in the documentation 2021-07-28 12:59:36 +00:00
logo-blue.pdf
lowdiskspace.rst
navigating.rst docs: Replace "preceded" with "followed" 2022-05-06 09:26:10 +02:00
nextcloudcmd.rst Update nextcloudcmd documentation. 2021-08-26 10:38:06 +03:00
options.rst Document --background 2021-06-02 21:22:59 +03:00
troubleshooting.rst Use dav instead of webdav 2021-07-16 12:42:02 +00:00
visualtour.rst Add screenshots of the latest features. 2022-01-11 11:40:15 +00:00

README.md

Desktop client documentation

The main nextcloud Documentation is found at https://github.com/nextcloud/documentation

The rst files from the current stable branch will be parsed with sphinx to be used at https://docs.nextcloud.com/desktop/3.0/

Dependencies

You will need to have Sphinx, which comes packaged with Python 3.

In addition, run the following to install PdfLatex and Doxygen.

  • On Linux:
$ sudo apt install doxygen python texlive-latex-base texlive-latex-extra

Note: You may use something other than apt depending on your distribution.

% brew install basictex doxygen python

How to build the documentation

In your repositories directory:

$ git clone https://github.com/nextcloud/desktop.git
$ cd desktop
$ cd doc
$ sphinx-build -b html -D html_theme='nextcloud_com' -d _build/doctrees   . _build/html/com

The documentation html files will be at desktop/docs/_build/html/com.