1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-09-17 01:24:50 +02:00
Files
2020-11-10 14:56:32 +01:00
..
2018-02-01 15:57:37 +01:00
2018-01-29 01:19:47 +01:00
2018-02-01 15:57:37 +01:00
2018-01-29 01:19:47 +01:00
2020-01-30 10:12:56 +01:00
2018-06-04 11:44:03 +02:00
2018-06-04 11:44:03 +02:00
2018-01-29 01:19:47 +01:00
2018-01-29 01:19:47 +01:00
2018-06-04 11:44:03 +02:00
2018-09-09 21:36:47 +02:00

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.