mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-02-23 18:08:47 +01:00
docs: Minor formatting fix
Some checks are pending
build / binary (push) Waiting to run
build / binary-static (x86_64-linux) (push) Waiting to run
build / container (push) Waiting to run
build / clippy (push) Waiting to run
documentation / documentation (push) Waiting to run
documentation / notification (push) Blocked by required conditions
lint / linting (push) Waiting to run
Some checks are pending
build / binary (push) Waiting to run
build / binary-static (x86_64-linux) (push) Waiting to run
build / container (push) Waiting to run
build / clippy (push) Waiting to run
documentation / documentation (push) Waiting to run
documentation / notification (push) Blocked by required conditions
lint / linting (push) Waiting to run
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
3126882a35
commit
5b43f0e585
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ weight: 1
|
|||
|
||||
`iocaine` can be configured via a TOML-format configuration file, or via the environment. Almost everything has sane defaults, but providing a wordlist, and at least one source for the markov generator is **required**.
|
||||
|
||||
The configuration file is split into five main sections: [`[server]`](#server), [`[sources]`](#sources), [`[generator]`](#generator), [`[templates]`](#templates), and [`metrics`](#metrics).
|
||||
The configuration file is split into five main sections: [`[server]`](#server), [`[sources]`](#sources), [`[generator]`](#generator), [`[templates]`](#templates), and [`[metrics]`](#metrics).
|
||||
|
||||
# `[server]`
|
||||
|
||||
|
|
Loading…
Reference in a new issue