docs: add fumadocs documentation site (#142)

This commit is contained in:
Nexmoe
2026-01-17 14:37:43 +08:00
committed by GitHub
parent 6f1c6ce59e
commit 1f821b67dd
35 changed files with 5028 additions and 63 deletions

View File

@@ -0,0 +1,11 @@
import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
import { i18n } from '@/lib/i18n';
export function baseOptions(_locale: string): BaseLayoutProps {
return {
nav: {
title: 'VidBee',
},
i18n,
};
}