Add Help & Documentation system under Settings
This commit is contained in:
@@ -33,7 +33,10 @@ const navigation = computed(() => {
|
||||
items.push({ name: 'Module', href: '/modules', icon: '⚙️' })
|
||||
}
|
||||
|
||||
items.push({ name: 'Einstellungen', href: '/settings', icon: '🔧' })
|
||||
items.push(
|
||||
{ name: 'Einstellungen', href: '/settings', icon: '🔧' },
|
||||
{ name: 'Hilfe', href: '/help', icon: '📚' }
|
||||
)
|
||||
|
||||
return items
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user