1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:54:40 -07:00

doc: add link to App Engine docs to front page

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4539100
This commit is contained in:
Andrew Gerrand 2011-06-02 11:00:24 +10:00
parent 60dddc6db1
commit 119a341c38
2 changed files with 6 additions and 0 deletions

View File

@ -198,3 +198,8 @@ span.alert {
padding: 0.25em 1em;
background: #F4F4F4;
}
sup.new {
color: red;
font-size: 8px;
line-height: 0;
}

View 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" >