forked from mirror/gorm
27 lines
480 B
JSON
27 lines
480 B
JSON
{
|
|
"title": "GORM Guide",
|
|
"plugins": [
|
|
"prism", "-highlight", "toc",
|
|
"github", "edit-link"
|
|
],
|
|
"pluginsConfig": {
|
|
"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"
|
|
}
|
|
},
|
|
"sections": [
|
|
{
|
|
"content": "<h1>Hello</h1>",
|
|
"type": "normal"
|
|
}
|
|
]
|
|
}
|