Turn off all menu items except Restart Box

Note: Setting this up means they have no way to return to the dashboard from the menu. If you hide “Back to Dashboard” in the guide they are stuck. Documentation: Global Guide Settings — documentation

Paste the following into a file named .codio-menu in the workspace directory. Documentation about customizing the menu can be found here: Author and student views — documentation

{
    "Logo": false, // hides the Codio logo
    "Codio": false, // hides the Codio menu dropdown
    "Project": {
        "Settings": false, // hides the Settings option in the Project menu dropdown
        "Stack": false, // hides the Stack option in the Project menu dropdown
        "Permissions": false, // hides the Permissions option in the Project menu dropdown
        "Box Info": false, // hides the Box Info option in the Project menu dropdown
        "Reset Box": false, // hides the Reset Box option in the Project menu dropdown
        "Resync File Tree": false, // hides the Resynch File Tree option in the Project menu dropdown
        "Create Copy": false, // hides the Create Copy option in the Project menu dropdown
        "Share": false, // hides the Share option in the Project menu dropdown
        "Export as Zip": false, // hides the Export as Zip option in the Project menu dropdown
        "QR Code for Preview URL": false, // hides the QR Code for Preview URL option in the Project menu dropdown
        "Discard Changes": false, // hides the Discard Changes option in the Project menu dropdown
        "Exit": false // hides the Exit option in the Project menu dropdown
    },
    "File": false, // hides the File menu dropdown
    "Edit": false, // hides the Edit menu dropdown
    "Find": false, // hides the Find menu dropdown
    "View": false, // hides the View menu dropdown
    "Tools": false, // hides the Tools menu dropdown
    "Education": false, // hides the Education menu dropdown
    "Help": false, // hides the Help menu dropdown
    "Run": false, // hides the Run menu dropdown
    "Preview": false, // hides the Preview menu dropdown
    "Debugger": false, // hides the Debugger menu dropdown
    "Status": false // hides the Status icon, user Avatar, user name and exit button
}