Matthieu Gallien 72595cf88b prepare 3.8.0 release il y a 3 ans
..
_shared_assets 545a406997 Latest refinements il y a 8 ans
dev fe102f359c Build current documentation il y a 8 ans
images 39faeffe09 Add screenshots of the latest features. il y a 4 ans
scripts db24f60ae3 License: Adjust license of GPLv2 source files to GPLv2+ il y a 9 ans
CMakeLists.txt abac2c327e Fix cmake build of documentation il y a 7 ans
Makefile fe102f359c Build current documentation il y a 8 ans
README.md c3ff24faca Update README.md il y a 3 ans
advancedusage.rst fe102f359c Build current documentation il y a 8 ans
architecture.rst d42d3c057f Implement URI handler for local file editing il y a 3 ans
autoupdate.rst 804cef2bff Update autoupdater doc with info about the macOS autoupdater il y a 3 ans
building.rst ec64246dc7 Only build app bundle if requested il y a 4 ans
conf.py 72595cf88b prepare 3.8.0 release il y a 3 ans
conffile.rst 71dbd1103f Update documentation. il y a 3 ans
conflicts.rst c4e8211687 Change ownCloud reference to Nextcloud il y a 5 ans
envvars.rst 090d02a65f Documented the usage of environment variables. il y a 9 ans
faq.rst 2844c925eb Show a tray message when a folder watcher becomes unreliable #6119 il y a 7 ans
glossary.rst 78bfae45ae Mac OS X is now macOS il y a 7 ans
index.rst 4fa6fff1a9 Doc: Explaining conflict files and resolving them #6396 il y a 7 ans
installing.rst 95df4b98be Bump up minimum macOS version il y a 3 ans
introduction.rst 55067c55a7 Update improvements and news in the documentation il y a 4 ans
logo-blue.pdf 914df32587 Documentation: Fix PDF logo, version number il y a 10 ans
lowdiskspace.rst fe102f359c Build current documentation il y a 8 ans
navigating.rst 331b675571 docs: Replace "preceded" with "followed" il y a 3 ans
nextcloudcmd.rst 4927e48bf3 Update nextcloudcmd documentation. il y a 4 ans
options.rst f4b1ba45b8 Document --background il y a 4 ans
troubleshooting.rst 71dbd1103f Update documentation. il y a 3 ans
visualtour.rst 2b598d1820 Double-clicking tray icon opens currently-selected user's local folder (if available) il y a 3 ans

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.