googleapis 11.0.0 URL pattern for libraries changed, display names for libraries changed #3396
Labels
needs-info
Additional information needed from the issue author
P3
A lower priority bug or feature request
outputs the following that's from the README:
I think the links the README are following the old format. Thus, they are using
pubsub.v1
, but the generated sidebar below is using a new URL scheme.And the following generated sidebar:
Also the display names for libraries here is not unique. Now, many of the libraries are just called
v1
in the sidebar 🙈It's possible that this is intended. I think it would make some sense to simplify things. In that case we just need to file a bug against
package:googleapis
to change library names.Changing library names is probably a bit breaking for
googleapis
, but it could keep the old libraries around and just have them re-export the new libraries and do some sort of// nodoc
comment to avoid the old library showing up in dartdoc. That way one can maintain compatibility and rename libraries.Reproduce using
Save file above as
./reproduce-dartdoc-issue.sh
and run as./reproduce-dartdoc-issue.sh googleapis 11.0.0
The text was updated successfully, but these errors were encountered: