content.manifest

The read-only in-memory content index.

content.manifest

The read-only in-memory Manifest that get, list, stat, and navigation read from: the configured source names, every indexed item, and the per-source inferred schemas. It is built lazily on the first read and is not meant to be mutated directly. See The manifest.

Type: Manifest

Usage

manifest.ts
await content.list()                  // triggers the lazy build
content.manifest.sources              // ['default']
Object.keys(content.manifest.items)   // every indexed path