migrating to pxt.microbit.org settings

This commit is contained in:
Peli de Halleux
2016-10-21 10:49:04 -07:00
parent 13089f92a8
commit f9d138cb42
38 changed files with 356 additions and 68 deletions

View File

@ -1,8 +1,8 @@
{
"id": "microbit",
"nickname": "microbit",
"name": "code the micro:bit",
"title": "code the micro:bit - Blocks / Javascript editor",
"name": "pxt.microbit.org",
"title": "pxt.microbit.org - Blocks / Javascript editor for micro:bit",
"description": "A Blocks / JavaScript code editor for the micro:bit.",
"corepkg": "core",
"bundleddirs": [
@ -14,15 +14,12 @@
"cloud": {
"workspace": false,
"packages": true,
"sharing": true,
"sharing": false,
"publish": false,
"preferredPackages": [
"Microsoft/pxt-neopixel",
"Microsoft/pxt-sonar",
"Microsoft/pxt-max6675",
"Microsoft/pxt-i2c-fram"
"Microsoft/pxt-neopixel"
],
"githubPackages": true
"githubPackages": false
},
"blocksprj": {
"id": "blocksprj",
@ -84,12 +81,12 @@
"microbit-pins": "",
"microbit-serial": ""
}
},
},
{
"type": "api",
"map": {
"bluetooth\\.uartRead\\((.*?)\\)" : "bluetooth.uartReadUntil($1)",
"bluetooth\\.uartWrite\\((.*?)\\)" : "bluetooth.uartWriteUntil($1)"
"bluetooth\\.uartRead\\((.*?)\\)": "bluetooth.uartReadUntil($1)",
"bluetooth\\.uartWrite\\((.*?)\\)": "bluetooth.uartWriteUntil($1)"
}
}
]
@ -214,21 +211,23 @@
},
"appTheme": {
"accentColor": "#5C005C",
"logoUrl": "https://codethemicrobit.com/about",
"logoUrl": "http://microbit.org/",
"logo": "./static/microbit.simplified.svg",
"docsLogo": "./static/microbit.simplified.svg",
"portraitLogo": "./static/microbit.simplified.svg",
"footerLogo": "./static/microbit.simplified.svg",
"docsLogo": "./static/logo.square.white.svg",
"portraitLogo": "./static/logo.square.black.svg",
"footerLogo": "./static/logo.portrait.black.svg",
"cardLogo": "https://az851932.vo.msecnd.net/pub/drbwxcth",
"appLogo": "https://az851932.vo.msecnd.net/pub/tbhemtig",
"organization": "Microsoft",
"organizationUrl": "https://codethemicrobit.com/",
"organizationUrl": "https://pxt.io/",
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png",
"homeUrl": "https://codethemicrobit.com/",
"embedUrl": "https://codethemicrobit.com/",
"homeUrl": "https://pxt.microbit.org/",
"embedUrl": "https://pxt.microbit.org/",
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
"githubUrl": "https://github.com/Microsoft/pxt-microbit",
"boardName": "micro:bit",
"sideDoc": "getting-started",
"browserSupport": [
{
"name": "unsupported",
@ -256,8 +255,11 @@
"path": "/browsers/windows"
}
],
"boardName": "micro:bit",
"docMenu": [
{
"name": "Support",
"path": "http://support.microbit.org/"
},
{
"name": "Getting Started",
"path": "/getting-started"
@ -283,7 +285,6 @@
"path": "/device"
}
],
"sideDoc": "getting-started",
"usbDocs": "/device/usb",
"usbHelp": [
{