From a3d2cdaa2c45458bfabe2a9962e4e16013dcf641 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Mon, 19 Sep 2016 21:09:02 -0700 Subject: [PATCH 1/3] website doesn't display docs for old versions any more --- docs/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9c9e2790039..7922ee0b196 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,11 +1,11 @@ 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 From 1cdf8bbc10ec1a4738c284156b5937ac3bc81ce3 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Mon, 19 Sep 2016 21:09:31 -0700 Subject: [PATCH 2/3] break up run-on sentence --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7922ee0b196..abbc1e2799c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ 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) From 61e50046bdf29c9e86c649a4321bdedcf1f6aad7 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Mon, 19 Sep 2016 21:10:36 -0700 Subject: [PATCH 3/3] link to the documentation styleguide --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index abbc1e2799c..648af39d5c0 100644 --- a/docs/README.md +++ b/docs/README.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)