nick 8 лет назад
Родитель
Сommit
6652c53d06
2 измененных файлов с 11 добавлено и 2 удалено
  1. 5 2
      book.json
  2. 6 0
      styles/website.css

+ 5 - 2
book.json

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

+ 6 - 0
styles/website.css

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