mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #860 from nextcloud/fix-13
Fix links and pdf creation in stable13
This commit is contained in:
commit
04987f9d78
@ -755,7 +755,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
|
||||
<https://docs.nextcloud.org/server/12/developer_manual/app/code_signing.html#how-to-get-your-app-signed>`_ in the Developer manual for more detailed information.
|
||||
<https://docs.nextcloud.org/server/13/developer_manual/app/code_signing.html#how-to-get-your-app-signed>`_ 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.
|
||||
|
||||
@ -7,7 +7,7 @@ Starting with Nextcloud 10, it is possible to use two factor authentication
|
||||
Several 2FA apps are already available including
|
||||
`TOTP <https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm>`_,
|
||||
SMS 2-factor and `U2F <https://en.wikipedia.org/wiki/Universal_2nd_Factor>`_.
|
||||
Developers can `built new two-factor provider apps <https://docs.nextcloud.com/server/12/developer_manual/app/two-factor-provider.html>`_.
|
||||
Developers can `built new two-factor provider apps <https://docs.nextcloud.com/server/13/developer_manual/app/two-factor-provider.html>`_.
|
||||
|
||||
.. 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. <https://docs.nextcloud.com/server/12/user_manual/user_2fa.html>`_
|
||||
Once 2FA has been enabled, users have to `activate it in their personal settings. <https://docs.nextcloud.com/server/13/user_manual/user_2fa.html>`_
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
@ -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/13/user_manual/
|
||||
.. _`Nextcloud Desktop Client`: https://docs.nextcloud.com/desktop/2.3/
|
||||
.. _`Nextcloud Android App`: https://docs.nextcloud.com/android/
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ needs.
|
||||
Apps management
|
||||
---------------
|
||||
|
||||
.. figure:: /images/apps_overview.png
|
||||
.. figure:: images/apps_overview.png
|
||||
:alt: Apps page for enabling and disabling apps.
|
||||
|
||||
During the Nextcloud server installation, some apps are enabled by default.
|
||||
@ -38,7 +38,7 @@ All apps need to be licensed under AGPLv3+ or any compatible license.
|
||||
Managing apps
|
||||
-------------
|
||||
|
||||
.. figure:: /images/apps_store.png
|
||||
.. figure:: images/apps_store.png
|
||||
:alt: App store page for installing, enabling and disabling apps.
|
||||
|
||||
You will see which apps are enabled, disabled and available. You'll also
|
||||
|
||||
@ -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/13/developer_manual/bugtracker/index.html
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
General troubleshooting
|
||||
|
||||
@ -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 <https://docs.nextcloud.org/server/12/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_.
|
||||
enabled and configured. See `Configuring Federated Cloud Sharing <https://docs.nextcloud.org/server/13/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
|
||||
@ -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 <https://docs.nextcloud.org/server/12/admin_manual/installation/index.html>`_ (**Section**: Manual Installation - Prerequisites).
|
||||
First `set up your Web server and database <https://docs.nextcloud.org/server/13/admin_manual/installation/index.html>`_ (**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 <https://docs.nextcloud.org/server/12/admin_manual/#installation>`_
|
||||
* Using the `stable version <https://docs.nextcloud.org/server/13/admin_manual/#installation>`_
|
||||
* Using the development version from `GitHub`_ which will be explained below.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
@ -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
|
||||
<https://docs.nextcloud.org/server/12/admin_manual/configuration_files/
|
||||
<https://docs.nextcloud.org/server/13/admin_manual/configuration_files/
|
||||
big_file_upload_configuration.html>`_ that describes how to manage file
|
||||
upload size limits.
|
||||
|
||||
|
||||
@ -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/13/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
@ -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) <https://docs.nextcloud.org/server/12/admin_manual/configuration_files/external_storage_configuration_gui.html>`_.
|
||||
können. Mehr dazu finden Sie unter `Externen Speicher verwalten (GUI) <https://docs.nextcloud.org/server/13/admin_manual/configuration_files/external_storage_configuration_gui.html>`_.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
@ -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 <https://docs.nextcloud.org/server/12/admin_manual/configuration_files/big_file_upload_configuration.html>`_ , 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 <https://docs.nextcloud.org/server/13/admin_manual/configuration_files/big_file_upload_configuration.html>`_ , 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user