-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Make dropdown inside the docs to link to "inside the docs" for other languages #966
Comments
Keeping an eye on googleapis/google-cloud-node#702 too. Added Ruby to main page, forgot to do it within docs. Can you elaborate by what you mean inside? Like to the specific API or service doc? If we did this, it seems it would be very brittle. If any of the libraries changed the way their links work, it would break the others unintentionally. |
The Ruby URL should be http://googlecloudplatform.github.io/gcloud-ruby/docs/latest |
Also pointing within docs rather than to landing pages. Fixes googleapis#966.
Source-Link: googleapis/googleapis@5d5b1bf Source-Link: googleapis/googleapis-gen@c735b61 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImM3MzViNjE5M2RhZWJhYTljNDVjMmUyMzE1M2FmMTZhZWU3MzJmZTYifQ==
…3336) BEGIN_COMMIT_OVERRIDE feat: Add support for opt-in debug logging fix: Fix typing issue with gRPC metadata when key ends in -bin chore: Update gapic-generator-python to v1.21.0 feat: [google-cloud-compute] Update Compute Engine API to revision 20241201 (#966) END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. fix: Fix typing issue with gRPC metadata when key ends in -bin chore: Update gapic-generator-python to v1.21.0 PiperOrigin-RevId: 705285820 Source-Link: googleapis/googleapis@f9b8b91 Source-Link: googleapis/googleapis-gen@ca1e0a1 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImNhMWUwYTFlNDcyZDZlNmY1ZGU4ODNhNWNiNTQ3MjRmMTEyY2UzNDgifQ== BEGIN_NESTED_COMMIT feat: [google-cloud-compute] Update Compute Engine API to revision 20241201 (#966) Source-Link: googleapis/googleapis@5d5b1bf Source-Link: googleapis/googleapis-gen@c735b61 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImM3MzViNjE5M2RhZWJhYTljNDVjMmUyMzE1M2FmMTZhZWU3MzJmZTYifQ== END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <[email protected]>
The dropdown you see here: https://googlecloudplatform.github.io/gcloud-python/latest/, when switching, links to the other-language-equivalent of http://googlecloudplatform.github.io/gcloud-python/
Could we have it link inside the docs of those other languages?
ie:
Node: http://googlecloudplatform.github.io/gcloud-node/#/docs
Ruby: (we don't have this link yet, see googleapis/google-cloud-ruby#183)
The text was updated successfully, but these errors were encountered: