expo-agent-indexer
v0.3.0
Published
Build search index for Expo documentation
Maintainers
Readme
expo-agent-indexer
CLI tool for building search indexes from Expo documentation.
Usage
# Build index from default location
bun run build-index
# Specify custom paths
expo-indexer --docs-path ./expo-docs/docs --output ./outputOptions
-d, --docs-path <path>: Path to Expo docs directory (default:./expo-docs/docs)-o, --output <path>: Output directory for search index (default:./packages/cli/src/data)
How it Works
- Crawls all MDX files in the Expo documentation
- Extracts titles, content, and hierarchy
- Saves as JSON for use by the search engine
License
MIT
