Expand description
Export the search index as JSON for static site search.
Produces a data.json file containing all documents and chunks,
suitable for use with ctx-search.js on static sites. Replaces
the Python one-liner previously used in build-docs.sh.
Structsยง
- Export
Chunk ๐ - Export
Data ๐ - Export
Document ๐
Functionsยง
- run_
export - Export documents and chunks as JSON.