This commit is contained in:
nick 2018-03-04 10:18:11 +08:00
parent d34aef0ad8
commit 6652c53d06
2 changed files with 11 additions and 2 deletions

View File

@ -1,13 +1,16 @@
{ {
"author": "Nick", "author": "Nick",
"description": "记录Gitbook的配置和一些插件的使用", "description": "Gitbook 描述",
"title" : "Gitbook Use", "title" : "Gitbook title",
"language": "zh-hans", "language": "zh-hans",
"links": { "links": {
"sidebar": { "sidebar": {
"Home": "#" "Home": "#"
} }
}, },
"styles": {
"website": "styles/website.css"
},
"plugins": [ "plugins": [
"donate", "donate",
"-sharing", "-sharing",

6
styles/website.css Normal file
View File

@ -0,0 +1,6 @@
.gitbook-link {
display: none !important;
}
.summary > li:nth-child(3) {
display: none !important;
}