docs: Wrote pages for the configs

This commit is contained in:
Данил 2025-02-26 14:02:30 +03:00
parent 102790613f
commit 8e1e9fe3c7
4 changed files with 228 additions and 0 deletions

View file

@ -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'
}
],
},
],
}),
],