forked from aerobatic/markdown-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.json
70 lines (70 loc) · 1.49 KB
/
index.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
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
{
"docs": [
{
"title": "Introduction",
"url": "introduction"
},
{
"title": "Getting Started",
"url": "getting-started"
},
{
"title": "Yoke CLI",
"url": "yoke"
},
{
"title": "Index page",
"url": "index-html"
},
{
"title": "Configuring package.json",
"url": "package-json"
},
{
"title": "Directory Structure",
"url": "directory-structure"
},
{
"title": "Simulator Mode",
"url": "simulator-mode"
},
{
"title": "API Gateway",
"url": "api-gateway"
},
{
"title": "Authentication",
"url": "auth"
},
{
"title": "Traffic Control",
"url": "traffic-control"
},
{
"title": "Performance",
"url": "performance"
}
],
"blogPosts": [
{
"title": "Build a Publishing Platform with AngularJS, GitHub, and Markdown",
"url": "2014/07/08/build-a-publishing-platform-with-angularjs-github-and-markdown"
},
{
"title": "Securing an HTML5 Salesforce Connected App",
"url": "2014/07/19/securing-an-html5-salesforce-connected-app"
},
{
"title": "Do it Yourself Social Sharing Buttons",
"url": "2014/07/23/do-it-yourself-social-sharing-buttons"
},
{
"title": "Aerobatic Starter Templates",
"url": "2014/08/27/aerobatic-starter-templates"
},
{
"title": "Google OAuth Support",
"url": "2014/11/05/google-oauth-support"
}
]
}