Merge pull request #7264 from electron/docs-readme

Docs Readme
This commit is contained in:
Cheng Zhao 2016-09-20 14:31:31 +09:00 committed by GitHub
commit 143d7ab98f

View file

@ -1,15 +1,15 @@
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
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,
you can switch to a different version of the documentation at the
[available versions](http://electron.atom.io/docs/) list on atom.io, or if
you're using the GitHub interface, open the "Switch branches/tags" dropdown and
select the tag that matches your version.
changes that are not compatible with your Electron version. To view older
versions of the documentation, you can
[browse by tag](https://github.com/electron/electron/tree/v1.4.0)
on GitHub by opening the "Switch branches/tags" dropdown and selecting the tag
that matches your version.
## FAQ
There are questions that are asked quite often, check this out before creating
There are questions that are asked quite often. Check this out before creating
an issue:
* [Electron FAQ](faq.md)
@ -97,3 +97,4 @@ an issue:
* [Debug Instructions (macOS)](development/debug-instructions-macos.md)
* [Debug Instructions (Windows)](development/debug-instructions-windows.md)
* [Setting Up Symbol Server in debugger](development/setting-up-symbol-server.md)
* [Documentation Styleguide](development/styleguide.md)