Indexing local docs

Is there any way to index local documentation starting from an HTML file like the entrypoint of generated Rust docs?

Does Cursor store the chunks from documentation indexing itself or does it refetch them when referencing docs in context? If I index a localhost server running, i.e. mdbook or serving Rust documentstion, will it still work after taking down the local server?

Hi @akiselev

Not sure if that case will work, it needs to be tested.

Is there a way to debug what chunks were sent?

I assume you are talking about the custom docs feature.

I believe it is very basic. It will only get docs from the web and it doesn’t do semantic search at all - just regular old-fashioned search.

Maybe it has gotten better since I last looked? I hope I am as I think this is a very important feature.