desktop/doc
Matthieu Gallien 20357ca7fa Revert "Add CMake option to enable address sanitizers"
This reverts commit 3000e26640.

This was not intended for a direct push

Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
2021-04-19 17:54:09 +02:00
..
_shared_assets
dev
images Added documentation for VFS and Status Feature. 2021-04-13 10:18:27 +03: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 Documentation. Fix incorrect syntax warnings and incorrect indentation before image elements. 2021-04-19 10:32:53 +03:00
autoupdate.rst Update autoupdate.rst 2020-01-30 10:12:56 +01:00
building.rst Revert "Add CMake option to enable address sanitizers" 2021-04-19 17:54:09 +02:00
conf.py Update copyright date and version displayed in the page title. 2020-08-25 18:50:14 +00:00
conffile.rst Remove maxLogLines config option 2020-12-15 10:58:55 +01: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
index.rst
installing.rst Documentation. Fix incorrect syntax warnings and incorrect indentation before image elements. 2021-04-19 10:32:53 +03:00
introduction.rst
logo-blue.pdf
lowdiskspace.rst
navigating.rst Correct incorrect reference to OSX Menu bar 2020-12-15 10:57:52 +01:00
nextcloudcmd.rst Documentation. Fix incorrect syntax warnings and incorrect indentation before image elements. 2021-04-19 10:32:53 +03:00
options.rst Documentation. Fix incorrect syntax warnings and incorrect indentation before image elements. 2021-04-19 10:32:53 +03:00
troubleshooting.rst Documentation: break line in config example. 2021-02-02 10:51:34 +01:00
visualtour.rst Change »Details…« to »View more activity…« 2019-05-28 01:14:31 +03: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.