Commit 119a341c authored by Andrew Gerrand's avatar Andrew Gerrand

doc: add link to App Engine docs to front page

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4539100
parent 60dddc6d
......@@ -198,3 +198,8 @@ span.alert {
padding: 0.25em 1em;
background: #F4F4F4;
}
sup.new {
color: red;
font-size: 8px;
line-height: 0;
}
......@@ -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" >
......
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