|
4 | 4 | "description": "个人的数据库学习笔记", |
5 | 5 | "author": "Zhang Peng", |
6 | 6 | "language": "zh-hans", |
| 7 | + "root": "./docs", |
7 | 8 | "links": { |
8 | 9 | "sidebar": { |
9 | 10 | "db-notes": "https://github.com/dunwu/db-notes" |
10 | 11 | } |
11 | 12 | }, |
12 | 13 | "plugins": [ |
13 | | - "-highlight", |
14 | | - "-livereload", |
15 | 14 | "-lunr", |
16 | 15 | "-search", |
17 | 16 | "advanced-emoji@^0.2.2", |
18 | | - "anchor-navigation-ex@0.1.8", |
| 17 | + "anchor-navigation-ex@1.0.10", |
19 | 18 | "anchors@^0.7.1", |
20 | | - "disqus@^0.1.0", |
21 | 19 | "edit-link@^2.0.2", |
22 | | - "emphasize@^1.1.0", |
23 | 20 | "expandable-chapters-small@^0.1.7", |
24 | | - "favicon@^0.0.2", |
25 | 21 | "github@^2.0.0", |
26 | | - "include-codeblock@^3.0.2", |
27 | | - "ace@^0.3.2", |
28 | | - "katex@^1.1.3", |
29 | | - "local-video@^1.0.1", |
30 | | - "prism@^2.1.0", |
31 | | - "prism-themes@^0.0.2", |
32 | 22 | "search-plus@^0.0.11", |
33 | | - "sectionx@^3.1.0", |
34 | 23 | "simple-page-toc@^0.1.1", |
35 | | - "sitemap-general@^0.1.1", |
36 | 24 | "splitter@^0.0.8", |
37 | | - "tbfed-pagefooter@^0.0.1", |
38 | | - "todo@^0.1.3" |
| 25 | + "tbfed-pagefooter@^0.0.1" |
39 | 26 | ], |
40 | 27 | "pluginsConfig": { |
41 | 28 | "anchor-navigation-ex": { |
42 | 29 | "showLevel": false, |
43 | 30 | "associatedWithSummary": true, |
| 31 | + "multipleH1": true, |
| 32 | + "mode": "float", |
44 | 33 | "isRewritePageTitle": false, |
45 | 34 | "float": { |
46 | 35 | "showLevelIcon": false, |
|
55 | 44 | "level3Icon": "fa fa-hand-o-right" |
56 | 45 | } |
57 | 46 | }, |
58 | | - "disqus": { |
59 | | - "shortName": "db-notes" |
60 | | - }, |
61 | 47 | "edit-link": { |
62 | 48 | "base": "https://github.com/dunwu/db-notes/blob/master", |
63 | 49 | "label": "编辑此页面" |
64 | 50 | }, |
65 | | - "favicon": { |
66 | | - "shortcut": "assets/images/folder.ico", |
67 | | - "bookmark": "assets/images/folder.ico" |
68 | | - }, |
69 | 51 | "github": { |
70 | 52 | "url": "https://github.com/dunwu/db-notes" |
71 | 53 | }, |
72 | | - "include-codeblock": { |
73 | | - "template": "ace", |
74 | | - "unindent": true, |
75 | | - "edit": true |
76 | | - }, |
77 | | - "sectionx": { |
78 | | - "tag": "b" |
79 | | - }, |
80 | 54 | "simple-page-toc": { |
81 | 55 | "maxDepth": 4, |
82 | 56 | "skipFirstH1": true |
83 | 57 | }, |
84 | | - "sitemap-general": { |
85 | | - "prefix": "https://github.com/dunwu/db-notes" |
86 | | - }, |
87 | 58 | "sharing": { |
88 | 59 | "weibo": true, |
89 | | - "facebook": true, |
90 | | - "twitter": true, |
91 | | - "google": false, |
92 | | - "instapaper": false, |
93 | | - "vk": false, |
94 | 60 | "all": [ |
95 | | - "facebook", |
96 | | - "google", |
97 | | - "twitter", |
98 | | - "weibo", |
99 | | - "instapaper" |
| 61 | + "weibo" |
100 | 62 | ] |
101 | 63 | }, |
102 | | - "theme-default": { |
103 | | - "showLevel": true |
104 | | - }, |
105 | 64 | "tbfed-pagefooter": { |
106 | 65 | "copyright": "Copyright © Zhang Peng 2017", |
107 | 66 | "modify_label": "该文件上次修订时间:", |
|
0 commit comments