This repository has been archived by the owner on Jan 1, 2021. It is now read-only.
forked from atom/flight-manual.atom.io
-
Notifications
You must be signed in to change notification settings - Fork 4
/
atlas.json
64 lines (64 loc) · 1.62 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
58
59
60
61
62
63
64
{
"name": "schacon/atom",
"branch": "master",
"files": [
"book/cover.html",
"LICENSE.asc",
"book/preface.asc",
"book/toc.asc",
"book/01-introduction/1-introduction.asc",
"book/02-using-atom/1-using-atom.asc",
"book/03-hacking-atom/1-hacking-atom.asc",
"book/04-behind-atom/1-behind-atom.asc",
"book/A-upgrading/1-upgrading.asc",
"book/index.asc"
],
"formats": {
"pdf": {
"version": "web",
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false
},
"epub": {
"index": true,
"toc": true,
"epubcheck": true,
"embedded_fonts": [
"fonts/DejaVuSerif.otf",
"fonts/DejaVuSans-Bold.otf",
"fonts/hold/UbuntuMono-Bold.otf",
"fonts/hold/UbuntuMono-BoldItalic.otf",
"fonts/hold/UbuntuMono-Regular.otf",
"fonts/hold/UbuntuMono-Italic.otf"
],
"syntaxhighlighting": true,
"show_comments": false
},
"mobi": {
"index": true,
"toc": true,
"embedded_fonts": [
"fonts/DejaVuSerif.otf",
"fonts/DejaVuSans-Bold.otf",
"fonts/hold/UbuntuMono-Bold.otf",
"fonts/hold/UbuntuMono-BoldItalic.otf",
"fonts/hold/UbuntuMono-Regular.otf",
"fonts/hold/UbuntuMono-Italic.otf"
],
"syntaxhighlighting": true,
"show_comments": false
},
"html": {
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"consolidate": false,
"consolidated": false
}
},
"theme": "oreillymedia/atlas_tech1c_theme",
"title": "Atom Flight Manual"
}