Skip to content

Commit 21f64c0

Browse files
committed
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 <skjnldsv@protonmail.com>
1 parent e793142 commit 21f64c0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

admin_manual/configuration_server/caching_configuration.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ APCu is faster for local caching than Redis. If you have enough memory, use
111111
APCu for Memory Caching and Redis for File Locking. If you are low on memory,
112112
use Redis for both.
113113

114-
115114
APCu
116115
----
117116

@@ -341,8 +340,7 @@ prevent session corruption when using Redis as your session handler: ::
341340
More information on configuration of phpredis session handler can be found on the
342341
`PhpRedis GitHub page <https://github.com/phpredis/phpredis>`_
343342

344-
.. _install_redis_label:
345-
343+
.. _install_redis_label:
346344

347345
Memcached
348346
---------

0 commit comments

Comments
 (0)