Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,13 @@ h2, h3 {
color: #4285f4;
}

/*
Examples
*/
.examples {
background-color: #f9f9f9;
}

/*
FAQ
*/
Expand Down
15 changes: 15 additions & 0 deletions docs/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,21 @@ <h4>Retrieve Datastore Entities</h4>
</div><!-- end of .container -->
</section><!-- end of .featuring -->

<section class="block examples">
<div class="container clearfix">
<h3 class="block-title">Examples</h3>

<ul>
<li>
<a href="http://gcloud-todos.appspot.com">TodoMVC</a> (<em><a href="https://github.com/GoogleCloudPlatform/gcloud-node-todos">source</a>, <a href="https://cloud.google.com/solutions/nodejs">docs</a></em>) - TodoMVC backend using gcloud-node and Express.
</li>
<li>
<a href="https://github.com/stephenplusplus/gcloud-keystore">gcloud-keystore</a> - Use a gcloud-node dataset as a Key/Value store.
</li>
</ul>
</div>
</section>

<section class="block">
<div class="container clearfix">
<h3 class="block-title">FAQ</h3>
Expand Down