Files
voicebox/docs/lib/layout.shared.tsx
2026-04-24 19:18:15 +08:00

10 lines
178 B
TypeScript

import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
export function baseOptions(): BaseLayoutProps {
return {
nav: {
title: 'Voicebox',
},
};
}