earl 0.5.2

AI-safe CLI for AI agents
1
2
3
4
5
6
7
8
9
import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";

export function baseOptions(): BaseLayoutProps {
  return {
    nav: {
      title: <span className="font-bold lowercase">earl</span>,
    },
  };
}