We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54810b commit 642bfd6Copy full SHA for 642bfd6
build/release_archiver.py
@@ -130,7 +130,7 @@ def inject_url_frontmatter(self):
130
f"linkTitle: {self.new_version}\n"
131
)
132
frontmatter_lines.append(
133
- f"bannerText: This documentation applies to Redis Software versions {self.new_version}.\n"
+ f"bannerText: This documentation applies to versions {self.new_version}.\n"
134
135
frontmatter_lines.append(f"bannerChildren: true\n")
136
0 commit comments