-
Notifications
You must be signed in to change notification settings - Fork 284
/
config.json
44 lines (44 loc) · 1.37 KB
/
config.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
{
"ApplicationConfiguration": [
{
"origin": "docs\\zh-cn",
"destination": "wwwroot\\docs\\zh-cn",
"git": "https://github.com/neo-project/docs/blob/master/docs/zh-cn/"
},
{
"origin": "docs\\en-us",
"destination": "wwwroot\\docs\\en-us",
"git": "https://github.com/neo-project/docs/blob/master/docs/en-us/"
},
{
"origin": "faq\\zh-cn",
"destination": "wwwroot\\faq\\zh-cn",
"git": "https://github.com/neo-project/docs/blob/master/faq/zh-cn/"
},
{
"origin": "faq\\en-us",
"destination": "wwwroot\\faq\\en-us",
"git": "https://github.com/neo-project/docs/blob/master/faq/en-us/"
},
{
"origin": "articles\\zh-cn",
"destination": "wwwroot\\articles\\zh-cn",
"git": "https://github.com/neo-project/docs/blob/master/articles/zh-cn/"
},
{
"origin": "articles\\en-us",
"destination": "wwwroot\\articles\\en-us",
"git": "https://github.com/neo-project/docs/blob/master/articles/en-us/"
},
{
"origin": "tutorials\\zh-cn",
"destination": "wwwroot\\tutorials\\zh-cn",
"git": "https://github.com/neo-project/docs/blob/master/tutorials/zh-cn/"
},
{
"origin": "tutorials\\en-us",
"destination": "wwwroot\\tutorials\\en-us",
"git": "https://github.com/neo-project/docs/blob/master/tutorials/en-us/"
}
]
}