|
|
il y a 2 ans | |
|---|---|---|
| .. | ||
| _shared_assets | il y a 8 ans | |
| dev | il y a 8 ans | |
| images | il y a 4 ans | |
| scripts | il y a 9 ans | |
| CMakeLists.txt | il y a 7 ans | |
| Makefile | il y a 8 ans | |
| README.md | il y a 3 ans | |
| advancedusage.rst | il y a 8 ans | |
| architecture.rst | il y a 3 ans | |
| autoupdate.rst | il y a 3 ans | |
| building.rst | il y a 4 ans | |
| conf.py | il y a 2 ans | |
| conffile.rst | il y a 3 ans | |
| conflicts.rst | il y a 5 ans | |
| envvars.rst | il y a 9 ans | |
| faq.rst | il y a 7 ans | |
| glossary.rst | il y a 7 ans | |
| index.rst | il y a 7 ans | |
| installing.rst | il y a 3 ans | |
| introduction.rst | il y a 4 ans | |
| logo-blue.pdf | il y a 10 ans | |
| lowdiskspace.rst | il y a 8 ans | |
| navigating.rst | il y a 3 ans | |
| nextcloudcmd.rst | il y a 2 ans | |
| options.rst | il y a 4 ans | |
| troubleshooting.rst | il y a 3 ans | |
| visualtour.rst | il y a 3 ans | |
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/latest/
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
aptdepending on your distribution.
On macOS (via Homebrew):
% brew install basictex doxygen python
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.