website doesn't display docs for old versions any more

This commit is contained in:
Zeke Sikelianos 2016-09-19 21:09:02 -07:00
parent e8f3cf164b
commit a3d2cdaa2c

View file

@ -1,11 +1,11 @@
Please make sure that you use the documents that match your Electron version. Please make sure that you use the documents that match your Electron version.
The version number should be a part of the page URL. If it's not, you are The version number should be a part of the page URL. If it's not, you are
probably using the documentation of a development branch which may contain API probably using the documentation of a development branch which may contain API
changes that are not compatible with your Electron version. If that's the case, changes that are not compatible with your Electron version. To view older
you can switch to a different version of the documentation at the versions of the documentation, you can
[available versions](http://electron.atom.io/docs/) list on atom.io, or if [browse by tag](https://github.com/electron/electron/tree/v1.4.0)
you're using the GitHub interface, open the "Switch branches/tags" dropdown and on GitHub by opening the "Switch branches/tags" dropdown and selecting the tag
select the tag that matches your version. that matches your version.
## FAQ ## FAQ