Files
maddy/docs/reference/table/static.md
Pēteris Caune 5d6d1a3a53 Improve Markdown formatting
* use <h3> and <hr> elements to separate configuration directives
* use <code> elements to mark constants, fs paths,
  module names etc.
* fix unneeded "\_" escaping
* fix list formatting
2023-06-29 16:12:11 +03:00

22 lines
325 B
Markdown

# Static table
The 'static' module implements table lookups using key-value pairs in its
configuration.
```
table.static {
entry KEY1 VALUE1
entry KEY2 VALUE2
...
}
```
## Configuration directives
### entry _key_ _value_
Add an entry to the table.
If the same key is used multiple times, the last one takes effect.