This site hosts the documentation for RESTEasy at https://docs.resteasy.dev.
-
To update the documentation you need to copy the current X.X version directory and copy it to the version of the current release. For example:
mv -r ./6.2 ./archive/6.2.11.Final
-
Re-create the directory for the documentation:
mkdir 6.2
-
Copy the new documentation to the directory.
cp -r ~/tmp/resteasy-releases/resteasy-6.2.12.Final/docs/* ./6.2
-
Commit the changes.
git add 6.2 git commit -s -a -m "Archive 6.2.11.Final documentation and add 6.2.12.Final documentation."
Repeat these steps for each version that needs to be updated.