Dimitri Papadopoulos 50c3700412 Fix typos found by codespell 2 gadi atpakaļ
..
_shared_assets 50c3700412 Fix typos found by codespell 2 gadi atpakaļ
dev 50c3700412 Fix typos found by codespell 2 gadi atpakaļ
images 39faeffe09 Add screenshots of the latest features. 4 gadi atpakaļ
scripts db24f60ae3 License: Adjust license of GPLv2 source files to GPLv2+ 9 gadi atpakaļ
CMakeLists.txt abac2c327e Fix cmake build of documentation 7 gadi atpakaļ
Makefile fe102f359c Build current documentation 8 gadi atpakaļ
README.md c3ff24faca Update README.md 3 gadi atpakaļ
advancedusage.rst cd0195128f Documentation for mass deployment and account wizard override. 2 gadi atpakaļ
architecture.rst d42d3c057f Implement URI handler for local file editing 3 gadi atpakaļ
autoupdate.rst 804cef2bff Update autoupdater doc with info about the macOS autoupdater 3 gadi atpakaļ
building.rst 50c3700412 Fix typos found by codespell 2 gadi atpakaļ
conf.py 50c3700412 Fix typos found by codespell 2 gadi atpakaļ
conffile.rst 50c3700412 Fix typos found by codespell 2 gadi atpakaļ
conflicts.rst 50c3700412 Fix typos found by codespell 2 gadi atpakaļ
envvars.rst 090d02a65f Documented the usage of environment variables. 9 gadi atpakaļ
faq.rst 4299b1e91d Update the documentation with information on how 'Edit locally' works. 2 gadi atpakaļ
glossary.rst 78bfae45ae Mac OS X is now macOS 7 gadi atpakaļ
index.rst 4fa6fff1a9 Doc: Explaining conflict files and resolving them #6396 7 gadi atpakaļ
installing.rst 95df4b98be Bump up minimum macOS version 3 gadi atpakaļ
introduction.rst 50c3700412 Fix typos found by codespell 2 gadi atpakaļ
logo-blue.pdf 914df32587 Documentation: Fix PDF logo, version number 10 gadi atpakaļ
lowdiskspace.rst fe102f359c Build current documentation 8 gadi atpakaļ
massdeploymentcommandline.rst cd0195128f Documentation for mass deployment and account wizard override. 2 gadi atpakaļ
navigating.rst 50c3700412 Fix typos found by codespell 2 gadi atpakaļ
nextcloudcmd.rst 360100844c Update nextcloudcmd.rst 2 gadi atpakaļ
options.rst f4b1ba45b8 Document --background 4 gadi atpakaļ
troubleshooting.rst 71dbd1103f Update documentation. 3 gadi atpakaļ
visualtour.rst 50c3700412 Fix typos found by codespell 2 gadi atpakaļ
wizardaccountsetupcommandline.rst cd0195128f Documentation for mass deployment and account wizard override. 2 gadi atpakaļ

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.

  • On macOS (via Homebrew):

    % 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.