From 879655e0e952779e2745e69409b335f2dee1534a Mon Sep 17 00:00:00 2001 From: Rxss <58978273+Rxss@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:34:28 +0000 Subject: [PATCH] fix: Invalid nested inline markup found in admin_manual/maintenance/manual_upgrade.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR fixes Invalid nested inline markup, reStructuredText does not support nested inline markup. added bold to only 'except' instead of around 'except ``data/`` and ``config/``' ☑️ Resolves See https://github.com/nextcloud/documentation/issues/13809 Signed-off-by: Rxss <58978273+Rxss@users.noreply.github.com> --- admin_manual/maintenance/manual_upgrade.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/maintenance/manual_upgrade.rst b/admin_manual/maintenance/manual_upgrade.rst index 80193a3b68e..aa237f61f60 100644 --- a/admin_manual/maintenance/manual_upgrade.rst +++ b/admin_manual/maintenance/manual_upgrade.rst @@ -10,7 +10,7 @@ timeouts) and running it in command-line mode is not an option (such as in some In these cases a manual upgrade may be the best approach. A manual upgrade consists of downloading and unpacking the Nextcloud Archive file either to your PC or host. Then -deleting your existing Nextcloud Server installation files and folders, **except ``data/`` and ``config/``**, on +deleting your existing Nextcloud Server installation files and folders, **except** ``data/`` and ``config/``, on your host. Then moving the new Nextcloud Server installation files into the appropriate place on your host, again preserving your existing ``data/`` and ``config/`` files. And doing a few other housekeeping items, such as making sure your installed apps are transferred into the new installation and adjusting permissions. That may sound