diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 2eb717b18..a242ba814 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -752,7 +752,7 @@ Verify your app:: sudo -u www-data php occ integrity:check-app --path=/pathto/app appname When it returns nothing, your app is signed correctly. When it returns a message then there is an error. See `Code Signing -`_ in the Developer manual for more detailed information. +`_ in the Developer manual for more detailed information. .. TODO ON RELEASE: Update version number above on release ``integrity:sign-core`` is for Nextcloud core developers only. diff --git a/admin_manual/configuration_user/two_factor-auth.rst b/admin_manual/configuration_user/two_factor-auth.rst index 432a578de..67b96160b 100644 --- a/admin_manual/configuration_user/two_factor-auth.rst +++ b/admin_manual/configuration_user/two_factor-auth.rst @@ -7,7 +7,7 @@ Starting with Nextcloud 10, it is possible to use two factor authentication Several 2FA apps are already available including `TOTP `_, SMS 2-factor and `U2F `_. -Developers can `built new two-factor provider apps `_. +Developers can `built new two-factor provider apps `_. .. TODO ON RELEASE: Update version number above on release @@ -21,6 +21,6 @@ you want, 2FA will be installed and enabled on your Nextcloud server. .. figure:: ../images/2fa-app-install.png -Once 2FA has been enabled, users have to `activate it in their personal settings. `_ +Once 2FA has been enabled, users have to `activate it in their personal settings. `_ .. TODO ON RELEASE: Update version number above on release diff --git a/admin_manual/index.rst b/admin_manual/index.rst index 851e7c2bc..b216e25fe 100644 --- a/admin_manual/index.rst +++ b/admin_manual/index.rst @@ -41,7 +41,7 @@ respective manuals: * `Nextcloud Desktop Client`_ * `Nextcloud Android App`_ -.. _`Nextcloud User Manual`: https://docs.nextcloud.com/server/12/user_manual/ +.. _`Nextcloud User Manual`: https://docs.nextcloud.com/server/14/user_manual/ .. _`Nextcloud Desktop Client`: https://docs.nextcloud.com/desktop/2.3/ .. _`Nextcloud Android App`: https://docs.nextcloud.com/android/ diff --git a/admin_manual/issues/general_troubleshooting.rst b/admin_manual/issues/general_troubleshooting.rst index bc9912bbd..52aad1b3a 100644 --- a/admin_manual/issues/general_troubleshooting.rst +++ b/admin_manual/issues/general_troubleshooting.rst @@ -36,7 +36,7 @@ configuration report with the :ref:`occ config command .. _FAQ page: https://help.nextcloud.com/c/faq .. _bugtracker: https://github.com/nextcloud/server/issues .. _webchat: http://webchat.freenode.net/?channels=nextcloud - https://docs.nextcloud.org/server/12/developer_manual/bugtracker/index.html + https://docs.nextcloud.org/server/14/developer_manual/bugtracker/index.html .. TODO ON RELEASE: Update version number above on release General troubleshooting diff --git a/conf.py b/conf.py index e585222fc..f4cb6b696 100644 --- a/conf.py +++ b/conf.py @@ -16,15 +16,15 @@ copyright = str(now.year) + ' Nextcloud GmbH' # built documents. # # The short X.Y version. -version = '13' +version = '14' # The full version, including alpha/beta/rc tags. -release = '13' +release = '14' # substitutions go here rst_epilog = '.. |version| replace:: %s' % version html_context = { - 'doc_versions': ['11', '12', '13'], + 'doc_versions': ['11', '12', '13', '14'], 'current_doc': os.path.basename(os.getcwd()), } diff --git a/developer_manual/core/ocs-share-api.rst b/developer_manual/core/ocs-share-api.rst index b9391a857..6d015a5e0 100644 --- a/developer_manual/core/ocs-share-api.rst +++ b/developer_manual/core/ocs-share-api.rst @@ -138,7 +138,7 @@ Federated Cloud Shares ---------------------- Both the sending and the receiving instance need to have federated cloud sharing -enabled and configured. See `Configuring Federated Cloud Sharing `_. +enabled and configured. See `Configuring Federated Cloud Sharing `_. .. TODO ON RELEASE: Update version number above on release diff --git a/developer_manual/general/devenv.rst b/developer_manual/general/devenv.rst index d4f9746ba..711f61610 100644 --- a/developer_manual/general/devenv.rst +++ b/developer_manual/general/devenv.rst @@ -11,7 +11,7 @@ Please follow the steps on this page to set up your development environment. Set up Web server and database ------------------------------ -First `set up your Web server and database `_ (**Section**: Manual Installation - Prerequisites). +First `set up your Web server and database `_ (**Section**: Manual Installation - Prerequisites). .. TODO ON RELEASE: Update version number above on release @@ -20,7 +20,7 @@ Get the source There are two ways to obtain Nextcloud sources: -* Using the `stable version `_ +* Using the `stable version `_ * Using the development version from `GitHub`_ which will be explained below. .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual/external_storage/external_storage.rst b/user_manual/external_storage/external_storage.rst index aedf52e5f..42afdc4f7 100644 --- a/user_manual/external_storage/external_storage.rst +++ b/user_manual/external_storage/external_storage.rst @@ -6,7 +6,7 @@ The External Storage application allows you to mount external storage services, such as Google Drive, Dropbox, Amazon S3, SMB/CIFS fileservers, and FTP servers in Nextcloud. Your Nextcloud server administrator controls which of these are available to you. Please see `Configuring External Storage (GUI) -`_ in the Nextcloud Administrator's manual for configuration howtos and examples. diff --git a/user_manual/files/encrypting_files.rst b/user_manual/files/encrypting_files.rst index 335046231..e1ff12ab2 100644 --- a/user_manual/files/encrypting_files.rst +++ b/user_manual/files/encrypting_files.rst @@ -34,7 +34,7 @@ How can encryption be disabled? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The only way to disable encryption is to run the `"decrypt all" -`_. +`_. .. TODO ON RELEASE: Update version number above on release @@ -44,8 +44,8 @@ Is it possible to disable encryption with the recovery key? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Yes, *if* every user uses the `file recovery key -`_, `"decrypt all" -`_ will use it to decrypt all files. +`_, `"decrypt all" +`_ will use it to decrypt all files. .. TODO ON RELEASE: Update version number above on release @@ -53,7 +53,7 @@ Can encryption be disabled without the user's password? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If you don't have the users password or `file recovery key -`_. +`_. .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual/files/large_file_upload.rst b/user_manual/files/large_file_upload.rst index 93023cfb3..fdb5e8b76 100644 --- a/user_manual/files/large_file_upload.rst +++ b/user_manual/files/large_file_upload.rst @@ -15,7 +15,7 @@ set by your administrator): * Contact your administrator to request an increase in these variables * Refer to the section in the `Admin Documentation - `_ that describes how to manage file upload size limits. diff --git a/user_manual/pim/sync_android.rst b/user_manual/pim/sync_android.rst index 6122aa486..caaac1b5c 100644 --- a/user_manual/pim/sync_android.rst +++ b/user_manual/pim/sync_android.rst @@ -18,5 +18,5 @@ Address book and Calendar You should now find your contacts in the address book of your Android. If it's still not working, have a look at the `Troubleshooting Contacts & Calendar`_ guides. -.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/13/admin_manual/issues/index.html#troubleshooting-contacts-calendar +.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/14/admin_manual/issues/index.html#troubleshooting-contacts-calendar .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual/pim/sync_ios.rst b/user_manual/pim/sync_ios.rst index 1ce370931..fe0fe95b5 100644 --- a/user_manual/pim/sync_ios.rst +++ b/user_manual/pim/sync_ios.rst @@ -53,5 +53,5 @@ Now should now find your contacts in the address book of your iPhone. If it's still not working, have a look at the :doc:`troubleshooting` and `Troubleshooting Contacts & Calendar`_ guides. -.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/12/admin_manual/issues/index.html#troubleshooting-contacts-calendar +.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/14/admin_manual/issues/index.html#troubleshooting-contacts-calendar .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual/pim/sync_osx.rst b/user_manual/pim/sync_osx.rst index df14aa600..5ef14bb14 100644 --- a/user_manual/pim/sync_osx.rst +++ b/user_manual/pim/sync_osx.rst @@ -2,9 +2,7 @@ Synchronizing with macOS ======================== -With Nextcloud 14 and its CalDAV-backend, syncing your Calendars with your macOS-device is easy. - -.. TODO ON RELEASE: Update version number above on release +With Nextcloud 14+ and its CalDAV-backend, syncing your Calendars with your macOS-device is easy. To use Nextcloud with macOS Calendar you will need to use the following steps: diff --git a/user_manual_de/external_storage/external_storage.rst b/user_manual_de/external_storage/external_storage.rst index f546f5c3e..34d519069 100644 --- a/user_manual_de/external_storage/external_storage.rst +++ b/user_manual_de/external_storage/external_storage.rst @@ -5,6 +5,6 @@ Einrichten externer Speicher Mithilfe der "Externe Speicher"-App können Sie externen Speicher von z.B. Google Drive, Dropbox, Amazon S3, SMB/CIFS Fileservern sowie FTP-Servern in Ihre Nextcloud einbinden. Ihr Nextcloud-Administrator kann einstellen, welche dieser Anbieter verwendet werden -können. Mehr dazu finden Sie unter `Externen Speicher verwalten (GUI) `_. +können. Mehr dazu finden Sie unter `Externen Speicher verwalten (GUI) `_. .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual_de/files/large_file_upload.rst b/user_manual_de/files/large_file_upload.rst index 5a3987631..1f9275191 100644 --- a/user_manual_de/files/large_file_upload.rst +++ b/user_manual_de/files/large_file_upload.rst @@ -15,6 +15,6 @@ der vom Administrator festgelegten Größe erlaubt wird: * Wenden Sie sich an Ihren Administrator, um eine Erhöhung dieser Variablen anzufordern -* Lesen Sie den Abschnitt in der `Admin-Dokumentation `_ , in dem beschrieben wird, wie die Größenbeschränkungen für die Dateigröße zu verwalten sind. +* Lesen Sie den Abschnitt in der `Admin-Dokumentation `_ , in dem beschrieben wird, wie die Größenbeschränkungen für die Dateigröße zu verwalten sind. .. TODO ON RELEASE: Update version number above on release