]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add App Engine docs to 'learn' and 'reference' pages
authorAndrew Gerrand <adg@golang.org>
Wed, 15 Feb 2012 01:58:40 +0000 (12:58 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 15 Feb 2012 01:58:40 +0000 (12:58 +1100)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5672048

doc/docs.html
doc/reference.html

index 169b7c14f9066dfd514b84db961fbd27c77c034c..907cdbd8b7b6b79a90da142db23422f175503b4b 100644 (file)
@@ -51,6 +51,12 @@ the language specification, both of which should be read first.
 How to write a new package and how to test code.
 </p>
 
+<h3 id="appengine"><a href="http://code.google.com/appengine/docs/go/gettingstarted/">Getting Started with Go on App Engine</a></h3>
+<p>
+How to develop and deploy a simple Go project with
+<a href="http://code.google.com/appengine/">Google App Engine</a>.
+</p>
+
 <h3 id="go_faq"><a href="go_faq.html">Frequently Asked Questions (FAQ)</a></h3>
 <p>
 Answers to common questions about Go.
index 278b4bba23e4a6a8001e07b982f25ef328c00dbe..71812bfc6a2baca5c94cf5bbba0e6309ae60f48b 100644 (file)
@@ -22,6 +22,12 @@ The built-in documentation for the Go tools.
 The official Go Language specification. 
 </p>
 
+<h3 id="appengine"><a href="http://code.google.com/appengine/docs/go/">App Engine Go Runtime Documentation</a></h3>
+<p>
+The documentation for
+<a href="http://code.google.com/appengine/">Google App Engine</a>'s Go runtime.
+</p>
+
 <h3 id="release"><a href="devel/release.html">Release History</a></h3>
 <p>A summary of the changes between Go releases.</p>