mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-16 10:17:56 +01:00
🚧 Work in progress
This commit is contained in:
13
src/utils/Navigation.ts
Normal file
13
src/utils/Navigation.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { NavbarLink } from '../types'
|
||||
import { github, twitter } from './Icons'
|
||||
|
||||
export const links: NavbarLink[] = [
|
||||
{ label: 'Home', path: '/', local: true },
|
||||
{ label: 'Documentation', path: '/documentation', local: true },
|
||||
{ label: 'Github', path: '/', local: false }
|
||||
]
|
||||
|
||||
export const socials = [
|
||||
twitter,
|
||||
github,
|
||||
]
|
||||
Reference in New Issue
Block a user