10 lines
No EOL
363 B
JSON
10 lines
No EOL
363 B
JSON
{
|
|
"watch": [
|
|
"doc/src/hexdoc/_templates",
|
|
"doc/properties.toml",
|
|
"Common/src/main/resources/assets/hexcasting/lang"
|
|
],
|
|
"ignore": ["**/generated/**"],
|
|
"ext": "jinja,html,css,js,toml,json,json5",
|
|
"exec": "hexdoc serve doc/properties.toml --src _site/src/docs --dst _site/dst/docs --lang en_us --allow-missing --release"
|
|
} |