gorm/doc/book.json

29 lines
579 B
JSON
Raw Normal View History

2016-02-21 16:42:26 +03:00
{
"title": "GORM Guide",
"plugins": [
2016-02-27 19:01:08 +03:00
"-highlight", "prism", "toc", "hide-element",
"github", "edit-link", "anker-enable"
2016-02-21 16:42:26 +03:00
],
"pluginsConfig": {
2016-02-27 19:01:08 +03:00
"fontsettings": {
"theme": "night",
"family": "sans",
"size": 4
},
2016-02-21 16:42:26 +03:00
"toc": {
"addClass": true,
"className": "toc"
},
"github": {
"url": "https://github.com/jinzhu/gorm"
},
"edit-link": {
2016-02-21 18:09:24 +03:00
"base": "https://github.com/jinzhu/gorm/edit/master",
2016-02-21 16:42:26 +03:00
"label": "Edit This Page"
2016-02-27 19:01:08 +03:00
},
"hide-element": {
"elements": [".gitbook-link"]
2016-02-21 16:42:26 +03:00
}
2016-02-27 19:01:08 +03:00
}
2016-02-21 16:42:26 +03:00
}