Update book.json

This commit is contained in:
Jinzhu 2016-02-28 00:01:08 +08:00
parent 547210665d
commit 449ff0eca7
1 changed files with 11 additions and 9 deletions

View File

@ -1,10 +1,15 @@
{ {
"title": "GORM Guide", "title": "GORM Guide",
"plugins": [ "plugins": [
"prism", "-highlight", "toc", "-highlight", "prism", "toc", "hide-element",
"github", "edit-link" "github", "edit-link", "anker-enable"
], ],
"pluginsConfig": { "pluginsConfig": {
"fontsettings": {
"theme": "night",
"family": "sans",
"size": 4
},
"toc": { "toc": {
"addClass": true, "addClass": true,
"className": "toc" "className": "toc"
@ -15,12 +20,9 @@
"edit-link": { "edit-link": {
"base": "https://github.com/jinzhu/gorm/edit/master", "base": "https://github.com/jinzhu/gorm/edit/master",
"label": "Edit This Page" "label": "Edit This Page"
}
}, },
"sections": [ "hide-element": {
{ "elements": [".gitbook-link"]
"content": "<h1>Hello</h1>", }
"type": "normal"
} }
]
} }