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 7186ede commit 253fafdCopy full SHA for 253fafd
build/version_archiver.py
@@ -139,7 +139,7 @@ def inject_url_frontmatter(self):
139
f"linkTitle: {self.new_version}\n"
140
)
141
frontmatter_lines.append(
142
- f"bannerText: This documentation applies to versions {self.new_version}.\n"
+ f"bannerText: This documentation applies to version {self.new_version}.\n"
143
144
frontmatter_lines.append(f"bannerChildren: true\n")
145
0 commit comments