nextcloud-desktop/doc
Pablo Ariño Muñoz 0c1b9b9510 Changed critical free space to 512MB and free space to 1GB in code and documentation
Signed-off-by: Pablo Ariño Muñoz <progpabarino@gmail.com>
2025-02-27 03:49:02 +00:00
..
_shared_assets
dev
images add some missing doc images in a valid path 2025-01-21 09:02:12 +01:00
scripts
advancedusage.rst
architecture.rst
autoupdate.rst
building.rst add some missing doc images in a valid path 2025-01-21 09:02:12 +01:00
CMakeLists.txt
conf.py master branch will be 3.16.0 future release 2024-11-22 12:05:06 +01:00
conffile.rst
conflicts.rst
envvars.rst Changed critical free space to 512MB and free space to 1GB in code and documentation 2025-02-27 03:49:02 +00:00
faq.rst
glossary.rst
index.rst Add starter documentation page on macOS VFS 2024-11-17 22:23:45 +08:00
installing.rst
introduction.rst
logo-blue.pdf
lowdiskspace.rst Changed critical free space to 512MB and free space to 1GB in code and documentation 2025-02-27 03:49:02 +00:00
macosvfs.rst Update macosvfs.rst 2025-01-13 09:55:38 +01:00
Makefile
massdeploymentcommandline.rst
navigating.rst
nextcloudcmd.rst
options-cmd.rst
options.rst
README.md
troubleshooting.rst
visualtour.rst
wizardaccountsetupcommandline.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/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.