mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 08:50:13 +02:00
WIP new docs.
This commit is contained in:
parent
004e893921
commit
b23ca1af04
28 changed files with 1250 additions and 1204 deletions
13
webpage/docs/getting-started/configuration/index.mdx
Normal file
13
webpage/docs/getting-started/configuration/index.mdx
Normal 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 />
|
Loading…
Add table
Add a link
Reference in a new issue