ktx/docs/app/layout.config.tsx
2026-05-11 01:08:31 -07:00

10 lines
268 B
TypeScript

import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
import { Logo } from "@/components/logo";
export const baseOptions: BaseLayoutProps = {
nav: {
title: <Logo />,
transparentMode: "top",
},
githubUrl: "https://github.com/kaelio/ktx",
};