Skip to content

Commit 0b146ce

Browse files
gregjkalkarimarie67
authored andcommitted
Mark redis as fully-modernized in 1.89+
1 parent b5cc63a commit 0b146ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/views.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,13 @@ def normalize_boost_doc_path(content_path: str) -> str:
502502
# Hard-coding these here as a quick fix for now.
503503
"1_87_0/libs/charconv",
504504
"1_88_0/libs/charconv",
505+
"1_89_0/libs/charconv",
505506
"latest/libs/charconv",
506507
"develop/libs/charconv",
507508
"master/libs/charconv",
509+
"1_89_0/libs/redis",
510+
"develop/libs/redis",
511+
"master/libs/redis",
508512
"doc/antora/url",
509513
]
510514

0 commit comments

Comments
 (0)