Skip to content

resteasy/resteasy.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTEasy Documentation

This site hosts the documentation for RESTEasy at https://docs.resteasy.dev.

Update Process

  1. 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
  2. Re-create the directory for the documentation:

    mkdir 6.2
  3. Copy the new documentation to the directory.

    cp -r ~/tmp/resteasy-releases/resteasy-6.2.12.Final/docs/* ./6.2
  4. 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.

Releases

No releases published

Packages

No packages published

Languages