cryostatio / cryostatio.github.io

Website for cryostatio
https://cryostat.io/
2 stars 14 forks source link

chore(release): copy current docs to versioned 2.4.0 #178

Closed andrewazores closed 5 months ago

andrewazores commented 5 months ago

Related to #176

Copies the current latest into the versioned 2.4.0 guide section and updates latest and versions to reference Cryostat 3.0. No actual content update is done yet.

$ bundle exec jekyll serve --watch --livereload --open-url --future --config _config.yml,_config-dev.yml

should bring up a local preview of the website. The Get Started guide should reference the 3.0 release and Agent version 0.4.0. The Guides section should default to "3.0.0 - Latest" and the image URLs should be like images/3.0.0/something.png. There should be a 2.4.0 selectable in the version dropdown which should have identical content (other than image URL paths) to the 3.0.0 version, and both the 2.4.0/3.0.0 in the preview should be identical to what is currently published on the actual live https://cryostat.io website.

andrewazores commented 5 months ago

Which image names do you mean?

I'm planning for this work to be done piecewise, like it was done last time around for 2.3.0->2.4.0, so further PRs to the same base branch can follow to do whatever content updates need to be done.