mirror of
https://github.com/metosin/reitit.git
synced 2026-01-07 16:09:49 +00:00
14 lines
278 B
JSON
14 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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|