forked from snowdreams1006/gitbook-plugin-copyright
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
23 lines (23 loc) · 678 Bytes
/
Copy pathbook.json
File metadata and controls
23 lines (23 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"title": "copyright简单示例",
"author": "snowdreams1006",
"description": "gitbook-plugin-copyright简单示例",
"language": "zh-hans",
"gitbook": "3.2.3",
"links": {
"sidebar": {
"snowdreams1006": "https://snowdreams1006.github.io/"
}
},
"plugins": [
"copyright"
],
"pluginsConfig":{
"copyright": {
"site": "https://snowdreams1006.github.io/gitbook-plugin-copyright/",
"author": "雪之梦技术驿站",
"website": "雪之梦技术驿站",
"image": "https://snowdreams1006.github.io/snowdreams1006-wechat-open.png"
}
}
}