nextcloud-desktop/doc
Felix Weilbach 65f2fd2450 Add documentation for user status selector dialog
Fixes #3770

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-17 08:22:52 +00:00
..
_shared_assets
dev
images Add documentation for user status selector dialog 2021-09-17 08:22:52 +00:00
scripts
advancedusage.rst
architecture.rst
autoupdate.rst
building.rst
CMakeLists.txt
conf.py
conffile.rst
conflicts.rst
envvars.rst
faq.rst
glossary.rst
index.rst
installing.rst
introduction.rst
logo-blue.pdf
lowdiskspace.rst
Makefile
navigating.rst Add documentation for user status selector dialog 2021-09-17 08:22:52 +00:00
nextcloudcmd.rst
options.rst
README.md
troubleshooting.rst
visualtour.rst

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.