circleci / circleci-docs

Documentation for CircleCI.
https://circleci.com/docs/
Other
795 stars 1.3k forks source link

fix: Add server versions to page descriptions #8935

Closed ryanwohara closed 2 months ago

ryanwohara commented 2 months ago

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: image

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).