-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathbook.json
More file actions
38 lines (38 loc) · 934 Bytes
/
Copy pathbook.json
File metadata and controls
38 lines (38 loc) · 934 Bytes
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
35
36
37
38
{
"title": "Elasticsearch中文指南",
"description": "官方Elasticsearch Reference的中文翻译",
"language": "zh",
"plugins": [
"github",
"editlink",
"prism",
"tbfed-pagefooter",
"github-buttons"
],
"pluginsConfig": {
"sharing": {
"weibo": true,
"twitter": false,
"facebook": false
},
"github": {
"url": "https://github.com/aqlu/elasticsearch-reference-cn"
},
"editlink": {
"base": "https://github.com/aqlu/elasticsearch-reference-cn/blob/master",
"label": "编辑"
},
"tbfed-pagefooter": {
"copyright":"© <a href='http://www.apache.wiki/' target='_blank'>ApacheCN</a> Team",
"modify_label": "该文件修订于:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"github-buttons": {
"repo": "aqlu/elasticsearch-reference-cn",
"types": [
"star"
],
"size": "small"
}
}
}