Update dio library doc
Not sure why these exist, they make the generated docs look squirrely https://pub.dev/documentation/dio/latest/dio/
Could you elaborate "squirrely"?
"Migration Guide" and "Plugins" point to the same location and are just the regular docs for the dio library. It does not make sense to have these as categories.
The side view currently looks like this -
Libraries browser io Migration Guide dio Plugins dio
While it should look like
Maybe the problem is library dio should be library only.
I don't see how that would remove the unnecessary categories.
But we may have to remove https://github.com/cfug/dio/blob/b16a611a14b8b8a4cb7f2556628a5f030c315ffd/dio/dartdoc_options.yaml#L4 as well. I think the changes in this PR are enough though.
These are necessary topics IMO. Is there a proper way to keep them while removing the extra library entries?
I don't think the changes in this PR will remove the topics. Just the sub-categories under "Libraries". "Topics" should remain the same.
Unfortunately, the topics are gone after removing these categories. Maybe this should be tracked with a Dart doc issue?