forked from stevestreza/DevCenter.me
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsites.json
More file actions
72 lines (72 loc) · 1.46 KB
/
sites.json
File metadata and controls
72 lines (72 loc) · 1.46 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"sites": [
{
"shortcuts": ["apple"],
"name": "Apple",
"sortKey": "Apple",
"url": "http://developer.apple.com/"
},
{
"shortcuts": ["ios"],
"name": "iOS Dev Center",
"sortKey": "Apple iOS",
"url": "http://developer.apple.com/devcenter/ios/"
},
{
"shortcuts": ["mac"],
"name": "Mac Dev Center",
"sortKey": "Apple Mac",
"url": "http://developer.apple.com/devcenter/mac/"
},
{
"shortcuts": ["android", "droid"],
"name": "Android",
"url": "http://developer.android.com/"
},
{
"shortcuts": ["twitter", "tw"],
"name": "Twitter",
"url": "http://dev.twitter.com/"
},
{
"shortcuts": ["facebook", "fb"],
"name": "Facebook",
"url": "http://developers.facebook.com/"
},
{
"shortcuts": ["google", "goog"],
"name": "Google",
"url": "http://developers.google.com/"
},
{
"shortcuts": ["dropbox", "dbx", "db"],
"name": "Dropbox",
"url": "http://dropbox.com/developers/"
},
{
"shortcuts": ["app.net", "adn"],
"name": "App.net",
"url": "http://developers.app.net/"
},
{
"shortcuts": ["pocket"],
"name": "Pocket",
"url": "http://getpocket.com/developer/"
},
{
"shortcuts": ["linkedin"],
"name": "LinkedIn",
"url": "http://developer.linkedin.com/"
},
{
"shortcuts": ["reddit"],
"name": "Reddit",
"url": "http://www.reddit.com/dev/api"
},
{
"shortcuts": ["sendgrid", "sg"],
"name": "Sendgrid",
"url": "http://sendgrid.com/developer"
}
]
}