-
Notifications
You must be signed in to change notification settings - Fork 4
/
snippet.json
44 lines (44 loc) · 853 Bytes
/
snippet.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
{
'categoryl0': 'Languages and Programming',
'categoryl1': '',
'skills': {
'beginner': '',
'intermediate': '',
'confirmed': '',
'expert': ''
},
'trends': {
'description': '',
'links': []
},
'articles': {
'description': '',
'links': [{
title: 'title',
url: 'url'
}, {
title: 'title',
url: 'url'
}]
},
'courses': {
'description': '',
'links': [{
title: 'title',
url: 'url'
}, {
title: 'title',
url: 'url'
}]
},
'books': {
'description': '',
'links': [{
title: 'title',
url: 'url'
}, {
title: 'title',
url: 'url'
}]
}
}