mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 08:01:10 +00:00
13 lines
300 B
JSON
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"
|
|
}
|
|
}
|
|
}
|