Dominion/docs/book.json

21 lines
351 B
JSON
Raw Permalink Normal View History

2024-09-04 16:52:37 +08:00
{
"plugins": [
"chapter-fold",
"sidebar-style",
"code",
"github"
],
"pluginsConfig": {
"sidebar-style": {
"title": "Dominion",
"author": "zhangyuheng"
},
"code": {
"lineNumbers": true,
"copyButtons": true
},
"github": {
"url": "https://github.com/ColdeZhang/Dominion"
}
}
}