Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
119a341c
Commit
119a341c
authored
Jun 02, 2011
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add link to App Engine docs to front page
R=golang-dev, gri CC=golang-dev
https://golang.org/cl/4539100
parent
60dddc6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
all.css
doc/all.css
+5
-0
root.html
doc/root.html
+1
-0
No files found.
doc/all.css
View file @
119a341c
...
...
@@ -198,3 +198,8 @@ span.alert {
padding
:
0.25em
1em
;
background
:
#F4F4F4
;
}
sup
.new
{
color
:
red
;
font-size
:
8px
;
line-height
:
0
;
}
doc/root.html
View file @
119a341c
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment