-
Notifications
You must be signed in to change notification settings - Fork 555
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
[Documentation Issue] #2933
Comments
@Avemark Thank you for reporting the broken link at "Setup Authentication". And I agree that the top-level authentication guide for google-cloud-ruby that you link seems incomplete. What do you think of the authentication guide for google-cloud-datastore? Is it adequate? |
@Avemark If we fix the "Setup Authentication" to link to an authentication guide that is similar to the authentication guide for google-cloud-datastore (but adapted to google-cloud-dialogflow), will that work for you? |
Should the scope of this issue be expanded to all generated packages that currently lack an authentication guide? |
@quartzmo The linked authentication guide seems a lot more thorough, and a direct link to something similar would have cut down on the time needed for my discovery process a lot. |
@blowmage @dazuma @TheRoyalTnetennba Is there any reason why the generated packages do not have an If not, do we want one? If so, should I add them manually, or can I update the generation somehow? |
It is not part of the generation process. We would have to add them manually, or configure each gem's |
I'll start work on a PR to add this to |
Add copying of gcp.CommonTemplates().ruby_library() [fixes googleapis#2933]
* Add synthtool task to top-level Rakefile * Add .repo-metadata.json to gapic gems * Update synth.py files to copy synthtool templates [fixes #2933]
Update AUTHENTICATION.md to match synthtool template. [refs googleapis#2933]
Add AUTHENTICATION.md to file lists in *.gemspec and .yardopts [refs googleapis#2933]
* Update AUTHENTICATION.md to match synthtool template. * Revert synth.py and remove .repo-metadata.json in veneer gems [refs #2933]
* Update synth.py in generated packages * Add AUTHENTICATION.md to file lists in .gemspec and .yardopts * Fix env_var_prefix in google-cloud-text_to_speech/.repo-metadata.json [refs #2933]
"Setup Authentication" link does not actually link to Authentication information. Further links on the following page leads to an "authentication guide" that does not as much explain authentication as inform you that you should be running the code on a machine where authentication is already available.
A mention on where to get credentials, and an example or description of a credential json would be very helpful here. Also, I'd suggest a direct link to the authentication guide from the first page.
The text was updated successfully, but these errors were encountered: