rakekniven dbe8dc303f Removed server versions as they are mostly outdated. 4 år sedan
..
_shared_assets 545a406997 Latest refinements 8 år sedan
dev fe102f359c Build current documentation 8 år sedan
images 39faeffe09 Add screenshots of the latest features. 4 år sedan
scripts db24f60ae3 License: Adjust license of GPLv2 source files to GPLv2+ 9 år sedan
CMakeLists.txt abac2c327e Fix cmake build of documentation 7 år sedan
Makefile fe102f359c Build current documentation 8 år sedan
README.md b33ea05271 Update OSX build instructions 5 år sedan
advancedusage.rst fe102f359c Build current documentation 8 år sedan
architecture.rst 39faeffe09 Add screenshots of the latest features. 4 år sedan
autoupdate.rst 41ecb2c160 macOS client is not able to do auto updates 4 år sedan
building.rst ec64246dc7 Only build app bundle if requested 4 år sedan
conf.py cbed4786be Bump version to 3.4.50. 4 år sedan
conffile.rst 2c95b9519c Set default maxChunkSize to 1000MB 4 år sedan
conflicts.rst c4e8211687 Change ownCloud reference to Nextcloud 5 år sedan
envvars.rst 090d02a65f Documented the usage of environment variables. 9 år sedan
faq.rst 2844c925eb Show a tray message when a folder watcher becomes unreliable #6119 7 år sedan
glossary.rst 78bfae45ae Mac OS X is now macOS 7 år sedan
index.rst 4fa6fff1a9 Doc: Explaining conflict files and resolving them #6396 7 år sedan
installing.rst dbe8dc303f Removed server versions as they are mostly outdated. 4 år sedan
introduction.rst 55067c55a7 Update improvements and news in the documentation 4 år sedan
logo-blue.pdf 914df32587 Documentation: Fix PDF logo, version number 10 år sedan
lowdiskspace.rst fe102f359c Build current documentation 8 år sedan
navigating.rst 65f2fd2450 Add documentation for user status selector dialog 4 år sedan
nextcloudcmd.rst 4927e48bf3 Update nextcloudcmd documentation. 4 år sedan
options.rst f4b1ba45b8 Document --background 4 år sedan
troubleshooting.rst 3e61bdc431 Use dav instead of webdav 4 år sedan
visualtour.rst 39faeffe09 Add screenshots of the latest features. 4 år sedan

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.