# Configuration Documentation

1. [core.toml](core.toml) & `chains-*.toml` files are sources of truth for config docs. *Update/add documentation here*.

2. [CONFIG.md](/docs/CONFIG.md) is _generated_ from (1) by `config.GenerateDocs()` via [docs/main.go](docs/main.go). *Do not edit this file. Run `make config-docs` from the root of the repo*.

See [example.toml](testdata/example.toml) and [example.md](testdata/example.md) for a minimal example.
