mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2024-11-15 00:34:11 +03:00
14 lines
311 B
JSON
14 lines
311 B
JSON
|
{
|
||
|
"name": "${docs.name}",
|
||
|
"description": "${docs.description}",
|
||
|
"version": "${version}",
|
||
|
"logo":"${docs.logo}",
|
||
|
"options" : {
|
||
|
"linkNatives": true,
|
||
|
"attributesEmit": true,
|
||
|
"selleck": true,
|
||
|
"helpers": ["${docs.helpers}"],
|
||
|
"themedir" : "${docs.themedir}",
|
||
|
"outdir" : "${docs.outdir}"
|
||
|
}
|
||
|
}
|