# README
Configuration Documentation
-
core.toml &
chains-*.toml
files are sources of truth for config docs. Update/add documentation here. -
CONFIG.md is generated from (1) by
config.GenerateDocs()
via docs/main.go. Do not edit this file. Runmake config-docs
from the root of the repo.
See example.toml and example.md for a minimal example.
# Functions
GenerateConfig returns MarkDown documentation generated from core.toml & chains-*.toml.
GenerateSecrets returns MarkDown documentation generated from secrets.toml.