1
0
Fork 0
Nextcloud-Desktop/doc
Camila 09c2279bb5
Update documentation on how to generate debug logs.
Minor change: bypasses => bypass.

Signed-off-by: Camila <hello@camila.codes>
2020-12-07 14:52:51 +01:00
..
_shared_assets Latest refinements 2018-02-01 15:57:37 +01:00
dev Build current documentation 2018-01-29 01:19:47 +01:00
images Latest refinements 2018-02-01 15:57:37 +01:00
scripts License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00
CMakeLists.txt Fix cmake build of documentation 2018-11-05 10:56:21 +01:00
Makefile Build current documentation 2018-01-29 01:19:47 +01:00
README.md Add README with instructions on how to build the documentation. 2020-09-08 13:44:26 +00:00
advancedusage.rst Build current documentation 2018-01-29 01:19:47 +01:00
architecture.rst Excludes: Expand doc, Desktop.ini only in root folder 2018-05-16 20:29:12 +02:00
autoupdate.rst Update autoupdate.rst 2020-01-30 10:12:56 +01:00
building.rst Merge branch 'master' into samu-workopen-patch-2-1 2019-10-22 15:08:01 +02:00
conf.py Update copyright date and version displayed in the page title. 2020-08-25 18:50:14 +00:00
conffile.rst [documentation] upload chunks config 2020-11-10 14:56:32 +01:00
conflicts.rst Change ownCloud reference to Nextcloud 2020-07-19 11:36:34 -07:00
envvars.rst Documented the usage of environment variables. 2017-03-24 12:26:46 +01:00
faq.rst Show a tray message when a folder watcher becomes unreliable #6119 2018-08-28 17:04:25 +02:00
glossary.rst Mac OS X is now macOS 2018-06-04 11:44:03 +02:00
index.rst Doc: Explaining conflict files and resolving them #6396 2018-07-03 10:18:20 +02:00
installing.rst Docs: Be slightly more modern and use 64-bit examples 2020-10-05 07:18:35 +00:00
introduction.rst Mac OS X is now macOS 2018-06-04 11:44:03 +02:00
logo-blue.pdf Documentation: Fix PDF logo, version number 2015-11-17 12:55:41 +01:00
lowdiskspace.rst Build current documentation 2018-01-29 01:19:47 +01:00
navigating.rst Mac OS X is now macOS 2018-06-04 11:44:03 +02:00
nextcloudcmd.rst Add install instructions for nextcloudcmd 2020-06-03 16:10:55 +02:00
options.rst added logdebug 2018-09-09 21:36:47 +02:00
troubleshooting.rst Update documentation on how to generate debug logs. 2020-12-07 14:52:51 +01:00
visualtour.rst Change »Details…« to »View more activity…« 2019-05-28 01:14:31 +03:00

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.