Skip to content

Commit

Permalink
Merge pull request #295 from stephenplusplus/spp--docs-examples
Browse files Browse the repository at this point in the history
add examples to docs page
  • Loading branch information
silvolu committed Nov 10, 2014
2 parents 255818b + a184a31 commit 1cc2031
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
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

0 comments on commit 1cc2031

Please sign in to comment.