mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-14 17:34:22 +01:00
🚧 Work in progress
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<a
|
||||
:href="link.path"
|
||||
rel="nofollow noreferrer noopener"
|
||||
target="_blank"
|
||||
class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 dark:text-gray-200 dark:hover:border-gray-300 dark:hover:text-gray-300 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">
|
||||
{{ link.label }}
|
||||
</a>
|
||||
|
||||
@@ -4,7 +4,7 @@ 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 }
|
||||
{ label: 'Discussion', path: '/https://github.com/DiscordFactory/Core/discussions', local: false }
|
||||
]
|
||||
|
||||
export const socials = [
|
||||
|
||||
Reference in New Issue
Block a user