|
| 1 | +{ |
| 2 | + "gitbook": "3.2.2", |
| 3 | + "title": "linux-notes", |
| 4 | + "description": "linux 学习笔记", |
| 5 | + "author": "Zhang Peng", |
| 6 | + "language": "zh-hans", |
| 7 | + "root": "./docs", |
| 8 | + "links": { |
| 9 | + "sidebar": { |
| 10 | + "linux-notes": "https://github.com/dunwu/linux-notes" |
| 11 | + } |
| 12 | + }, |
| 13 | + "plugins": [ |
| 14 | + "-lunr", |
| 15 | + "-search", |
| 16 | + "advanced-emoji@^0.2.2", |
| 17 | + |
| 18 | + "anchors@^0.7.1", |
| 19 | + "edit-link@^2.0.2", |
| 20 | + "expandable-chapters-small@^0.1.7", |
| 21 | + "github@^2.0.0", |
| 22 | + "search-plus@^0.0.11", |
| 23 | + "simple-page-toc@^0.1.1", |
| 24 | + "splitter@^0.0.8", |
| 25 | + "tbfed-pagefooter@^0.0.1" |
| 26 | + ], |
| 27 | + "pluginsConfig": { |
| 28 | + "anchor-navigation-ex": { |
| 29 | + "showLevel": false, |
| 30 | + "associatedWithSummary": true, |
| 31 | + "multipleH1": true, |
| 32 | + "mode": "float", |
| 33 | + "isRewritePageTitle": false, |
| 34 | + "float": { |
| 35 | + "showLevelIcon": false, |
| 36 | + "level1Icon": "fa fa-hand-o-right", |
| 37 | + "level2Icon": "fa fa-hand-o-right", |
| 38 | + "level3Icon": "fa fa-hand-o-right" |
| 39 | + }, |
| 40 | + "pageTop": { |
| 41 | + "showLevelIcon": false, |
| 42 | + "level1Icon": "fa fa-hand-o-right", |
| 43 | + "level2Icon": "fa fa-hand-o-right", |
| 44 | + "level3Icon": "fa fa-hand-o-right" |
| 45 | + } |
| 46 | + }, |
| 47 | + "edit-link": { |
| 48 | + "base": "https://github.com/dunwu/linux-notes/blob/master/docs", |
| 49 | + "label": "编辑此页面" |
| 50 | + }, |
| 51 | + "github": { |
| 52 | + "url": "https://github.com/dunwu" |
| 53 | + }, |
| 54 | + "simple-page-toc": { |
| 55 | + "maxDepth": 4, |
| 56 | + "skipFirstH1": true |
| 57 | + }, |
| 58 | + "sharing": { |
| 59 | + "weibo": true, |
| 60 | + "all": [ |
| 61 | + "weibo" |
| 62 | + ] |
| 63 | + }, |
| 64 | + "tbfed-pagefooter": { |
| 65 | + "copyright": "Copyright © Zhang Peng 2017", |
| 66 | + "modify_label": "该文件上次修订时间:", |
| 67 | + "modify_format": "YYYY-MM-DD HH:mm:ss" |
| 68 | + } |
| 69 | + } |
| 70 | +} |
0 commit comments