-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
59 lines (59 loc) · 1.58 KB
/
book.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"structure": {
"summary": "SUMMARY.md",
"readme": "index.md"
},
"variables": {
"products": [
{
"name": "Cocos Creator",
"links": [
{
"name": "Manual",
"link": "https://docs.cocos.com/creator/2.0/manual/zh"
},
{
"name": "API Ref",
"link": "https://docs.cocos.com/creator/2.0/api/zh"
}
]
},
{
"name": "Cocos2d-x",
"links": [
{
"name": "Manual",
"link": "https://docs.cocos.com/cocos2d-x/manual/zh"
},
{
"name": "API Ref",
"link": "http://docs.cocos2d-x.org/api-ref/index.html"
}
]
},
{
"name": "Cocos3D",
"links": [
{
"name": "Manual",
"link": "#"
},
{
"name": "API Ref",
"link": "#"
}
]
},
{
"name": "AnySDK",
"link": "http://docs.anysdk.com/"
}
],
"version": [
{
"name": "1.0",
"links": []
}
]
}
}