WIP new docs.

This commit is contained in:
Miroslav Šedivý 2025-02-08 20:30:40 +01:00
parent 004e893921
commit b23ca1af04
28 changed files with 1250 additions and 1204 deletions

View file

@ -0,0 +1,13 @@
---
sidebar_position: 5
---
# Configuration
Configuration options can be set using Environment Variables, as an argument to the CLI, or in a configuration file.
Highest priority is given to the Environment Variables, followed by CLI arguments, and then the configuration file.
import Configuration from './configuration.tsx'
<Configuration />