Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Convert an API item to template data
convertApiItem(apiItem: ApiItem, options: { pageTitle: string; pageDescription: string; pageIcon: string; breadcrumb: Array<{ name: string; path?: string; }>; navigation?: { id: string; title: string; group?: string; }; getLinkFilenameForApiItem: (apiItem: ApiItem) => string | undefined; }): ITemplateData;
ApiItem
{ pageTitle: string; pageDescription: string; pageIcon: string; breadcrumb: Array<{ name: string; path?: string; }>; navigation?: { id: string; title: string; group?: string; }; getLinkFilenameForApiItem: (apiItem: ApiItem) => string | undefined; }
ITemplateData
Was this page helpful?