Function: loadAllContent()

Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)

ts
function loadAllContent(loaders, ctx): Promise<void>;

Defined in: packages/valaxy/node/modules/content.ts:39

Load content from all loaders and write .md files to cache directory. Uses digest-based incremental caching to skip unchanged files.

Parameters

loaders

ContentLoader[]

ctx

ContentLoaderContext

Returns

Promise<void>