Files
openclaw/scripts/docs-list.d.ts
Peter Steinberger 385f1dee16 docs: generate docs map at publish time (#117398)
* docs: generate docs map at publish time

* fix: canonicalize Docker pack entry path

* fix: preserve package lifecycle ownership
2026-08-01 07:01:43 -07:00

5 lines
144 B
TypeScript

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