From b5cad1aa1eb494f30756816e11b6125b43e333fe Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Mon, 10 Nov 2014 13:53:03 -0500 Subject: [PATCH] add examples to docs page --- docs/css/main.css | 7 +++++++ docs/home.html | 15 +++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/docs/css/main.css b/docs/css/main.css index e8d4d001dcb..7698d1f74ba 100755 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -523,6 +523,13 @@ h2, h3 { color: #4285f4; } +/* + Examples + */ +.examples { + background-color: #f9f9f9; +} + /* FAQ */ diff --git a/docs/home.html b/docs/home.html index 85069db08d4..41e52edf85e 100755 --- a/docs/home.html +++ b/docs/home.html @@ -98,6 +98,21 @@

Retrieve Datastore Entities

+
+
+

Examples

+ +
    +
  • + TodoMVC (source) - TodoMVC backend using gcloud-node and Express. +
  • +
  • + gcloud-keystore - Use a gcloud-node dataset as a Key/Value store. +
  • +
+
+
+

FAQ