gorm/documents/book.json
2016-03-09 07:36:34 +08:00

24 lines
460 B
JSON

{
"title": "GORM Guide",
"plugins": [
"toc", "github", "edit-link", "anker-enable"
],
"pluginsConfig": {
"fontsettings": {
"theme": "night",
"size": 2
},
"toc": {
"addClass": true,
"className": "toc"
},
"github": {
"url": "https://github.com/jinzhu/gorm"
},
"edit-link": {
"base": "https://github.com/jinzhu/gorm/edit/gh-pages/documents/",
"label": "Edit This Page"
}
}
}