mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 12:11:34 +00:00
* docs: generate docs map at publish time * fix: canonicalize Docker pack entry path * fix: preserve package lifecycle ownership
5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
export function renderDocsHeadingMap(
|
|
docsDir?: string,
|
|
options?: { relativePath?: (base: string, fullPath: string) => string },
|
|
): string;
|