Added server versions to the titles that were missing them. I did a simple regex so it's very likely I missed some.
These were the settings I had when I did the replace:
I manually removed the duplicate version in the title from the post-installation docs and fixed the Mongo versions that were seemingly replaced by accident in 4.5/4.6 (which makes sense - I'm sure we just did a sed 's|v4\.4|v4.5|g and then 4.5->4.6 on them).
Added server versions to the titles that were missing them. I did a simple regex so it's very likely I missed some.
These were the settings I had when I did the replace:
I manually removed the duplicate version in the title from the post-installation docs and fixed the Mongo versions that were seemingly replaced by accident in 4.5/4.6 (which makes sense - I'm sure we just did a
sed 's|v4\.4|v4.5|g
and then 4.5->4.6 on them).