forked from WTFAcademy/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sync.json
54 lines (54 loc) · 1.35 KB
/
sync.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
[
{
"sync": "https://github.com/WTFAcademy/WTF-Ethers.git",
"path": "docs/ethers-101",
"scripts": [
"cp -r WTF-Ethers/0{1..9}_* ./",
"cp -r WTF-Ethers/10_* ./"
]
},
{
"sync": "https://github.com/WTFAcademy/WTF-Ethers.git",
"path": "docs/ethers-102",
"scripts": [
"cp -r WTF-Ethers/1{1..9}_* ./",
"cp -r WTF-Ethers/2{0..6}_* ./"
]
},
{
"sync": "https://github.com/AmazingAng/WTF-Solidity.git",
"path": "docs/solidity-101",
"scripts": [
"cp -r WTF-Solidity/0{1..9}_* ./",
"cp -r WTF-Solidity/1{0..5}_* ./",
"python3 ../../sync-meta.py"
]
},
{
"sync": "https://github.com/AmazingAng/WTF-Solidity.git",
"path": "docs/solidity-102",
"scripts": [
"cp -r WTF-Solidity/1{6..9}_* ./",
"cp -r WTF-Solidity/2{0..9}_* ./",
"cp -r WTF-Solidity/30_* ./",
"python3 ../../sync-meta.py"
]
},
{
"sync": "https://github.com/AmazingAng/WTF-Solidity.git",
"path": "docs/solidity-103",
"scripts": [
"cp -r WTF-Solidity/3{1..9}_* ./",
"cp -r WTF-Solidity/4{0..9}_* ./",
"cp -r WTF-Solidity/5{0..7}_* ./"
]
},
{
"sync": "https://github.com/AmazingAng/WTF-Solidity.git",
"path": "docs/solidity-104",
"scripts": [
"cp -r WTF-Solidity/S0{1..9}_* ./",
"cp -r WTF-Solidity/S1{0..7}_* ./"
]
}
]