Update JOJ3 Configuration Schema

manuel 2024-10-11 18:52:08 +08:00
parent fe3f49be0f
commit b5bb54d44f

@ -39,6 +39,12 @@ Scope usage:
Refer to [Introduction to JOJ3](/Introduction-to-JOJ3.md) for more details on JOJ3 usage.
### TOML configuration format
All configurations files at human level must be written in TOML format. They will then be parsed to generate long an dcomplete `.json` files that can be understantood by JOJ3.
Refer to [TOML reference guide](https://toml.io/en/v1.0.0). After writing a configuration file it is recommended to check its validity, eg. [TOML Lint](https://www.toml-lint.com/).
Converting the file into JSON format can help better visualize the structure which can be especially helpful when working with arrays of tables.
## Repository level configuration