reitit/book.json

14 lines
300 B
JSON
Raw Normal View History

2017-09-14 13:33:36 +00:00
{
"root": "doc",
2018-09-02 16:23:18 +00:00
"plugins": ["hints", "editlink", "github", "highlight"],
2017-09-14 13:33:36 +00:00
"pluginsConfig": {
"editlink": {
"base": "https://github.com/metosin/reitit/tree/master/doc",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/metosin/reitit"
}
}
}