0%

gitbook

安装

1
npm install -g gitbook-cli

配置

修改文件book.json:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"title": "$title$",
"author": "$author$",
"description": "$description$",
"repository": {
"type": "git",
"url": "$url$"
},
"plugins": [
"theme-opendocs", "advanced-emoji", "bg-nest",
"ace", "codeblock-label",
"simpletabs",
"include",
"katex",
"-highlight", "prism",
"-lunr", "-search", "search-pro",
"-sharing",
"-fontsettings"
],
"gitbook": ">=3.0.0",
"pluginsConfig": {}
}