{
"titile": "GitBook 使用教程",
}
{
"author": "leoXuLei",
}
{
"description": "记录GitBook的安装、配置、使用",
}
en, ar, bn, cs, de, en, es, fa, fi, fr, he, it, ja, ko, no, pl, pt, ro, ru, sv, uk, vi, zh-hans, zh-tw
{
"language": "zh-hans",
}
{
"gitbook": ">=3.2.3",
}
{
"links" : {
"sidebar" : {
"个人主页" : "http://xxxx.com"
}
}
}
{
"styles": {
"website": "/styles/website.css",
"ebook": "/styles/ebook.css",
"pdf": "/styles/pdf.css",
"mobi": "/styles/mobi.css",
"epub": "/styles/epub.css"
}
}
h1 , h2{
border-bottom: 1px solid #EFEAEA;
}
{
"gitbook": ">=3.2.3",
"titile": "GitBook 使用教程",
"description": "记录GitBook的安装、配置、使用",
"author": "leoXuLei",
"language": "zh-hans",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"links": {
"gitbook": false,
"sharing": {
"google": false,
"facebook": false,
"twitter": false,
"all": false
}
},
"plugins": [
"-sharing",
"-lunr",
"-search",
"-highlight",
"search-plus",
"anchors",
"anchor-navigation-ex-toc",
"tbfed-pagefooter",
"code",
"splitter",
"expandable-chapters-small",
"donate",
"edit-link",
"github",
"lightbox",
"prism"
],
"pluginsConfig":{
"theme-default": {
"showLevel": false
},
"anchor-navigation-ex-toc" : {
"showLevel": true,
"multipleH1":false,
"mode": "float",
"showGoTop":true,
"float":{
"floatIcon": "fa-navicon",
"showLevelIcon": false,
"level1Icon": "fa fa-navicon",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevelIcon": true,
"level1Icon": "fa fa-navicon",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"tbfed-pagefooter": {
"copyright":"Copyright © leoXuLei 2020",
"modify_label": "本文档更新于:",
"modify_format": "YYYY-MM-DD HH:mm"
},
"code": {
"copyButtons": true
},
"donate": {
"wechat": "/imgs/weixin.png",
"alipay": "/imgs/alipay.png",
"title": "",
"button": "打赏",
"alipayText": "支付宝",
"wechatText": "微信"
},
"edit-link": {
"base": "https://github.com/leoXuLei/gitBookNotes",
"label": "编辑本页面"
},
"github": {
"url": "https://github.com/leoXuLei/gitBookNotes"
},
"github-buttons": {
"buttons": [{
"user": "leoXuLei",
"repo": "gitBookNotes",
"type": "star",
"size": "small",
"width": "100"
}]
},
"prism": {
"css": [
"prismjs/themes/prism-okaidia.css"
]
}
}
}