2016-02-21 16:42:26 +03:00
|
|
|
{
|
|
|
|
"title": "GORM Guide",
|
|
|
|
"plugins": [
|
|
|
|
"prism", "-highlight", "collapsible-menu", "toc",
|
|
|
|
"github", "anchors", "edit-link"
|
|
|
|
],
|
|
|
|
"pluginsConfig": {
|
|
|
|
"toc": {
|
|
|
|
"addClass": true,
|
|
|
|
"className": "toc"
|
|
|
|
},
|
|
|
|
"github": {
|
|
|
|
"url": "https://github.com/jinzhu/gorm"
|
|
|
|
},
|
|
|
|
"edit-link": {
|
|
|
|
"base": "https://github.com/jinzhu/gorm/edit/gh-pages",
|
|
|
|
"label": "Edit This Page"
|
|
|
|
}
|
2016-02-21 17:40:01 +03:00
|
|
|
},
|
|
|
|
"sections": [
|
|
|
|
{
|
|
|
|
"content": "<h1>Hello</h1>",
|
|
|
|
"type": "normal"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"variables": {
|
|
|
|
"chapters": {
|
|
|
|
"database/database.md": {
|
|
|
|
"name": "Databae",
|
|
|
|
"sections": [
|
|
|
|
{"name": "Connection to a Database", "path": "database/connect-database.md"},
|
|
|
|
{"name": "Migration", "path": "database/migration.md"}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2016-02-21 16:42:26 +03:00
|
|
|
}
|
|
|
|
}
|