Skip to main content
The ui.yaml file contains settings that control the user interface behavior and appearance.

Configuration Options

maxListsInHeader
number
Maximum number of lists to display in the header navigation. When the number of lists exceeds this value, the header will adapt its display accordingly (e.g., showing a dropdown or condensed view).

Example

maxListsInHeader: 5

Default Behavior

If ui.yaml is not present or maxListsInHeader is not specified, the application will use its default value for maximum lists in the header.

Build docs developers (and LLMs) love