-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtoc.json
172 lines (172 loc) · 4.42 KB
/
toc.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"toc": [
"homepage", "toc", "intro", "part-1", "chapter-1", "chapter-2", "chapter-3",
"chapter-4", "chapter-5", "chapter-6", "chapter-7", "part-2", "chapter-8",
"chapter-9", "chapter-10", "chapter-11", "chapter-12", "chapter-13", "part-3"
],
"pages": [
{
"id": "homepage",
"name": "Home",
"title": "Automated Agents",
"content" : "front.md",
"slug": "index.html",
"template": "front.template.html",
"skip": true,
"root": true
},
{
"id": "toc",
"name": "Table of Content",
"title": "Table of Content",
"content" : "auto",
"template": "toc.template.html",
"slug": "content.html",
"root": true
},
{
"id": "intro",
"title": "Introduction",
"name": "Introduction",
"slug": "intro.html",
"content": "intro.md",
"template": "content.template.html",
"root": true
},
{
"id": "part-1",
"name": "Part I",
"title": "Understanding Chatbots",
"slug": "part-one-intro.html",
"content": "part-one/intro.md",
"template": "content.template.html",
"section": true,
"meta": {
"description": "This section explores the functional purpose of chatbots. The focus is on building practical applications that integrate seamlessly with various tools and provide real value to users, rather than just mimicking human behavior.",
"keywords": "AI functionality, chatbots, practical applications, problem solving, integration"
}
},
{
"id": "chapter-1",
"name": "Chapter 1",
"title": "A Place to Start",
"slug": "chapter-1.html",
"content": "part-one/c01.md",
"template": "content.template.html"
},
{
"id": "chapter-2",
"name": "Chapter 2",
"title": "Solving People Problems",
"slug": "chapter-2.html",
"content": "part-one/c02.md",
"template": "content.template.html"
},
{
"id": "chapter-3",
"name": "Chapter 3",
"title": "Integration",
"slug": "chapter-3.html",
"content": "part-one/c03.md",
"template": "content.template.html"
},
{
"id": "chapter-4",
"name": "Chapter 4",
"title": "Artificial Intelligence",
"slug": "chapter-4.html",
"content": "part-one/c04.md",
"template": "content.template.html"
},
{
"id": "chapter-5",
"name": "Chapter 5",
"title": "The Workflow ",
"slug": "chapter-5.html",
"content": "part-one/c05.md",
"template": "content.template.html"
},
{
"id": "chapter-6",
"name": "Chapter 6",
"title": "The Core Application",
"slug": "chapter-6.html",
"content": "part-one/c06.md",
"template": "content.template.html"
},
{
"id": "chapter-7",
"name": "Chapter 7",
"title": "Protecting Users",
"slug": "chapter-7.html",
"content": "part-one/c07.md",
"template": "content.template.html"
},
{
"id": "part-2",
"name": "Part II",
"title": "Understanding Chatbots",
"slug": "part-two-intro.html",
"content": "part-two/intro.md",
"template": "content.template.html",
"section": true
},
{
"id": "chapter-8",
"name": "Chapter 8",
"title": "The Chat Application",
"slug": "chapter-8.html",
"content": "part-two/c08.md",
"template": "content.template.html"
},
{
"id": "chapter-9",
"name": "Chapter 9",
"title": "Integrating AI",
"slug": "chapter-9.html",
"content": "part-two/c09.md",
"template": "content.template.html"
},
{
"id": "chapter-10",
"name": "Chapter 10",
"title": "Integrating a Help Desk",
"slug": "chapter-10.html",
"content": "part-two/c10.md",
"template": "content.template.html"
},
{
"id": "chapter-11",
"name": "Chapter 11",
"title": "Integrating eCommerce",
"slug": "chapter-11.html",
"content": "part-two/c11.md",
"template": "content.template.html"
},
{
"id": "chapter-12",
"name": "Chapter 12",
"title": "Integrating a Carrier",
"slug": "chapter-12.html",
"content": "part-two/c12.md",
"template": "content.template.html"
},
{
"id": "chapter-13",
"name": "Chapter 13",
"title": "Designing a Workflow",
"slug": "chapter-13.html",
"content": "part-two/c13.md",
"template": "content.template.html"
},
{
"id": "part-3",
"name": "Part III",
"title": "Beyond eCommerce",
"slug": "part-three-intro.html",
"content": "part-three/intro.md",
"template": "content.template.html",
"section": true
}
]
}