forked from gpbl/react-day-picker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
32 lines (32 loc) · 794 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
{
"title": "react-day-picker: flexible date picker for React",
"gitbook": "3.2.x",
"plugins": ["edit-link", "prism", "-highlight", "-sharing", "ga", "include", "anchors", "github-buttons", "githubcontributors"],
"root": "./docs",
"structure": {
"summary": "SUMMARY.md"
},
"styles": {
"website": "styles/website.css"
},
"pluginsConfig": {
"ga": {
"token": "UA-68185118-1"
},
"edit-link": {
"base": "https://github.com/gpbl/react-day-picker/tree/master/docs",
"label": "Edit This Page"
},
"github-buttons": {
"repo": "gpbl/react-day-picker",
"types": [
"star"
],
"size": "small"
},
"githubcontributors": {
"githubOwner": "gpbl",
"githubRepository": "react-day-picker"
}
}
}