mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-17 10:47:56 +01:00
🚧 Work in progress
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { NavbarLink } from '../types'
|
||||
import { github, twitter } from './Icons'
|
||||
import { CalendarIcon, ChartBarIcon, FolderIcon, HomeIcon, InboxIcon, UsersIcon } from '@heroicons/vue/outline'
|
||||
|
||||
export const links: NavbarLink[] = [
|
||||
{ label: 'Home', path: '/', local: true },
|
||||
@@ -10,4 +11,14 @@ export const links: NavbarLink[] = [
|
||||
export const socials = [
|
||||
twitter,
|
||||
github,
|
||||
]
|
||||
]
|
||||
|
||||
export const documentation = [
|
||||
{
|
||||
label: 'Basic',
|
||||
isMenu: true,
|
||||
child: [
|
||||
{ label: 'Getting starting', href: '/documentation/getting-starting', isMenu: true },
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user