adds docs for "About" section
This commit is contained in:
@@ -90,9 +90,14 @@ export default defineConfig({
|
||||
label: 'Environment configuration',
|
||||
link: '/run/environment-configuration/'
|
||||
},
|
||||
{
|
||||
label: 'Frontend configuration',
|
||||
items: [
|
||||
{ label: 'Edit the "About" section', link: '/run/frontend-configuration/about' },
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Backend configuration',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ label: 'Overview', link: '/run/backend-configuration/' },
|
||||
{ label: 'SMTP', link: '/run/backend-configuration/smtp/' },
|
||||
|
||||
Reference in New Issue
Block a user