forked from odewahn/dds-field-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.json
49 lines (49 loc) · 1.3 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
{
"themes": [
{
"icon": "fa-cloud",
"description": "The cloud is the default platform.",
"link": "ch02.html"
},
{
"icon": "fa-cogs",
"description": "CI servers deploy code, not ops.",
"link": "ch03.html"
},
{
"icon": "fa-github",
"description": "The codebase is in git.",
"link": "ch04.html"
},
{
"icon": "fa-laptop",
"description": "The application runs locally on development.",
"link": "ch05.html"
},
{
"icon": "fa-wrench",
"description": "The environment is automated in the code.",
"link": "ch06.html"
},
{
"icon": "fa-stethoscope",
"description": "The monitoring infrastructure is critical.",
"link": "ch07.html"
},
{
"icon": "fa-thumbs-o-up",
"description": "Tests done in code, not by a QA department.",
"link": "ch08.html"
},
{
"icon": "fa-th-large",
"description": "Containers are the default deployment target.",
"link": "ch09.html"
},
{
"icon": "fa-comments",
"description": "Realtime chat and chatbots.",
"link": "ch10.html"
}
]
}