handbook/book.json
antonin 6277f793e7
All checks were successful
/ test (push) Successful in 1m0s
Fix edit URL
2024-01-01 18:55:27 +01:00

29 lines
697 B
JSON

{
"title": "kanthaus handbook",
"honkit": ">3.0.0",
"plugins": [
"page-freshness",
"edit-link",
"advanced-emoji",
"-fontsettings",
"-highlight",
"-sharing"
],
"pluginsConfig": {
"page-freshness":{
"position": "top",
"modifyTpl": "Last modified by {user} {timeStamp}",
"createTpl": "Created by {user} {timeStamp}",
"timeStampFormat": "YYYY-MM-DD HH:mm:ss",
"bestBeforeUnit":"years",
"bestBefore":"2",
"noticeTpl":"More than {passed} years have passed since last update."
},
"edit-link": {
"base": "https://git.kanthaus.online/kanthaus/handbook/_edit/master",
"label": "Edit This Page"
}
}
}