reitit/book.json
Miikka Koskinen e715eebba8 Explicitly use the highlight plugin for gitbook
This makes the syntax highlighting work correctly.
2017-09-14 17:39:26 +03:00

13 lines
291 B
JSON

{
"root": "doc",
"plugins": ["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"
}
}
}