### New style guide entry We've just released more details in our style guide for the preferred file extension for ["tarballs"](https://github.com/nginx/documentation/blob/main/templates/style-guide.md#:~:text=use%20%22select%22%20instead.-,tarball,-tarball%20is%20defined) We have [34 files](https://github.com/search?q=repo%3Anginx%2Fdocumentation%20%22tgz%22&type=code) as of this writing with `.tgz` extensions - Change them to `tar.gz`. - Limit the change to Markdown files - Sometimes, packages are downloaded with the `.tgz`, especially in JSON files. Keep those `.tgz` files as is. - Reviewer should make sure to check -- example, if there's a download, it might still appear as a tarball with a `.tgz` extension.