-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtdoc.config.json
More file actions
68 lines (68 loc) · 1.71 KB
/
tdoc.config.json
File metadata and controls
68 lines (68 loc) · 1.71 KB
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
60
61
62
63
64
65
66
67
68
{
"name": "tinper-react",
"rootDir": "docs",
"dest": "tinper-react",
"common": {
"title": "tinper-react",
"footer": "Made By YonYouFED. © 2014 - 2016",
"home": "tinper-react",
"homeUrl": "",
"navbars": []
},
"options": {
"markdown": {
"menuLevel": 2
}
},
"pages": [
{
"name": "index",
"title": "开发框架",
"banner": {
"title": "一站式Web开发解决方案,提速增效~!"
},
"content": "./docs/index.md"
},
{
"title": "PC组件库tinper-bee",
"url": "http://bee.tinper.org/"
},
{
"title": "移动组件库lebra",
"url": "https://github.com/lebra/lebra-components"
},
{
"title": "应用框架Mirror",
"url": "http://bee.tinper.org/"
},
{
"title": "业务组件平台",
"url": "https://github.com/tinper-bee/bee-application-components"
},
{
"name": "build",
"title": "实战资料",
"banner": {
"title": "创建项目~!"
},
"content": "./docs/build.md"
},
{
"name": "other",
"title": "扩展资料",
"banner": {
"title": "其他资料~!"
},
"content": "./docs/ES6.md"
},
{
"name": "more",
"title": "更多",
"banner": {
"title": "更多",
"description": ""
},
"content": "./docs/more.md"
}
]
}