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.
Functionsยง
- run_
export - Export documents and chunks as JSON.