Index
Once, then incrementally
On connection, Docsmith walks the paths you nominated and parses every page. It is not building an embedding of your prose — it is extracting the checkable claims: symbols named, literals stated, flags used, headers referenced, error strings quoted, code blocks in full.
In parallel it parses the source tree with a language-aware pass — TypeScript, Go, Python, Rust, Java and Ruby today — to build the reverse map: for each exported symbol, which pages mention it.
A 340-page docs set with a 200,000-line repository takes about four minutes. After that, only what changed is re-indexed.
Index entry
- page
- docs/guides/retries.md
- symbols
- RetryOptions, maxAttempts, delayMs
- literals
- 5, 200, 1, 409, 800
- code blocks
- 2
- owner
- platform-team