forked from mirror/gorm
Update book.json
This commit is contained in:
parent
547210665d
commit
449ff0eca7
|
@ -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"
|
||||||
|
},
|
||||||
|
"hide-element": {
|
||||||
|
"elements": [".gitbook-link"]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"sections": [
|
|
||||||
{
|
|
||||||
"content": "<h1>Hello</h1>",
|
|
||||||
"type": "normal"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue