From b2282b1a81ec880770e93b8bb7af2501c6a40756 Mon Sep 17 00:00:00 2001
From: Peli de Halleux <jhalleux@microsoft.com>
Date: Tue, 28 Feb 2017 04:57:27 -0800
Subject: [PATCH] adding descriptions to code examples

---
 docs/examples.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/examples.md b/docs/examples.md
index 02328909..213773e4 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -7,14 +7,17 @@ Here are some fun programs for your @boardname@!
 ```codecard
 [{
   "name": "Blinky",
+  "description": "A blinking LED",
   "url":"/examples/blinky"
 },
 {
   "name": "Name Tag",
+  "description": "Scroll your name on the screen",
   "url":"/examples/name-tag"
 },
 {
   "name": "Rando",
+  "description": "Randomly blinking LEDs",
   "url":"/examples/rando"
 }]
 ```
@@ -24,12 +27,15 @@ Here are some fun programs for your @boardname@!
 ```codecard
 [{
   "name": "Plot Acceleration",
+  "description": "chart acceleration on the LED screen",
   "url":"/examples/plot-acceleration"
 }, {
   "name": "Plot Light Level",
+  "description": "chart light level on the LED screen",
   "url":"/examples/plot-light-level"
 }, {
   "name": "Plot Analog Pin",
+  "description": "chart analog input on the LED screen",
   "url":"/examples/plot-analog-pin"
 }]
 ```