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?