{ "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" } }, "sections": [ { "content": "

Hello

", "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"} ] } } } }