-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtutorials.json
More file actions
62 lines (62 loc) · 2.43 KB
/
tutorials.json
File metadata and controls
62 lines (62 loc) · 2.43 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
[
{
"slug": "microscope",
"title": "OrionJS with Microscope Tutorial",
"description": "A comprehensive tutorial that that goes through the end-to-end setup for Orion",
"author": "fuzzybabybunny",
"authorGithub": "fuzzybabybunny",
"file": "microscope.md",
"smallImage": "https://farm9.staticflickr.com/8447/7767672620_597a2a1a11_z.jpg",
"bigImage": "https://farm9.staticflickr.com/8447/7767672620_b5e1cbd0f6_h.jpg"
},
{
"slug": "upgrading-to-v1-0",
"title": "Upgrade your Orion app to v1.0",
"description": "A complete tutorial on how to upgrade your app to be compatible with Orion v1.0",
"author": "Nicolás López",
"authorGithub": "nicolaslopezj",
"file": "upgrading-to-v1-0.md",
"smallImage": "http://i.imgur.com/U7QGtra.jpg",
"bigImage": "http://i.imgur.com/l43lRWL.jpg"
},
{
"slug": "securing-orion",
"title": "Security and Browser policies",
"description": "For protecting your server against script injection and your clients against XSS attacks",
"author": "Pierre-Eric Marchandet",
"authorGithub": "PEM--",
"file": "security.md",
"smallImage": "http://i.imgur.com/ZKtmTLq.jpg",
"bigImage": "http://i.imgur.com/bXKOYu0.jpg"
},
{
"slug": "how-to-contribute",
"title": "How to Contribute",
"description": "Set up your project so you contribute code",
"author": "Alen Balja",
"authorGithub": "mraak",
"file": "how-to-contribute.md",
"smallImage": "http://currentlabel.co.uk/hammock-thumb.jpg",
"bigImage": "http://currentlabel.co.uk/hammock.jpg"
},
{
"slug": "admin-template-override",
"title": "Admin template override",
"description": "Add specific behavior to your admin interface",
"author": "Pierre-Eric Marchandet",
"authorGithub": "PEM--",
"file": "admin-template-override.md",
"smallImage": "http://apod.nasa.gov/apod/image/1308/arp271_gemini_2048.jpg",
"bigImage": "http://apod.nasa.gov/apod/image/1308/arp271_gemini_2048.jpg"
},
{
"slug": "logging-system",
"title": "Logging system",
"description": "Create your own logger or re-use Orion's one",
"author": "Pierre-Eric Marchandet",
"authorGithub": "PEM--",
"file": "logging-system.md",
"smallImage": "https://s-media-cache-ak0.pinimg.com/originals/c5/68/46/c56846d983440c26fe430727d25f76b8.jpg",
"bigImage": "https://s-media-cache-ak0.pinimg.com/originals/c5/68/46/c56846d983440c26fe430727d25f76b8.jpg"
}
]