Viewing Old Serverless Documentation

Is there a way for me to view old versions of the serverless documentation? I’m working with an application that is stuck on an older v2 version of the serverless framework and am not sure which features that are documented at Serverless Framework Documentation are applicable to the older version of v2 that I’m on.

I’m hoping I can do something like checkout a git repo at a certain tag and run a command to bring up a local copy of the documentation of that version.

Update: Looking at the matching tag for the version number I’m using on github and navigating to the page I want in the docs folder seems to be sufficient for now.

e.g. serverless/iam.md at v2.64.1 · serverless/serverless · GitHub