2023-09-06 02:03:12 +02:00
|
|
|
{
|
2023-10-10 02:35:13 +02:00
|
|
|
"watch": [
|
|
|
|
"doc/src/hexdoc/_templates",
|
|
|
|
"doc/properties.toml",
|
|
|
|
"Common/src/main/resources/assets/hexcasting/lang"
|
|
|
|
],
|
2023-10-01 08:15:01 +02:00
|
|
|
"ignore": ["**/generated/**"],
|
|
|
|
"ext": "jinja,html,css,js,toml,json,json5",
|
2023-09-30 04:52:30 +02:00
|
|
|
"exec": "hexdoc serve doc/properties.toml --src _site/src/docs --dst _site/dst/docs --lang en_us --allow-missing --release"
|
2023-09-06 02:03:12 +02:00
|
|
|
}
|