-
Notifications
You must be signed in to change notification settings - Fork 3
/
atlas.json
49 lines (49 loc) · 1.02 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
{
"branch": "master",
"files": [
"cover.html",
"titlepage.html",
"copyright.html",
"toc.html",
"Dedication.html",
"Preface.html",
"Chapter010-Introduction.html",
"part1.html",
"Chapter020-Mobile-Messaging-STOMP.html",
"Chapter030-Web-Messaging-STOMP.html",
"Chapter040-Avdanced-STOMP.html",
"Chapter050-Beyond-STOMP.html",
"part2.html",
"Chapter060-Mobile-Messaging-MQTT.html",
"Chapter070-Web-Messaging-MQTT.html",
"Chapter080-Advanced-MQTT.html",
"part3.html",
"AppendixA-ActiveMQ.html",
"AppendixB-Mosquitto.html",
"ix.html",
"author_bio.html",
"colo.html"
],
"formats": {
"pdf": {
"version": "web",
"index": true,
"toc": true
},
"epub": {
"index": false,
"toc": true,
"epubcheck": true
},
"mobi": {
"index": false,
"toc": true
},
"html": {
"index": false,
"toc": false
}
},
"theme": "oreillymedia/animal_theme",
"title": "Mobile and Web Messaging"
}