Felix Weilbach db0f1e245d Remove NO_SHIBBOLETH flag and dead code %!s(int64=5) %!d(string=hai) anos
..
_shared_assets 545a406997 Latest refinements %!s(int64=8) %!d(string=hai) anos
dev fe102f359c Build current documentation %!s(int64=8) %!d(string=hai) anos
images 545a406997 Latest refinements %!s(int64=8) %!d(string=hai) anos
scripts db24f60ae3 License: Adjust license of GPLv2 source files to GPLv2+ %!s(int64=9) %!d(string=hai) anos
CMakeLists.txt abac2c327e Fix cmake build of documentation %!s(int64=7) %!d(string=hai) anos
Makefile fe102f359c Build current documentation %!s(int64=8) %!d(string=hai) anos
README.md 0f03e3091d Add README with instructions on how to build the documentation. %!s(int64=5) %!d(string=hai) anos
advancedusage.rst fe102f359c Build current documentation %!s(int64=8) %!d(string=hai) anos
architecture.rst 5f7fd7c551 Excludes: Expand doc, Desktop.ini only in root folder %!s(int64=7) %!d(string=hai) anos
autoupdate.rst 4e83f3d525 Update autoupdate.rst %!s(int64=6) %!d(string=hai) anos
building.rst db0f1e245d Remove NO_SHIBBOLETH flag and dead code %!s(int64=5) %!d(string=hai) anos
conf.py cbea02390e Update copyright date and version displayed in the page title. %!s(int64=5) %!d(string=hai) anos
conffile.rst 18e1098e38 Remove maxLogLines config option %!s(int64=5) %!d(string=hai) anos
conflicts.rst c4e8211687 Change ownCloud reference to Nextcloud %!s(int64=5) %!d(string=hai) anos
envvars.rst 090d02a65f Documented the usage of environment variables. %!s(int64=9) %!d(string=hai) anos
faq.rst 2844c925eb Show a tray message when a folder watcher becomes unreliable #6119 %!s(int64=7) %!d(string=hai) anos
glossary.rst 78bfae45ae Mac OS X is now macOS %!s(int64=7) %!d(string=hai) anos
index.rst 4fa6fff1a9 Doc: Explaining conflict files and resolving them #6396 %!s(int64=7) %!d(string=hai) anos
installing.rst b552c77128 Docs: Be slightly more modern and use 64-bit examples %!s(int64=5) %!d(string=hai) anos
introduction.rst 78bfae45ae Mac OS X is now macOS %!s(int64=7) %!d(string=hai) anos
logo-blue.pdf 914df32587 Documentation: Fix PDF logo, version number %!s(int64=10) %!d(string=hai) anos
lowdiskspace.rst fe102f359c Build current documentation %!s(int64=8) %!d(string=hai) anos
navigating.rst eb0e7fa032 Correct incorrect reference to OSX Menu bar %!s(int64=5) %!d(string=hai) anos
nextcloudcmd.rst 891c192ebc Add install instructions for nextcloudcmd %!s(int64=5) %!d(string=hai) anos
options.rst d338c130af added logdebug %!s(int64=7) %!d(string=hai) anos
troubleshooting.rst 69144566ce Database: Change path for new dbs to .sync_* #5904 %!s(int64=5) %!d(string=hai) anos
visualtour.rst bcdc88ecf0 Change »Details…« to »View more activity…« %!s(int64=6) %!d(string=hai) anos

README.md

Desktop client documentation

How to build the documentation

  • After installing sphinx you can run:

    $ git clone https://github.com/nextcloud/desktop.git
    $ cd desktop
    $ cd docs
    $ 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.