aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-06-02 11:00:24 +1000
committerAndrew Gerrand <adg@golang.org>2011-06-02 11:00:24 +1000
commit119a341c38c17171297e5a4ae566a08ce0bed591 (patch)
tree7ffb545672239683dc29902de7d1ddd33f9d80b7
parent60dddc6db1e2796f6af1affbec0d9bbe22354be7 (diff)
downloadgo-119a341c38c17171297e5a4ae566a08ce0bed591.tar.gz
go-119a341c38c17171297e5a4ae566a08ce0bed591.zip
doc: add link to App Engine docs to front page
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4539100
-rw-r--r--doc/all.css5
-rw-r--r--doc/root.html1
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/all.css b/doc/all.css
index 84df1f8fa9..a985d8ffbc 100644
--- a/doc/all.css
+++ b/doc/all.css
@@ -198,3 +198,8 @@ span.alert {
padding: 0.25em 1em;
background: #F4F4F4;
}
+sup.new {
+ color: red;
+ font-size: 8px;
+ line-height: 0;
+}
diff --git a/doc/root.html b/doc/root.html
index 6722d0018b..8d76928c81 100644
--- a/doc/root.html
+++ b/doc/root.html
@@ -78,6 +78,7 @@ google.setOnLoadCallback(loadFeed);
<li><a href="/doc/effective_go.html">Effective Go</a></li>
<li><a href="/doc/go_faq.html">Go FAQ</a></li>
<li><a href="/doc/docs.html">Other Documentation</a></li>
+ <li><a href="http://code.google.com/appengine/docs/go/">Go for Google App Engine</a> <sup class="new">New!</sup></li>
</ul>
</div>
<div id="resources-contributors" >