Skip to content

Commit 45fd25e

Browse files
nickvergessenkyteinsky
authored andcommitted
chore(release_notes): Use subpages per release
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent a6b3f20 commit 45fd25e

4 files changed

Lines changed: 34 additions & 22 deletions

File tree

admin_manual/contents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Table of contents
66
:maxdepth: 2
77

88
index
9-
release_notes
9+
release_notes/index
1010
release_schedule
1111
installation/index
1212
configuration_server/index

admin_manual/release_notes.rst

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,4 @@
22
Release notes
33
=============
44

5-
.. _critical-changes:
6-
7-
Critical changes
8-
----------------
9-
10-
Here you find all important infos about the new release before you upgrade.
11-
12-
System requirements
13-
^^^^^^^^^^^^^^^^^^^
14-
15-
* PHP8.2 is recommended over PHP8.1.
16-
17-
Exposed system address book
18-
^^^^^^^^^^^^^^^^^^^^^^^^^^^
19-
20-
Nextcloud 27 exposes the :ref:`system address book<system-address-book>`. Restrict the enumeration settings if your users should not see other users.
21-
22-
Changelog
23-
---------
24-
25-
See `the official changelog <https://nextcloud.com/changelog/>`_ for a complete list of changes.
5+
The release notes have been split into :ref:`subpages per Nextcloud release<critical-changes>`.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
=============
2+
Release notes
3+
=============
4+
5+
.. _critical-changes:
6+
7+
Once you've installed and configured your server, you will want to keep it up to date with the latest Nextcloud features.
8+
9+
These sub pages will cover the most important changes in Nextcloud, as well as some guides on how to upgrade existing installations.
10+
11+
.. toctree::
12+
:maxdepth: 1
13+
14+
upgrade_to_27.rst
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
=======================
2+
Upgrade to Nextcloud 27
3+
=======================
4+
5+
System requirements
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
* PHP8.2 is recommended over PHP8.1.
9+
10+
Exposed system address book
11+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
12+
13+
Nextcloud 27 exposes the :ref:`system address book<system-address-book>`. Restrict the enumeration settings if your users should not see other users.
14+
15+
Changelog
16+
---------
17+
18+
See `the official changelog <https://nextcloud.com/changelog/>`_ for a complete list of changes.

0 commit comments

Comments
 (0)