[stable32] fix(admin): restore proper anchor IDs for APCu, Redis and Memcached sections#14950
Merged
Conversation
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> [skip ci]
Member
|
@copilot fix this backport |
skjnldsv
approved these changes
May 20, 2026
…Cu/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>
Contributor
Applied the missing core fix in a0a5c3a. The backport had only applied minor formatting changes (removing a blank line and fixing the label indent) but was missing the main fix: changing |
skjnldsv
approved these changes
May 20, 2026
Contributor
📖 Documentation Preview📄 1 changed documentation pageLast updated: Wed, 20 May 2026 07:10:04 GMT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #14907
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.