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

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.