We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6ed10 commit 484ea30Copy full SHA for 484ea30
1 file changed
scripts/docs-sync-publish.d.mts
@@ -7,6 +7,7 @@ export function parseArgs(argv: unknown): {
7
clawhubSourceRepo: string;
8
clawhubSourceSha: string;
9
};
10
+export function pruneOrphanLocaleDocs(targetDocsDir: string): void;
11
/**
12
* Resolves the local ClawHub repository path used for docs mirroring.
13
*/
0 commit comments