From 90c5f99684939f1021770be337ab19e13b4cc384 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Mon, 21 May 2018 14:08:47 -0700 Subject: [PATCH] Add getting started tutorial to home screen --- docs/tutorials.md | 16 ++++++++++++++++ targetconfig.json | 1 + 2 files changed, 17 insertions(+) create mode 100644 docs/tutorials.md diff --git a/docs/tutorials.md b/docs/tutorials.md new file mode 100644 index 00000000..c0ac25c8 --- /dev/null +++ b/docs/tutorials.md @@ -0,0 +1,16 @@ +# Projects + +Here are some cool tutorials to get you started with your @boardname@! + +## Getting started + +```codecard +[{ + "name":"Get Started!", + "url":"/tutorials/getting-started", + "cardType": "tutorial", + "label": "New? Start Here!", + "labelClass": "red ribbon large tutorial", + "description": "Start coding your micro:bit with this simple tutorial." +}] +``` \ No newline at end of file diff --git a/targetconfig.json b/targetconfig.json index ae6d7001..684f05a7 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -60,6 +60,7 @@ "zh-TW" ], "galleries": { + "Tutorials": "v1/tutorials", "Projects": "v1/projects", "Examples": "v1/examples" }