reitit/book.json
2017-09-14 16:33:36 +03:00

13 lines
278 B
JSON

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