gruntwork-io / terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
https://terragrunt.gruntwork.io/
MIT License
8.09k stars 981 forks source link

Docs for older releases #3478

Closed oallauddin closed 1 month ago

oallauddin commented 1 month ago

Describe the enhancement

I am not sure if this available or not. Is there a link to view the docs for older releases?
https://terragrunt.gruntwork.io/docs/ takes us to the latest docs.

If I wanted to access the docs for v0.58.2. Is there a way to get to that?
Something like. https://terragrunt.gruntwork.io/docs/v0.58.2

yhakbar commented 1 month ago

Hey @oallauddin ,

Unfortunately, the Terragrunt maintainers do not have the bandwidth to maintain multiple sets of accurate live documentation at once.

The best I can offer you is to check out this repo at the tag you want, then spin up the docs server locally: https://github.com/gruntwork-io/terragrunt/tree/main/docs

I make no guarantees that it will spin up correctly. You may have to do some debugging to get it to work right.

Please share if there's something that can be done to help you upgrade to the latest version of Terragrunt so that you don't need to do this.