MCPcopy Index your code
hub / github.com/tinyplex/tinybase / compileDocs

Function compileDocs

gulpfile.mjs:818–818  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

816export const compileDocsAssetsOnly = () => compileDocsAndAssets(false, false);
817
818export const compileDocs = () => compileDocsAndAssets();
819
820export const compileForProdAndDocs = series(compileForProd, compileDocs);
821

Callers

nothing calls this directly

Calls 1

compileDocsAndAssetsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…