1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-08-13 14:17:04 +02:00
Files
rakekniven dbe8dc303f Removed server versions as they are mostly outdated.
Addionally added link to server wiki page.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2022-01-12 10:56:29 +01:00
..
2018-02-01 15:57:37 +01:00
2018-01-29 01:19:47 +01:00
2018-01-29 01:19:47 +01:00
2021-11-29 14:57:18 +01:00
2018-06-04 11:44:03 +02:00
2018-01-29 01:19:47 +01:00
2018-01-29 01:19:47 +01:00
2021-06-02 21:22:59 +03:00
2021-03-01 15:26:32 +00:00
2021-07-16 12:42:02 +00: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/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.