add v2 migration configuration docs.

This commit is contained in:
Miroslav Šedivý 2025-02-19 19:25:10 +01:00
parent 4d0aea6040
commit 33580fe440
9 changed files with 613 additions and 63 deletions

View file

@ -366,9 +366,10 @@ Shortcut environment variable to enable DEBUG mode: `NEKO_DEBUG=true`
Here is a full configuration with default values as shown in the help command. Please refer to the sub-sections for more details.
import Configuration from './help.tsx'
import Configuration from '@site/src/components/Configuration';
import configOptions from './help.json';
<Configuration />
<Configuration configOptions={configOptions} />
## Next Steps