docs: regenerate all other libraries to fix README links#13620
Conversation
Updates the shared README.md template to: - Fix Authentication and Troubleshooting links globally. - Add link to the Java-specific authentication guide. - Handle monorepo pathing for samples. Updates test goldens to match template changes. Updates `.repo-metadata.json` and regenerates `README.md` (or manually fixes them) for the following major/handwritten libraries to resolve broken Javadocs, Authentication, Troubleshooting, and Samples links: - java-bigtable - java-pubsub - java-bigquery - java-bigquerystorage - java-logging - java-logging-logback - java-storage - java-storage-nio - java-spanner - java-spanner-jdbc - java-firestore - java-datastore Fixes: #13530
There was a problem hiding this comment.
Code Review
This pull request updates the documentation across numerous Java library modules. Specifically, it updates the 'Authentication' section in the README files to point to the official Google Cloud authentication guides, updates the troubleshooting links, and corrects the client documentation links in the repository metadata files. Additionally, it removes outdated CI status badges and updates the BOM dependency versions in some modules. There are no review comments, and I have no feedback to provide.
|
What is the source of this change and are you re-generating with librarian? Also, please note that I am working to fix HEAD (failing due to BOM merging in) |
#13530 is the parent issues I was looking into. I'll regenerate with librarian (I just made these locally) |
Updates the shared README.md template to support 'rest' and 'grpc+rest' transports, ensuring Transport section is not empty when regenerated. Updates `librarian.yaml` client documentation overrides to use `/latest/overview` instead of `/latest/history` to prevent librarian from reverting link fixes. Updates `.repo-metadata.json` transport values for affected major libraries (datastore, pubsub, storage) to match librarian output.
Regenerates README.md (and updates .repo-metadata.json where needed) for all other autogenerated libraries in the monorepo to resolve broken Javadocs, Authentication, Troubleshooting, and Samples links. This applies the template fix globally. Based on template changes in parent commit.
4e3ff79 to
faf7b79
Compare
7cbf6f5 to
f464222
Compare
Regenerates README.md (and updates .repo-metadata.json where needed) for all other autogenerated libraries in the monorepo to resolve broken Javadocs, Authentication, Troubleshooting, and Samples links. This applies the template fix globally.
Based on template changes in parent commit.