-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
37 lines (37 loc) · 869 Bytes
/
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
[
{
"id": 1,
"groupName": "Frontend Frameworks",
"filePath": "projects/frontend_frameworks.txt"
},
{
"id": 2,
"groupName": "Backend Frameworks",
"filePath": "projects/backend_frameworks.txt"
},
{
"id": 3,
"groupName": "Mobile Application Frameworks",
"filePath": "projects/mobile_frameworks.txt"
},
{
"id": 4,
"groupName": "Testing Tools",
"filePath": "projects/testing_tools.txt"
},
{
"id": 5,
"groupName": "DevOps Tools",
"filePath": "projects/devops_tools.txt"
},
{
"id": 6,
"groupName": "Databases",
"filePath": "projects/databases.txt"
},
{
"id": 7,
"groupName": "Programming Languages",
"filePath": "projects/programming_languages.txt"
}
]