chore(release_notes): Use subpages per release

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2023-05-26 14:50:32 +02:00
parent 18462b5bc0
commit ef711692c0
4 changed files with 34 additions and 22 deletions

View File

@ -6,7 +6,7 @@ Table of contents
:maxdepth: 2
index
release_notes
release_notes/index
release_schedule
installation/index
configuration_server/index

View File

@ -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>`.

View 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

View 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.