mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 15:01:35 +00:00
9 lines
262 B
TypeScript
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;
|