mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-13 03:54:37 +03:00
docs: Wrote pages for the configs
This commit is contained in:
parent
102790613f
commit
8e1e9fe3c7
4 changed files with 228 additions and 0 deletions
|
@ -43,6 +43,23 @@ export default defineConfig({
|
|||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'Config',
|
||||
items: [
|
||||
{
|
||||
label: 'Configure .env',
|
||||
slug: 'docs/config/config-env'
|
||||
},
|
||||
{
|
||||
label: 'Configure config.yaml',
|
||||
slug: 'docs/config/config-yaml'
|
||||
},
|
||||
{
|
||||
label: 'Configure Nginx',
|
||||
slug: 'docs/config/config-nginx'
|
||||
}
|
||||
],
|
||||
},
|
||||
],
|
||||
}),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue