mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Updated Docs
This commit is contained in:
@@ -32,7 +32,30 @@ export default defineConfig({
|
||||
items: [
|
||||
{ text: 'Installation', link: '/installation' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'General',
|
||||
items: [
|
||||
{ text: 'Dashboard', link: '/general/dashboard' },
|
||||
{ text: 'Servers', link: '/general/servers' },
|
||||
{ text: 'Applications', link: '/general/applications' },
|
||||
{ text: 'Uptime', link: '/general/uptime' },
|
||||
{ text: 'Network', link: '/general/network' },
|
||||
{ text: 'Settings', link: '/general/settings' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Notifications',
|
||||
items: [
|
||||
{ text: 'Notifications', link: '/notifications/general' },
|
||||
{ text: 'Email', link: '/notifications/email' },
|
||||
{ text: 'Telegram', link: '/notifications/telegram' },
|
||||
{ text: 'Discord', link: '/notifications/discord' },
|
||||
{ text: 'Gotify', link: '/notifications/gotify' },
|
||||
{ text: 'Ntfy', link: '/notifications/ntfy' },
|
||||
]
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
socialLinks: [
|
||||
|
||||
Reference in New Issue
Block a user