- Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathbook.json
More file actions
Latest commit
19 lines (19 loc) · 396 Bytes
/
Copy pathbook.json
File metadata and controls
19 lines (19 loc) · 396 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"plugins": [
"collapsible-chapters",
"comment",
"hide-published-with",
"github",
"edit-link"
],
"pluginsConfig": {
"collapsible-chapters": {},
"github": {
"url": "https://github.com/velopert/react-tutorial"
},
"edit-link": {
"base": "https://github.com/velopert/react-tutorial/edit/master",
"label": "수정 요청하기"
}
}
}