This repository was archived by the owner on Mar 25, 2018. It is now read-only.
This repository was archived by the owner on Mar 25, 2018. It is now read-only.
Enhancement: Be able to select older node version when viewing API Reference Docs #145
Open
Description
node.js website currently displays the latest version of API Docs only (v0.12.5 at time or writing):
https://nodejs.org/api
Older docs are available from https://nodejs.org/docs/, but is not obvious how to navigate to that page from the website. eg. v0.10.39 API is available from https://nodejs.org/docs/v0.10.39/api/
It would be extremely convenient if there was a way to select an alternative (non-latest) version of the API from the website, similar to Python documents: https://docs.python.org/2/library/
Don't need to show all the versions, maybe just the major ones? ie. v0.10.latest, v0.12.latest
Perhaps with a link to all available versions for someone to view specific version.
Thoughts?