chore: remove description_override from librarian.yaml#16796
chore: remove description_override from librarian.yaml#16796jskeet wants to merge 4 commits intogoogleapis:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request performs a large-scale cleanup by removing description_override fields from librarian.yaml and updating API descriptions across numerous Google Cloud library packages. While many updates standardize the metadata, a regression was identified where some libraries, such as google-apps-card, now have empty descriptions in their documentation because the source metadata was removed without a replacement.
| |preview| |pypi| |versions| | ||
|
|
||
| `Google Apps Card Protos`_: Google Apps Card Protos | ||
| `Google Apps Card Protos`_: |
There was a problem hiding this comment.
The library description is now empty. This occurs because the description was removed from both librarian.yaml and .repo-metadata.json without providing a replacement. This results in a regression in the generated documentation. Please ensure that a valid description is available (e.g., in .repo-metadata.json or the source proto files) so that the README is correctly populated. This issue affects many other packages in this PR (e.g., google-area120-tables, google-cloud-compute, google-cloud-deploy).
|
As per product_documentation_override, where values are now missing for generated libraries, we can add a description value into sdk.yaml. I'll come up with a PR for that in a little while. |
|
Packages where I believe we need to add a description to sdk.yaml:
|
|
@parthea: I'm not expecting us to be able to do this one today. |
Towards googleapis/librarian#5464