renderApiItem
Summary
Render an API item using the appropriate templateSignature
Parameters
apiItem
Type:ApiItem
data
Type:ITemplateData
Returns
Type:Promise<string>
Render an API item using the appropriate templateDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Render an API item using the appropriate template
renderApiItem(apiItem: ApiItem, data: ITemplateData): Promise<string>;
ApiItem
ITemplateData
Promise<string>
Render an API item using the appropriate templateWas this page helpful?
