-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbook.json
31 lines (31 loc) · 949 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
{
"root": "./docs",
"title": "Quill.org Docs",
"description": "Quill.org Docs on major functionality.",
"author": "Donald McKendrick",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"plugins": ["edit-link", "rss@git+https://github.com/ddmck/gitbook-plugin-rss"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/empirical-org/Empirical-Core/edit/develop/docs",
"label": "Edit This Page"
},
"rss": {
"title": "Quill.org Documentation",
"description": "Documentation for Quill.org functionality lives here.",
"site_url": "https://docs.quill.org/",
"feed_url": "https://docs.quill.org/updates.rss",
"managingEditor": "[email protected] (Donald McKendrick)",
"webMaster": "[email protected] (Donald McKendrick)",
"categories": [
"Edtech",
"Rails",
"Javascript",
"Documentation"
]
}
}
}