Terraform Provider Documentation

I think it would be beneficial to be able to download all the documentation from a provider in one document instead of having to click on many different links. Is there a way to download a pdf of a Terraform Provider’s documentation?

There’s no way to do this currently in the registry. However, you might notice that all the documentation is usually in a docs folder in the provider repo. if you wanted, you could use a tool such as pandoc to generate a PDF from the markdown files that hold the documentation. Found an example of how you might do this here: Generate a PDF from Markdown files with Pandoc · GitHub