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,