forked from mirror/gorm
29 lines
579 B
JSON
29 lines
579 B
JSON
{
|
|
"title": "GORM Guide",
|
|
"plugins": [
|
|
"-highlight", "prism", "toc", "hide-element",
|
|
"github", "edit-link", "anker-enable"
|
|
],
|
|
"pluginsConfig": {
|
|
"fontsettings": {
|
|
"theme": "night",
|
|
"family": "sans",
|
|
"size": 4
|
|
},
|
|
"toc": {
|
|
"addClass": true,
|
|
"className": "toc"
|
|
},
|
|
"github": {
|
|
"url": "https://github.com/jinzhu/gorm"
|
|
},
|
|
"edit-link": {
|
|
"base": "https://github.com/jinzhu/gorm/edit/master",
|
|
"label": "Edit This Page"
|
|
},
|
|
"hide-element": {
|
|
"elements": [".gitbook-link"]
|
|
}
|
|
}
|
|
}
|