Felix Weilbach 166638b87f Update navigating section in documentation vor 4 Jahren
..
_shared_assets 545a406997 Latest refinements vor 8 Jahren
dev fe102f359c Build current documentation vor 8 Jahren
images 166638b87f Update navigating section in documentation vor 4 Jahren
scripts db24f60ae3 License: Adjust license of GPLv2 source files to GPLv2+ vor 9 Jahren
CMakeLists.txt abac2c327e Fix cmake build of documentation vor 7 Jahren
Makefile fe102f359c Build current documentation vor 8 Jahren
README.md b33ea05271 Update OSX build instructions vor 5 Jahren
advancedusage.rst fe102f359c Build current documentation vor 8 Jahren
architecture.rst 21d39dea87 Documentation. Fix incorrect syntax warnings and incorrect indentation before image elements. vor 4 Jahren
autoupdate.rst 4e83f3d525 Update autoupdate.rst vor 6 Jahren
building.rst e2d0481c64 Add CMake option to enable address sanitizers vor 4 Jahren
conf.py 55f91e2cb7 update version of documentation to the latest release (v3.2.1) vor 4 Jahren
conffile.rst 18e1098e38 Remove maxLogLines config option vor 5 Jahren
conflicts.rst c4e8211687 Change ownCloud reference to Nextcloud vor 5 Jahren
envvars.rst 090d02a65f Documented the usage of environment variables. vor 9 Jahren
faq.rst 2844c925eb Show a tray message when a folder watcher becomes unreliable #6119 vor 7 Jahren
glossary.rst 78bfae45ae Mac OS X is now macOS vor 7 Jahren
index.rst 4fa6fff1a9 Doc: Explaining conflict files and resolving them #6396 vor 7 Jahren
installing.rst 0a19a2996e Update system requirements in documentation vor 4 Jahren
introduction.rst 0aca5d616c update the news part of documentation with improvements from 3.2 release vor 4 Jahren
logo-blue.pdf 914df32587 Documentation: Fix PDF logo, version number vor 10 Jahren
lowdiskspace.rst fe102f359c Build current documentation vor 8 Jahren
navigating.rst 166638b87f Update navigating section in documentation vor 4 Jahren
nextcloudcmd.rst 21d39dea87 Documentation. Fix incorrect syntax warnings and incorrect indentation before image elements. vor 4 Jahren
options.rst f4b1ba45b8 Document --background vor 4 Jahren
troubleshooting.rst 3087a09c45 Documentation: break line in config example. vor 5 Jahren
visualtour.rst 2c556857e0 Update visual tour in documentation vor 4 Jahren

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

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