api.dart.dev icon indicating copy to clipboard operation
api.dart.dev copied to clipboard

Make it easy to navigate across documentation for SDK versions

Open jamesderlin opened this issue 3 years ago • 0 comments
trafficstars

In addition to https://github.com/dart-lang/api.dart.dev/issues/53, something else to consider is to make it easy to navigate across versions from within the documentation pages themselves. That would improve the situation for all existing links in the wild.

IMO, Python's documentation handles this very well. For example: https://docs.python.org/3/library/subprocess.html

I don't know if that's possible. I think generated dartdocs are self-contained, so maybe not by dartdoc, but maybe the hosting site can do something special?

jamesderlin avatar Apr 23 '22 19:04 jamesderlin