Files
openclaw/scripts/docs-list.d.ts

9 lines
262 B
TypeScript

export function materializePluginReferenceDocs(
docsDir?: string,
options?: { regenerate?: boolean },
): boolean;
export function renderDocsHeadingMap(
docsDir?: string,
options?: { relativePath?: (base: string, fullPath: string) => string },
): string;