dart-lang / api.dart.dev

Dart API docs
https://api.dart.dev
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Make it easy to navigate across documentation for SDK versions #86

Open jamesderlin opened 2 years ago

jamesderlin commented 2 years ago

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?