-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
DevEx: make live-docs
script does not work
#10927
Comments
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I think I have a fix for this, will raise PR soon. |
As mentioned here https://kubernetes.slack.com/archives/C021E147ZA4/p1706448541824519, please submit the PR and it will generate a preview page Thank you very much for contributing /close |
@longwuyuan: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@domdomegg: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened:
I wanted to contribute to ingress-nginx documentation. I had a look through the make file to find the relevant command to preview the docs locally as I was developing them. I identified
make live-docs
as a potential candidate for doing this.I therefore ran
make live-docs
, but this results in the error:What you expected to happen:
A live preview of the docs site to be available somewhere.
Environment:
uname -a
):Linux 6.5.0-15-generic #15~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 12 18:54:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
How to reproduce this issue:
Fresh clone of the git repository (@ 5acc423)
Install Go, Python and Docker:
Anything else we need to know:
Also see discussion in https://kubernetes.slack.com/archives/C021E147ZA4/p1706448541824519
/area docs
/kind documentation
The text was updated successfully, but these errors were encountered: