-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbook.json
More file actions
76 lines (76 loc) · 1.77 KB
/
book.json
File metadata and controls
76 lines (76 loc) · 1.77 KB
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
{
"title": "Kite Documentation",
"description": "Kite is building the base layer for the agentic internet. It is the first system that provides autonomous agents with cryptographic identity, programmable permissions, and native access to stablecoin payments.",
"author": "Kite Team",
"language": "en",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"plugins": [
"theme-default",
"highlight",
"search",
"sharing",
"fontsettings",
"livereload",
"copy-code-button",
"back-to-top-button",
"expandable-chapters",
"github",
"github-buttons",
"prism",
"splitter",
"toc"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true,
"styles": {
"website": "styles/website.css",
"pdf": "styles/pdf.css",
"epub": "styles/epub.css",
"mobi": "styles/mobi.css",
"ebook": "styles/ebook.css"
}
},
"github": {
"url": "https://github.com/gokite-ai"
},
"github-buttons": {
"repo": "gokite-ai/kite-docs",
"types": ["star", "watch", "fork"],
"size": "large"
},
"sharing": {
"facebook": true,
"twitter": true,
"google": false,
"weibo": false,
"instapaper": false,
"vk": false,
"all": ["facebook", "google", "twitter", "weibo", "instapaper"]
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
]
},
"toc": {
"addClass": true,
"className": "toc"
}
},
"styles": {
"website": "styles/website.css",
"pdf": "styles/pdf.css",
"epub": "styles/epub.css",
"mobi": "styles/mobi.css",
"ebook": "styles/ebook.css"
}
}