Closed
Description
The overall question is how do static websites work in 5-10 years and how many legacy APIs do we expect to be around by then.
The solutions are perhaps found in some sense of user-oriented error handling.
- Does the API respond? What if it doesn't?
- When were the docs generated (at what date)? Do we have a customized message in case docs are really old and the API isn't around?
- Can the version warning banner help?
- Are reasonable fallbacks possible? What reliable resources can help when others are failing? For instance, a link to the "latest version" or the project's page on Read the Docs?
readthedocs/readthedocs.org#8323 is an example of assumptions that may have broken after 5-10 years.
This is possibly pretty low priority, just wanted to post these thoughts somewhere :)