Hello,
I would like to understand how Docs indexing work:
From my experience with Cursor, when I insert a URL:
- sometimes, it would index the “root page” and its children in the documentation (which is great, and what I would actually expect) => example from the Rust doc of a crate
- sometimes, it would index just that specific page only, why? ==> example of the tSQLt documentation (it only crawled/indexed one page) => I had to copy/paste tens of URLs into Cursor individually.
I would like more details on how this mechanism works and why it acts differently.