Add getting started and feedback buttons in menu

This commit is contained in:
Sam El-Husseini
2017-03-06 16:27:57 -08:00
parent 13d83a0de3
commit 1b321dee2c
2 changed files with 7 additions and 1 deletions

View File

@ -212,6 +212,7 @@
"crowdinProject": "kindscript",
"boardName": "micro:bit",
"sideDoc": "tutorials/getting-started",
"feedbackUrl": "https://www.research.net/r/MCmicro",
"browserSupport": [
{
"name": "unsupported",
@ -244,6 +245,11 @@
"name": "Support",
"path": "https://support.microbit.org/"
},
{
"name": "Getting started",
"tutorial": true,
"path": "/tutorials/getting-started"
},
{
"name": "Projects",
"path": "/projects"