Skip to main content
Glama
layout.config.tsx577 B
import { BaseLayoutProps } from "fumadocs-ui/layouts/shared"; import { DocsLayoutProps } from "fumadocs-ui/layouts/docs"; import { Icons } from "./icons"; export const baseOptions: BaseLayoutProps = { nav: { title: <Icons.logo className="text-white w-28" />, url: "https://lightfast.ai", }, themeSwitch: { enabled: false, mode: "light-dark-system", }, }; // We'll add the tree property in the layout file using the source object export const createDocsOptions = (tree: any): DocsLayoutProps => ({ ...baseOptions, tree, // Add tree from source });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lightfastai/lightfast-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server