Skip to content

Commit 1cc2031

Browse files
committed
Merge pull request #295 from stephenplusplus/spp--docs-examples
add examples to docs page
2 parents 255818b + a184a31 commit 1cc2031

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

docs/css/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,13 @@ h2, h3 {
523523
color: #4285f4;
524524
}
525525

526+
/*
527+
Examples
528+
*/
529+
.examples {
530+
background-color: #f9f9f9;
531+
}
532+
526533
/*
527534
FAQ
528535
*/

docs/home.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,21 @@ <h4>Retrieve Datastore Entities</h4>
9898
</div><!-- end of .container -->
9999
</section><!-- end of .featuring -->
100100

101+
<section class="block examples">
102+
<div class="container clearfix">
103+
<h3 class="block-title">Examples</h3>
104+
105+
<ul>
106+
<li>
107+
<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.
108+
</li>
109+
<li>
110+
<a href="https://github.com/stephenplusplus/gcloud-keystore">gcloud-keystore</a> - Use a gcloud-node dataset as a Key/Value store.
111+
</li>
112+
</ul>
113+
</div>
114+
</section>
115+
101116
<section class="block">
102117
<div class="container clearfix">
103118
<h3 class="block-title">FAQ</h3>

0 commit comments

Comments
 (0)