purge strings about explicit Nextcloud versions

Versions deprecate fast and aren't needed in upstream documentation branches.

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
Sascha Wiswedel
2020-06-04 12:48:13 +02:00
parent 0e961f01e0
commit bd9ef16c19
24 changed files with 53 additions and 152 deletions

View File

@@ -16,7 +16,7 @@ First the :doc:`development environment <../general/devenv>` needs to be set up.
cd server
git submodule update --init
.. note:: ``$BRANCH`` is the desired Nextcloud branch (e.g. ``stable17`` for Nextcloud 17, ``master`` for the upcoming release)
.. note:: ``$BRANCH`` is the desired Nextcloud branch (e.g. ``stable19`` for Nextcloud 19, ``master`` for the upcoming release)
First you want to enable debug mode to get proper error messages. To do that set ``debug`` to ``true`` in the **config/config.php** file::