From c3761f2f5e5f46f989a749020476cb421fb0054e Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Tue, 19 May 2026 12:32:08 +0200 Subject: [PATCH 1/2] fix(admin): add explicit labels to caching configuration headings fix(admin): add explicit labels to caching configuration headings APCu, Redis, and Memcached h2 headings on the memory caching page were generating non-descriptive IDs (id1, id2, ...) instead of the expected anchors (apcu, redis, memcached). Adding explicit RST reference labels ensures stable, predictable fragment URLs. Also fix a double-space typo in the existing _install_redis_label directive that made it malformed RST. Fixes #6878 Signed-off-by: skjnldsv [skip ci] --- admin_manual/configuration_server/caching_configuration.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index 388e80c6dac..b93cd249eaf 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -102,7 +102,6 @@ Additional notes for Redis vs. APCu on memory caching APCu is faster at local caching than Redis. If you have enough memory, use APCu for Memory Caching and Redis for File Locking. If you are low on memory, use Redis for both. - APCu ---- @@ -318,8 +317,7 @@ prevent session corruption when using Redis as your session handler: :: More information on configuration of phpredis session handler can be found on the `PhpRedis GitHub page `_ -.. _install_redis_label: - +.. _install_redis_label: Memcached --------- From a0a5c3ad553490f054ff3f5ccad5c9c0d2414f64 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 07:00:25 +0000 Subject: [PATCH 2/2] fix(admin): change inline refs to anonymous (__ suffix) to restore APCu/Redis/Memcached anchor IDs Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/5973078f-28eb-4a15-92e7-6dc33c70e523 Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com> --- admin_manual/configuration_server/caching_configuration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index b93cd249eaf..639f0f5bd5b 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -22,11 +22,11 @@ every time they are called. PHP bundles the Zend OPcache in core since version caching backends, so you can choose the type of memcache that best fits your needs. The supported caching backends are: -* `APCu `_, APCu 4.0.6 and up required. +* `APCu `__ (APCu 4.0.6 and up required). A local cache for systems. -* `Redis `_, server 4.0.0 and up required. +* `Redis `__ (4.0.0 and up required). For local and distributed caching, as well as transactional file locking. -* `Memcached `_ +* `Memcached `__ For distributed caching. Data caches, or memcaches, must be explicitly configured in Nextcloud by installing