-
Notifications
You must be signed in to change notification settings - Fork 53
/
atlas.json
57 lines (57 loc) · 1.29 KB
/
atlas.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
{
"branch": "master",
"files": [
"titlepage.html",
"copyright.html",
"toc.html",
"README.md",
"cloud-as-default.md",
"ci-servers.md",
"codebase.md",
"local-dev.md",
"manage-environment.md",
"monitoring.md",
"testing-tools.md",
"containers.md",
"realtime-chat-and-chatbots.md",
"contributors.md",
"survey-form.html",
"application_stacks.md"
],
"formats": {
"pdf": {
"version": "web",
"index": true,
"toc": true,
"syntaxhighlighting": false,
"show_comments": false
},
"epub": {
"index": false,
"toc": true,
"epubcheck": true,
"syntaxhighlighting": true,
"show_comments": false
},
"mobi": {
"index": false,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false
},
"html": {
"index": false,
"toc": true,
"syntaxhighlighting": false,
"show_comments": false,
"consolidate": false,
"consolidated": false
}
},
"theme": "[email protected]:odewahn/simple_theme.git",
"title": "A Field Guide to the Distributed Development Stack ",
"github_url": "https://github.com/odewahn/dds-field-guide",
"practice-area": "webops",
"ga_code": "UA-39014713-4",
"forum_shortname": "dockerjumpstart"
}