mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-29 14:39:12 +02:00
add v2 migration configuration docs.
This commit is contained in:
parent
4d0aea6040
commit
33580fe440
9 changed files with 613 additions and 63 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue