forked from RyanTech/openwrt-fanqiang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
38 lines (36 loc) · 1.12 KB
/
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
35
36
37
38
{
"language":"zh-hans",
"title":"OpwnWrt路由器自动翻墙、科学上网教程",
"description":"史上最详细的路由器科学上网、翻墙教程,OpenWrt,shadowsocks",
"author":"fanqiang.software-download.name",
"links" : {
"sidebar" : {
"翻墙教程 Github" : "https://github.com/softwaredownload/openwrt-fanqiang"
}
},
"plugins": [
"search",
"splitter",
"page-footer-ex",
"sitemap-general",
"anchors",
"expandable-chapters",
"neo-navigator"
],
"pluginsConfig": {
"page-footer-ex": {
"copyright": "版权所有,转载请注明出处: [https://fanqiang.software-download.name](https://fanqiang.software-download.name)",
"markdown": true,
"update_label": "",
"update_format": "YYYY-MM-DD"
},
"sitemap-general": {
"prefix": "https://fanqiang.softwaredownload.name/"
},
"page-toc" : {
"selector": ".markdown-section h1, .markdown-section h2",
"position": "before-first",
"showByDefault": true
}
}
}