reitit/book.json
2018-09-02 19:23:18 +03:00

13 lines
300 B
JSON

{
"root": "doc",
"plugins": ["hints", "editlink", "github", "highlight"],
"pluginsConfig": {
"editlink": {
"base": "https://github.com/metosin/reitit/tree/master/doc",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/metosin/reitit"
}
}
}