Commit ea9d453
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 ea9d453
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| 147 | + | |
| 148 | + | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| |||
341 | 344 | | |
342 | 345 | | |
343 | 346 | | |
344 | | - | |
| 347 | + | |
345 | 348 | | |
| 349 | + | |
346 | 350 | | |
347 | 351 | | |
348 | 352 | | |
| |||
0 commit comments