forked from fossasia/labyrinth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
39 lines (39 loc) · 956 Bytes
/
data.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
{
"vermaTation":[
{
"itemName":"Inventory",
"author" : "Yash Kumar Verma",
"github" : "yashkumarverma",
"file" : "API-Inventory.html",
"slug" : "API-Inventory"
}
,{
"itemName":"Adding New Tiles",
"author" : "Labyrinth Team",
"github" : "fossasia/labyrinth/",
"file" : "adding-new-tile.html",
"slug" : "API-Adding-New-Tile"
},
{
"itemName":"Adding New Characters",
"author" : "Labyrinth Team",
"github" : "fossasia/labyrinth/",
"file" : "adding-new-characters.html",
"slug" : "API-Adding-New-Characters"
},
{
"itemName":"Adding New Music",
"author" : "Labyrinth Team",
"github" : "fossasia/labyrinth/",
"file" : "adding-new-music.html",
"slug" : "API-Adding-New-Music"
},
{
"itemName":"Adding New Badge",
"author" : "Labyrinth Team",
"github" : "fossasia/labyrinth/",
"file" : "adding-new-badge.html",
"slug" : "API-Adding-New-Badge"
}
]
}