From: Andrew Gerrand
Date: Wed, 15 Feb 2012 01:58:40 +0000 (+1100)
Subject: doc: add App Engine docs to 'learn' and 'reference' pages
X-Git-Tag: weekly.2012-02-14~10
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dd91d83d2427e5a076aa92342b70dda63dd1cbb6;p=gostls13.git
doc: add App Engine docs to 'learn' and 'reference' pages
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5672048
---
diff --git a/doc/docs.html b/doc/docs.html
index 169b7c14f9..907cdbd8b7 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -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.
+
+
+How to develop and deploy a simple Go project with
+Google App Engine.
+
+
Answers to common questions about Go.
diff --git a/doc/reference.html b/doc/reference.html
index 278b4bba23..71812bfc6a 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -22,6 +22,12 @@ The built-in documentation for the Go tools.
The official Go Language specification.
+
+
+The documentation for
+Google App Engine's Go runtime.
+
+
A summary of the changes between Go releases.