From be05da323294a7929e8bb9ecf022fc78064da4f9 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Mon, 9 Sep 2019 09:08:38 -0700 Subject: [PATCH] enabled green screen --- docs/SUMMARY.md | 1 + pxtarget.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 8681d895..a85c2c79 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -4,6 +4,7 @@ * [Troubleshoot](/troubleshoot) * [EV3 Manager](https://ev3manager.education.lego.com/) +* [Forum](https://forum.makecode.com) * [LEGO Support](https://www.lego.com/service/) * [FIRST LEGO League](/fll) diff --git a/pxtarget.json b/pxtarget.json index c91f2ca7..6dcce922 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -101,6 +101,7 @@ "copyrightText": "LEGO, the LEGO logo, MINDSTORMS and the MINDSTORMS EV3 logo are trademarks and/ or copyrights of the LEGO Group. ©2018 The LEGO Group. All rights reserved.", "crowdinProject": "kindscript", "selectLanguage": true, + "greenScreen": true, "availableLocales": [ "en", "de", @@ -130,6 +131,10 @@ { "name": "Reference", "path": "/reference" + }, + { + "name": "FIRST LEGO League", + "path": "/fll" } ], "print": true,