mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-16 16:07:43 +00:00
chore(release_notes): Use subpages per release
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@ -6,7 +6,7 @@ Table of contents
|
||||
:maxdepth: 2
|
||||
|
||||
index
|
||||
release_notes
|
||||
release_notes/index
|
||||
release_schedule
|
||||
installation/index
|
||||
configuration_server/index
|
||||
|
@ -2,24 +2,4 @@
|
||||
Release notes
|
||||
=============
|
||||
|
||||
.. _critical-changes:
|
||||
|
||||
Critical changes
|
||||
----------------
|
||||
|
||||
Here you find all important infos about the new release before you upgrade.
|
||||
|
||||
System requirements
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* PHP8.2 is recommended over PHP8.1.
|
||||
|
||||
Exposed system address book
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Nextcloud 27 exposes the :ref:`system address book<system-address-book>`. Restrict the enumeration settings if your users should not see other users.
|
||||
|
||||
Changelog
|
||||
---------
|
||||
|
||||
See `the official changelog <https://nextcloud.com/changelog/>`_ for a complete list of changes.
|
||||
The release notes have been split into :ref:`subpages per Nextcloud release<critical-changes>`.
|
||||
|
14
admin_manual/release_notes/index.rst
Normal file
14
admin_manual/release_notes/index.rst
Normal file
@ -0,0 +1,14 @@
|
||||
=============
|
||||
Release notes
|
||||
=============
|
||||
|
||||
.. _critical-changes:
|
||||
|
||||
Once you've installed and configured your server, you will want to keep it up to date with the latest Nextcloud features.
|
||||
|
||||
These sub pages will cover the most important changes in Nextcloud, as well as some guides on how to upgrade existing installations.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
upgrade_to_27.rst
|
18
admin_manual/release_notes/upgrade_to_27.rst
Normal file
18
admin_manual/release_notes/upgrade_to_27.rst
Normal file
@ -0,0 +1,18 @@
|
||||
=======================
|
||||
Upgrade to Nextcloud 27
|
||||
=======================
|
||||
|
||||
System requirements
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* PHP8.2 is recommended over PHP8.1.
|
||||
|
||||
Exposed system address book
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Nextcloud 27 exposes the :ref:`system address book<system-address-book>`. Restrict the enumeration settings if your users should not see other users.
|
||||
|
||||
Changelog
|
||||
---------
|
||||
|
||||
See `the official changelog <https://nextcloud.com/changelog/>`_ for a complete list of changes.
|
Reference in New Issue
Block a user