mirror of
https://github.com/golang/go
synced 2024-11-21 15:14:43 -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:
parent
60dddc6db1
commit
119a341c38
@ -198,3 +198,8 @@ span.alert {
|
|||||||
padding: 0.25em 1em;
|
padding: 0.25em 1em;
|
||||||
background: #F4F4F4;
|
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/effective_go.html">Effective Go</a></li>
|
||||||
<li><a href="/doc/go_faq.html">Go FAQ</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="/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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="resources-contributors" >
|
<div id="resources-contributors" >
|
||||||
|
Loading…
Reference in New Issue
Block a user