nextcloud-desktop/doc
BMerz c3ff24faca Update README.md
Signed-off-by: BMerz <benedikt.merz@web.de>
2022-09-10 11:51:46 +02:00
..
_shared_assets
dev
images
scripts
advancedusage.rst
architecture.rst Implement URI handler for local file editing 2022-08-03 11:38:33 +03:00
autoupdate.rst
building.rst
CMakeLists.txt
conf.py master is now 3.6.50 2022-09-06 09:35:09 +02:00
conffile.rst Update documentation. 2022-06-22 16:10:19 +02:00
conflicts.rst
envvars.rst
faq.rst
glossary.rst
index.rst
installing.rst
introduction.rst
logo-blue.pdf
lowdiskspace.rst
Makefile
navigating.rst
nextcloudcmd.rst
options.rst
README.md Update README.md 2022-09-10 11:51:46 +02:00
troubleshooting.rst Update documentation. 2022-06-22 16:10:19 +02:00
visualtour.rst Double-clicking tray icon opens currently-selected user's local folder (if available) 2022-08-02 19:06:44 +02:00

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/latest/

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.