Commit dd91d83d authored by Andrew Gerrand's avatar Andrew Gerrand

doc: add App Engine docs to 'learn' and 'reference' pages

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5672048
parent 7127b6fd
......@@ -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.
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment