-
-
Notifications
You must be signed in to change notification settings - Fork 354
/
book.json
32 lines (32 loc) · 900 Bytes
/
book.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
{
"gitbook": ">=3.0.0",
"title": "AGiXT",
"description": "AGiXT is a dynamic AI Automation Platform that seamlessly orchestrates instruction management and complex task execution across diverse AI providers. Combining adaptive memory, smart features, and a versatile plugin system, AGiXT delivers efficient and comprehensive AI solutions.",
"root": "./docs/",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"plugins": [
"page-toc-button",
"github-issue-feedback",
"summary"
],
"pluginsConfig": {
"page-toc-button": {
"maxTocDepth": 2,
"minTocSize": 2
},
"github-issue-feedback": {
"repo": "Josh-XT/AGiXT",
"label": "Submit an issue"
},
"edit-link": {
"base": "https://github.com/Josh-XT/AGiXT/edit/master/docs/",
"label": "Edit"
}
},
"pdf": {
"fontFamily": "IPAexMincho"
}
}