desktop/doc
Claudio Cambra 20ec036498 Add section on configuration for macosvfs docs
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-11-17 22:23:45 +08:00
..
_shared_assets
dev Remove duplicated instructions. 2024-05-14 10:28:17 +02:00
images Add section on configuration for macosvfs docs 2024-11-17 22:23:45 +08:00
scripts
CMakeLists.txt
Makefile
README.md
advancedusage.rst Fix header underline warnings in docs 2024-08-22 11:05:59 +02:00
architecture.rst
autoupdate.rst
building.rst Improve text about %PATH% and KDE Craft. 2024-05-14 10:28:17 +02:00
conf.py master is now the next feature release (i.e. v3.15.0) 2024-08-23 11:19:08 +02:00
conffile.rst docs: conf file option moveToTrash is no longer Linux specific 2024-08-28 11:38:02 +02:00
conflicts.rst
envvars.rst
faq.rst Extend 'How the "Edit locally" functionality works' text. 2024-05-15 15:42:23 +02:00
glossary.rst
index.rst Add starter documentation page on macOS VFS 2024-11-17 22:23:45 +08:00
installing.rst update doc with install requirements for Qt6 supported platforms 2024-05-15 15:49:53 +02:00
introduction.rst
logo-blue.pdf
lowdiskspace.rst
macosvfs.rst Add section on configuration for macosvfs docs 2024-11-17 22:23:45 +08:00
massdeploymentcommandline.rst
navigating.rst
nextcloudcmd.rst Update doc/nextcloudcmd.rst 2024-11-15 09:25:42 +01:00
options-cmd.rst Incorporate doc fixes from pull request #6122 2024-10-18 13:33:59 +08:00
options.rst
troubleshooting.rst Add section on Apple ATS to docs troubleshooting section 2024-11-14 15:46:38 +08:00
visualtour.rst Fix new typos found by codespell 2023-09-17 10:41:38 +02:00
wizardaccountsetupcommandline.rst Fix string warning in account setup commandline doc 2024-08-22 11:05:59 +02: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/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.