forked from naming-convention/naming-convention-guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
executable file
·34 lines (34 loc) · 820 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
33
34
{
"title": "Naming Convention",
"plugins": [
"github-edit",
"sitemap-general",
"smart-nav-collapse",
"githubcontributors",
"link-fix",
"contributors-each-page"
],
"pluginsConfig": {
"github-edit": {
"repo": "naming-convention/naming-convention-guides",
"branch": "master"
},
"sitemap-general": {
"prefix": "https://namingconvention.org/"
},
"githubcontributors": {
"githubOwner": "naming-convention",
"githubRepository": "naming-convention-guides",
"contributorWidth": "40px"
},
"contributors-each-page": {
"owner": "naming-convention",
"repository": "naming-convention-guides",
"title": "Contributors",
"excluded": ["README.md"]
}
},
"styles": {
"website": "styles/website.css"
}
}