-
Notifications
You must be signed in to change notification settings - Fork 825
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
gen-api-docs make target is not generating API docs for GameServerAllocation #705
Comments
Hello @ahmetb Do you have an idea how we can treat this issue?
Also I found a script which is used by Knative. They have separate repo for the docs. |
As a workaround I found a way to replace dependencies to local modules:
It now updates the output html file. |
With mentioned above fix, no errors on
|
Yeah, I recommend creating a dir with go.mod, then doing |
Thanks for your comment. So in our case only second approach with |
Faced in #682.
There are bunch of errors while running
make gen-api-docs
frombuild
folder, see them below.Steps to reproduce:
make gen-api-docs
Expected:
site/content/en/docs/Reference/agones_crd_api_reference.html
got updated.Actual:
Only blank lines were added.
Current output of the script:
The text was updated successfully, but these errors were encountered: