]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add link to App Engine docs to front page
authorAndrew Gerrand <adg@golang.org>
Thu, 2 Jun 2011 01:00:24 +0000 (11:00 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 2 Jun 2011 01:00:24 +0000 (11:00 +1000)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4539100

doc/all.css
doc/root.html

index 84df1f8fa9e1a9d7941122028da55f83693243bb..a985d8ffbc68b82264ca102264b041ac3688a163 100644 (file)
@@ -198,3 +198,8 @@ span.alert {
   padding: 0.25em 1em;
   background: #F4F4F4;
 }
+sup.new {
+  color: red;
+  font-size: 8px;
+  line-height: 0;
+}
index 6722d0018be551160169a8b2a1b4816750238b98..8d76928c81fdb670c592435ff661256754ccd55e 100644 (file)
@@ -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" >