mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
This is to avoid issues on OSX, where the ._ prefix has special meaning. Originally (before 2.3.2) ._ was necessary to guarantee exclusion. But since then the .sync_ prefix is excluded as well. This does not affect existing database files. |
||
|---|---|---|
| .. | ||
| _shared_assets | ||
| dev | ||
| images | ||
| scripts | ||
| advancedusage.rst | ||
| architecture.rst | ||
| autoupdate.rst | ||
| building.rst | ||
| CMakeLists.txt | ||
| conf.py | ||
| conffile.rst | ||
| conflicts.rst | ||
| envvars.rst | ||
| faq.rst | ||
| glossary.rst | ||
| index.rst | ||
| installing.rst | ||
| introduction.rst | ||
| logo-blue.pdf | ||
| lowdiskspace.rst | ||
| Makefile | ||
| navigating.rst | ||
| nextcloudcmd.rst | ||
| options.rst | ||
| README.md | ||
| troubleshooting.rst | ||
| visualtour.rst | ||
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/
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.