Skip to content

[stable32] fix(admin): restore proper anchor IDs for APCu, Redis and Memcached sections#14950

Merged
skjnldsv merged 2 commits into
stable32from
backport/14907/stable32
May 20, 2026
Merged

[stable32] fix(admin): restore proper anchor IDs for APCu, Redis and Memcached sections#14950
skjnldsv merged 2 commits into
stable32from
backport/14907/stable32

Conversation

@backportbot
Copy link
Copy Markdown

@backportbot backportbot Bot commented May 20, 2026

Backport of #14907

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Review and verify the backported changes
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

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]
@skjnldsv
Copy link
Copy Markdown
Member

@copilot fix this backport

@skjnldsv skjnldsv marked this pull request as ready for review May 20, 2026 06:59
…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>
Copy link
Copy Markdown
Contributor

Copilot AI commented May 20, 2026

@copilot fix this backport

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 _ (named references) to __ (anonymous references) for the APCu, Redis, and Memcached inline links in the bullet list. Anonymous refs don't register named targets, so the section headings can now claim the correct anchor IDs (#apcu, #redis, #memcached).

Copilot AI requested a review from skjnldsv May 20, 2026 07:01
@skjnldsv skjnldsv enabled auto-merge May 20, 2026 07:05
@github-actions
Copy link
Copy Markdown
Contributor

📖 Documentation Preview

🔍 Open preview →

📄 1 changed documentation page

Last updated: Wed, 20 May 2026 07:10:04 GMT

@skjnldsv skjnldsv merged commit 924d4f1 into stable32 May 20, 2026
21 checks passed
@skjnldsv skjnldsv deleted the backport/14907/stable32 branch May 20, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants