allexzander b4d01afd86 Added documentation for VFS and Status Feature. преди 4 години
..
_shared_assets 545a406997 Latest refinements преди 8 години
dev fe102f359c Build current documentation преди 8 години
images b4d01afd86 Added documentation for VFS and Status Feature. преди 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 b4d01afd86 Added documentation for VFS and Status Feature. преди 4 години
autoupdate.rst 4e83f3d525 Update autoupdate.rst преди 6 години
building.rst b33ea05271 Update OSX build instructions преди 5 години
conf.py cbea02390e Update copyright date and version displayed in the page title. преди 5 години
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 7faa80c1e1 Update documentation for the account wizard преди 4 години
introduction.rst 78bfae45ae Mac OS X is now macOS преди 7 години
logo-blue.pdf 914df32587 Documentation: Fix PDF logo, version number преди 10 години
lowdiskspace.rst fe102f359c Build current documentation преди 8 години
navigating.rst eb0e7fa032 Correct incorrect reference to OSX Menu bar преди 5 години
nextcloudcmd.rst 891c192ebc Add install instructions for nextcloudcmd преди 5 години
options.rst d338c130af added logdebug преди 7 години
troubleshooting.rst 3087a09c45 Documentation: break line in config example. преди 5 години
visualtour.rst bcdc88ecf0 Change »Details…« to »View more activity…« преди 6 години

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.