book.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "title": "GitBook 使用教程",
  3. "description": "记录 GitBook 的配置和一些插件的使用",
  4. "author": "zhangjikai",
  5. "output.name": "site",
  6. "language": "zh-hans",
  7. "gitbook": "",
  8. "root": ".",
  9. "structure": {
  10. "readme": "introduction.md"
  11. },
  12. "links": {
  13. "sidebar": {
  14. }
  15. },
  16. "plugins": [
  17. "-lunr",
  18. "-search",
  19. "-highlight",
  20. "-livereload",
  21. "search-plus@^0.0.11",
  22. "simple-page-toc@^0.1.1",
  23. "github@^2.0.0",
  24. "github-buttons@2.1.0",
  25. "edit-link@^2.0.2",
  26. "disqus@^0.1.0",
  27. "prism@^2.1.0",
  28. "prism-themes@^0.0.2",
  29. "advanced-emoji@^0.2.1",
  30. "anchors@^0.7.1",
  31. "include-codeblock@^3.0.2",
  32. "ace@^0.3.2",
  33. "emphasize@^1.1.0",
  34. "katex@^1.1.3",
  35. "splitter@^0.0.8",
  36. "mermaid-gb3@2.1.0",
  37. "-tbfed-pagefooter@^0.0.1",
  38. "expandable-chapters-small@^0.1.7",
  39. "sectionx@^3.1.0",
  40. "-donate@^1.0.2",
  41. "local-video@^1.0.1",
  42. "sitemap-general@^0.1.1",
  43. "anchor-navigation-ex@0.1.8",
  44. "favicon@^0.0.2",
  45. "todo@^0.1.3",
  46. "3-ba@^0.9.0",
  47. "terminal@^0.3.2",
  48. "alerts@^0.2.0",
  49. "include-csv@^0.1.0",
  50. "puml@^1.0.1",
  51. "musicxml@^1.0.2",
  52. "klipse@^1.2.0",
  53. "versions-select@^0.1.1",
  54. "rss@^3.0.2",
  55. "-sharing",
  56. "sharing-plus@^0.0.2",
  57. "graph@^0.1.0",
  58. "chart@^0.2.0",
  59. "expandable-chapters",
  60. "embed-pdf",
  61. "lightbox"
  62. ],
  63. "pluginsConfig": {
  64. "theme-default": {
  65. "showLevel": false
  66. },
  67. "disqus": {
  68. "shortName": "gitbookuse"
  69. },
  70. "prism": {
  71. "css": [
  72. "prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
  73. ]
  74. },
  75. "github": {
  76. "url": "https://github.com/zhangjikai/gitbook-use"
  77. },
  78. "github-buttons": {
  79. "repo": "zhangjikai/gitbook-use",
  80. "types": [
  81. "star"
  82. ],
  83. "size": "small"
  84. },
  85. "include-codeblock": {
  86. "template": "ace",
  87. "unindent": false,
  88. "edit": false
  89. },
  90. "sharing": {
  91. "douban": false,
  92. "facebook": false,
  93. "google": true,
  94. "hatenaBookmark": false,
  95. "instapaper": false,
  96. "line": false,
  97. "linkedin": true,
  98. "messenger": false,
  99. "pocket": false,
  100. "qq": false,
  101. "qzone": false,
  102. "stumbleupon": false,
  103. "twitter": false,
  104. "viber": false,
  105. "vk": false,
  106. "weibo": true,
  107. "whatsapp": false,
  108. "all": [
  109. "facebook", "google", "twitter",
  110. "weibo", "instapaper", "linkedin",
  111. "pocket", "stumbleupon", "qq", "qzone"
  112. ]
  113. },
  114. "3-ba": {
  115. "token": "ff100361cdce95dd4c8fb96b4009f7bc"
  116. },
  117. "simple-page-toc": {
  118. "maxDepth": 3,
  119. "skipFirstH1": true
  120. },
  121. "edit-link": {
  122. "base": "https://github.com/zhangjikai/gitbook-use/edit/master",
  123. "label": "Edit This Page"
  124. },
  125. "sitemap-general": {
  126. "prefix": "http://gitbook.zhangjikai.com"
  127. },
  128. "anchor-navigation-ex": {
  129. "isRewritePageTitle": false,
  130. "tocLevel1Icon": "fa fa-hand-o-right",
  131. "tocLevel2Icon": "fa fa-hand-o-right",
  132. "tocLevel3Icon": "fa fa-hand-o-right"
  133. },
  134. "sectionx": {
  135. "tag": "b"
  136. },
  137. "favicon": {
  138. "shortcut": "favicon.ico",
  139. "bookmark": "favicon.ico"
  140. },
  141. "terminal": {
  142. "copyButtons": true,
  143. "fade": false,
  144. "style": "flat"
  145. },
  146. "versions": {
  147. "options": [
  148. {
  149. "value": "http://sysdoc.rltest.cn/operate",
  150. "text": "v1.2.7.4"
  151. }
  152. ]
  153. },
  154. "rss": {
  155. "title": "GitBook 使用教程",
  156. "description": "记录 GitBook 的配置和一些插件的使用",
  157. "author": "Jikai Zhang",
  158. "feed_url": "http://gitbook.zhangjikai.com/rss",
  159. "site_url": "http://gitbook.zhangjikai.com/",
  160. "managingEditor": "me@zhangjikai.com",
  161. "webMaster": "me@zhangjikai.com",
  162. "categories": [
  163. "gitbook"
  164. ]
  165. }
  166. }
  167. }