-
Notifications
You must be signed in to change notification settings - Fork 61
docs: update tarball extension from .tgz to tar.gz in markdown files #480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ All required contributors have signed the F5 CLA for this PR. Thank you! |
I have hereby read the F5 CLA and agree to its terms |
I wouldn't worry about this too much: they haven't been a mandatory part of PR work for a while and are due a revisit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tarball changes LGTM but adding a full copy of the Hugo binaries is out of scope for the PR or the original issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the changes to the makefile
and the bin
folder from this PR.
You are right. Let me rebase. Thanks |
e726069
to
f719d79
Compare
Done @ADubhlaoich @JTorreG Please review. Thanks |
@@ -19,7 +19,7 @@ After installing F5 NGINX Controller, you should back up the cluster config and | |||
/opt/nginx-controller/helper.sh cluster-config save | |||
``` | |||
|
|||
The file is saved to `/opt/nginx-controller/cluster-config.tgz`. | |||
The file is saved to `/opt/nginx-controller/cluster-config.tar.gz`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not correct.
We have changed our guidelines, but the behavior of Controller has not changed. The product is not being updated so this change will probably never happen.
There are other instances of this same situation in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies @JTorreG , I was not aware that the controller would not change. I understood the instructions to mean, I should make changes on all .tgz mentions in the markdown files . I'm new to nginx.
Do you mind pointing out instances that should remain .tgz? I'll be happy to make the changes. Thanks
Proposed changes
Problem: I updated the Tarball extension from .tgz to tar.gz in markdown files in the content folder
Solution: Searched for .tgz mentions in markdown and replaced with tar.gz as indicated in the issue by @mjang
Testing: I ran the Hugo server locally using make watch to ensure my project works properly
Please focus on (optional): .tgz change to .tar.gz in /content markdown files
Note: I ran make link-markdown and make link-check, but neither passed. I left it as is because they highlighted format issues beyond what my PR addresses. For example, there are issues with blockquote, dead links, e.t.c. But with your permission, I can work on them in another PR
If this PR addresses an issue on GitHub, ensure that you link to it here:
Closes #446
Checklist
Before merging a pull request, run through this checklist and mark each as complete.
README.md
andCHANGELOG.md
Footnotes
Potentially sensitive changes include anything involving code, personally identify information (PII), live URLs or significant amounts of new or revised documentation. Please refer to our style guide for guidance about placeholder content. ↩