-
Notifications
You must be signed in to change notification settings - Fork 582
/
pxtarget.json
40 lines (40 loc) · 1.1 KB
/
pxtarget.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"id": "core",
"name": "Microsoft MakeCode",
"title": "Microsoft MakeCode",
"description": "A toolkit to build JavaScript Blocks editors.",
"bundleddirs": [],
"compile": {
"hasHex": false,
"jsRefCounting": true
},
"appTheme": {
"logoUrl": "https://makecode.com/",
"logo": "./static/logo.svg",
"docsLogo": "./static/logo.svg",
"portraitLogo": "./static/logo.svg",
"organizationLogo": "./static/orglogo.png",
"organizationWideLogo": "./static/orglogowide.png",
"homeUrl": "https://makecode.com/",
"cardLogo": "./static/logo.svg",
"appLogo": "./static/logo.svg",
"crowdinProject": "makecode",
"docMenu": [
{
"name": "About",
"path": "/about"
},
{
"name": "Docs",
"path": "/docs"
},
{
"name": "Blog",
"path": "/blog"
}
],
"hideDocsEdit": true,
"hideDocsSimulator": true
},
"uploadDocs": true
}