Light theme docs (#786)

* lighttheme toc

* use LEGO edu logo everywhere

* bump pxt
This commit is contained in:
Peli de Halleux 2018-09-20 14:23:08 -07:00 committed by GitHub
parent 245ff9d5b2
commit d7172a1f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -40,7 +40,7 @@
}, },
"dependencies": { "dependencies": {
"pxt-common-packages": "0.23.55", "pxt-common-packages": "0.23.55",
"pxt-core": "4.0.1" "pxt-core": "4.0.2"
}, },
"scripts": { "scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis" "test": "node node_modules/pxt-core/built/pxt.js travis"

View File

@ -79,11 +79,11 @@
}, },
"appTheme": { "appTheme": {
"accentColor": "#0089BF", "accentColor": "#0089BF",
"logoUrl": "https://education.lego.com/", "logoWide": true,
"logoUrl": "https://education.lego.com/",
"logo": "./static/lego_education_logo.png", "logo": "./static/lego_education_logo.png",
"docsLogo": "./static/lego-logo.svg", "docsLogo": "./static/lego_education_logo.png",
"portraitLogo": "./static/lego-logo.svg", "portraitLogo": "./static/lego_education_logo.png",
"footerLogo": "./static/lego-logo.svg",
"cardLogo": "./static/icons/android-chrome-192x192.png", "cardLogo": "./static/icons/android-chrome-192x192.png",
"appLogo": "./static/icons/android-chrome-192x192.png", "appLogo": "./static/icons/android-chrome-192x192.png",
"organization": "Microsoft MakeCode", "organization": "Microsoft MakeCode",
@ -137,6 +137,7 @@
"invertedMonaco": false, "invertedMonaco": false,
"monacoToolbox": true, "monacoToolbox": true,
"invertedToolbox": false, "invertedToolbox": false,
"lightToc": true,
"coloredToolbox": true, "coloredToolbox": true,
"hasAudio": true, "hasAudio": true,
"saveInMenu": true, "saveInMenu": true,