import type { LinkItemType } from 'fumadocs-ui/layouts/shared'; import type { ReactNode } from 'react'; export const navTitle: ReactNode = ( HappyView HappyView ); export const navLinks: LinkItemType[] = [ { text: 'Docs', url: '/', active: 'nested-url', }, { text: 'Blog', url: '/blog', active: 'nested-url', }, { text: 'Source', url: 'https://tangled.org/gamesgamesgamesgames.games/happyview', external: true, }, ];