forked from jsbin/learn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
harp.json
34 lines (33 loc) · 1.3 KB
/
harp.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
{
"globals": {
"categories": [
{ "name": "learn", "title": "Learn", "description": "Making more use of JS Bin as part of your tools" },
{ "name": "hack", "title": "Hacking & play", "description": "Prototypes, demos, and sharing your work" },
{ "name": "fix", "title": "Fix & contribute", "description": "Making JS Bin better for everyone, and advanced usage" },
{ "name": "teach", "title": "Teach & share your knowledge", "description": "Using JS Bin to teach others via blogs and published work or classroom and multi-user environments" },
{ "name": "pro", "title": "Pro features", "description": "" }
],
"siteTitle": "JS Bin Documentation",
"jsbin": "//jsbin.com",
"authors": {
"remy": {
"name": "Remy Sharp",
"avatar": "https://learn.jsbin.com/images/avatars/remy.jpg"
},
"danny": {
"name": "Danny Hope",
"avatar": "https://learn.jsbin.com/images/avatars/danny.jpg"
},
"fabien": {
"name": "Fabien O'Carroll",
"avatar": "https://learn.jsbin.com/images/avatars/fabien.jpg"
},
"giulia": {
"name": "Giulia Alfonsi",
"avatar": "https://learn.jsbin.com/images/avatars/giulia.jpg"
}
},
"analytics": "UA-1656750-13",
"old-analytics": "UA-1656750-35"
}
}