fix: Invalid nested inline markup found in admin_manual/maintenance/manual_upgrade.rst

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>
This commit is contained in:
Rxss
2025-11-12 17:34:28 +00:00
committed by GitHub
parent 3a155fdf15
commit 879655e0e9

View File

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