{
    "accentColor": "#ecf0f1",
    "backgroundColor": "#ffffff",
    "logoUrl": "https://github.com/microsoft/pxt-maker",
    "logo": "@cdnUrl@/blob/78e4304c9678839a1c6e673528aa200003065f40/static/logo.svg",
    "docsLogo": "@cdnUrl@/blob/78e4304c9678839a1c6e673528aa200003065f40/static/logo.svg",
    "docsHeader": "Microsoft MakeCode Maker",
    "portraitLogo": "@cdnUrl@/blob/78e4304c9678839a1c6e673528aa200003065f40/static/logo.svg",
    "footerLogo": "@cdnUrl@/blob/78e4304c9678839a1c6e673528aa200003065f40/static/logo.svg",
    "organization": "Microsoft MakeCode",
    "organizationUrl": "https://makecode.com/",
    "organizationLogo": "@cdnUrl@/blob/e6a56b2e978a522726c938cad286bf3d15aa7b51/static/Microsoft-logo_rgb_c-gray-square.png",
    "organizationWideLogo": "@cdnUrl@/blob/cd1a7c2065a8aae2437d49888f9a7f35d77932d8/static/Microsoft-logo_rgb_c-gray.png",
    "homeUrl": "https://maker.makecode.com/",
    "embedUrl": "https://maker.makecode.com/",
    "privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
    "termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
    "githubUrl": "https://github.com/microsoft/pxt-maker",
    "feedbackUrl": "https://forum.makecode.com/",
    "betaUrl": "https://github.com/microsoft/pxt-maker",
    "boardName": "board",
    "homeScreenHero": "@cdnUrl@/blob/4fe4d3e3fc36749019b929a071ad2015815550b9/static/hero.jpg",
    "debugger": true,
    "print": true,
    "chooseBoardOnNewProject": true,
    "lightToc": true,
    "instructions": true,
    "docMenu": [
        {
            "name": "About",
            "path": "/about"
        },
        {
            "name": "Forum",
            "path": "https://forum.makecode.com"
        },
        {
            "name": "Boards",
            "path": "/boards"
        },
        {
            "name": "Blocks",
            "path": "/blocks"
        },
        {
            "name": "JavaScript",
            "path": "/javascript"
        },
        {
            "name": "Reference",
            "path": "/reference"
        },
        {
            "name": "GitHub",
            "path": "https://github.com/microsoft/pxt-maker"
        }
    ],
    "invertedMenu": false,
    "invertedToolbox": false,
    "invertedMonaco": false,
    "monacoToolbox": true,
    "highContrast": true,
    "greenScreen": true,
    "blocksCollapsing": true,
    "accessibleBlocks": true,
    "simAnimationEnter": "fly right in",
    "simAnimationExit": "fly right out",
    "hasAudio": true,
    "usbDocs": "/device/usb",
    "disableBlockIcons": true,
    "disableAPICache": true,
    "blocklyOptions": {
        "grid": {
            "spacing": 20,
            "length": 2,
            "colour": "rgba(189, 195, 199, 0.20)",
            "snap": true
        }
    },
    "blockColors": {
        "loops": "#40bf4a",
        "logic": "#4cbfe6",
        "math": "#9966ff",
        "variables": "#FF6680",
        "text": "#ffab19",
        "advanced": "#00272B",
        "functions": "#005a9e",
        "arrays": "#8A1C7C"
    },
    "allowPackageExtensions": true,
    "scriptManager": true,
    "simScreenshot": true,
    "simGif": true,
    "qrCode": true,
    "python": true,
    "pythonToolbox": true,
    "addNewTypeScriptFile": true,
    "alwaysGithubItemBlocks": true,
    "alwaysGithubItem": true,
    "githubBlocksDiff": true,
    "nameProjectFirst": true,
    "showProjectSettings": true,
    "selectLanguage": false,
    "githubEditor": true,
    "tutorialBlocksDiff": true,
    "tutorialExplicitHints": true,
    "chooseLanguageRestrictionOnNewProject": true,
    "openProjectNewTab": true,
    "errorList": true,
    "TOC": [
        {
            "name": "About",
            "path": "/about",
            "subitems": []
        },
        {
            "name": "FAQ",
            "path": "/faq",
            "subitems": []
        },
        {
            "name": "Projects",
            "path": "/projects",
            "subitems": []
        },
        {
            "name": "GitHub",
            "path": "/github",
            "subitems": []
        },
        {
            "name": "Reference",
            "path": "/reference",
            "subitems": [
                {
                    "name": "music",
                    "path": "/reference/music",
                    "subitems": []
                },
                {
                    "name": "pins",
                    "path": "/reference/pins",
                    "subitems": []
                },
                {
                    "name": "control",
                    "path": "/reference/control",
                    "subitems": []
                },
                {
                    "name": "serial",
                    "path": "/reference/serial",
                    "subitems": []
                }
            ]
        },
        {
            "name": "Blocks",
            "path": "/blocks",
            "subitems": [
                {
                    "name": "On Start",
                    "path": "/blocks/on-start",
                    "subitems": []
                },
                {
                    "name": "Loops",
                    "path": "/blocks/loops",
                    "subitems": [
                        {
                            "name": "repeat",
                            "path": "/blocks/loops/repeat",
                            "subitems": []
                        },
                        {
                            "name": "for",
                            "path": "/blocks/loops/for",
                            "subitems": []
                        },
                        {
                            "name": "while",
                            "path": "/blocks/loops/while",
                            "subitems": []
                        },
                        {
                            "name": "for of",
                            "path": "/blocks/loops/for-of",
                            "subitems": []
                        }
                    ]
                },
                {
                    "name": "Logic",
                    "path": "/blocks/logic",
                    "subitems": [
                        {
                            "name": "if",
                            "path": "/blocks/logic/if",
                            "subitems": []
                        },
                        {
                            "name": "Boolean",
                            "path": "/blocks/logic/boolean",
                            "subitems": []
                        }
                    ]
                },
                {
                    "name": "Variables",
                    "path": "/blocks/variables",
                    "subitems": [
                        {
                            "name": "assign",
                            "path": "/blocks/variables/assign",
                            "subitems": []
                        },
                        {
                            "name": "change var",
                            "path": "/blocks/variables/change",
                            "subitems": []
                        },
                        {
                            "name": "var",
                            "path": "/blocks/variables/var",
                            "subitems": []
                        }
                    ]
                },
                {
                    "name": "Math",
                    "path": "/blocks/math",
                    "subitems": []
                },
                {
                    "name": "JavaScript blocks",
                    "path": "/blocks/javascript-blocks",
                    "subitems": []
                },
                {
                    "name": "Custom blocks",
                    "path": "/blocks/custom",
                    "subitems": []
                }
            ]
        },
        {
            "name": "Python",
            "path": "/python",
            "subitems": [
                {
                    "name": "Calling",
                    "path": "/python/call",
                    "subitems": []
                },
                {
                    "name": "Sequencing",
                    "path": "/python/sequence",
                    "subitems": []
                },
                {
                    "name": "Variables",
                    "path": "/python/variables",
                    "subitems": []
                },
                {
                    "name": "Operators",
                    "path": "/python/operators",
                    "subitems": []
                },
                {
                    "name": "Statements",
                    "path": "/python/statements",
                    "subitems": []
                },
                {
                    "name": "Functions",
                    "path": "/python/functions",
                    "subitems": []
                },
                {
                    "name": "Classes",
                    "path": "/python/classes",
                    "subitems": []
                }
            ]
        },
        {
            "name": "JavaScript",
            "path": "/javascript",
            "subitems": [
                {
                    "name": "Calling",
                    "path": "/javascript/call",
                    "subitems": []
                },
                {
                    "name": "Sequencing",
                    "path": "/javascript/sequence",
                    "subitems": []
                },
                {
                    "name": "Variables",
                    "path": "/javascript/variables",
                    "subitems": []
                },
                {
                    "name": "Operators",
                    "path": "/javascript/operators",
                    "subitems": []
                },
                {
                    "name": "Statements",
                    "path": "/javascript/statements",
                    "subitems": []
                },
                {
                    "name": "Functions",
                    "path": "/javascript/functions",
                    "subitems": []
                },
                {
                    "name": "Types",
                    "path": "/javascript/types",
                    "subitems": []
                },
                {
                    "name": "Classes",
                    "path": "/javascript/classes",
                    "subitems": []
                },
                {
                    "name": "Interfaces",
                    "path": "/javascript/interfaces",
                    "subitems": []
                },
                {
                    "name": "Generics",
                    "path": "/javascript/generics",
                    "subitems": []
                }
            ]
        },
        {
            "name": "Types",
            "path": "/types",
            "subitems": [
                {
                    "name": "Number",
                    "path": "/types/number",
                    "subitems": []
                },
                {
                    "name": "String",
                    "path": "/types/string",
                    "subitems": []
                },
                {
                    "name": "Boolean",
                    "path": "/types/boolean",
                    "subitems": []
                },
                {
                    "name": "Array",
                    "path": "/types/array",
                    "subitems": []
                },
                {
                    "name": "Function",
                    "path": "/types/function",
                    "subitems": []
                }
            ]
        },
        {
            "name": "Miscellaneous",
            "path": "",
            "subitems": [
                {
                    "name": "About",
                    "path": "/about",
                    "subitems": []
                },
                {
                    "name": "Support",
                    "path": "/support",
                    "subitems": []
                },
                {
                    "name": "Translate",
                    "path": "/translate",
                    "subitems": []
                },
                {
                    "name": "Sharing projects",
                    "path": "/share",
                    "subitems": []
                },
                {
                    "name": "Offline support",
                    "path": "/offline",
                    "subitems": []
                },
                {
                    "name": "Save",
                    "path": "/save",
                    "subitems": []
                }
            ]
        },
        {
            "name": "Developers",
            "path": "",
            "subitems": [
                {
                    "name": "Command Line Interface",
                    "path": "/cli",
                    "subitems": []
                },
                {
                    "name": "Visual Studio Code support",
                    "path": "/code",
                    "subitems": []
                },
                {
                    "name": "Blocks Embed",
                    "path": "/blocks-embed",
                    "subitems": []
                }
            ]
        }
    ],
    "id": "maker",
    "title": "MakeCode Maker - Blocks / Javascript editor",
    "name": "MakeCode Maker (Cortex class)",
    "description": "A Blocks / JavaScript code editor for MakeCode Maker Boards",
    "htmlDocIncludes": {}
}