I can add a docs url to cursor, but sometimes it seems like it might not actually be indexing all of the available docs, as url / content structure can vary significantly across platforms. There doesn’t seem to be a clear way of me double checking that a docs index has been successful. if there were a way to list all the urls that have been indexed within a given baseurl for a docs site that would be pretty helpful.
e.g.,
input url: “project-x/docs”
indexed:
“project-x/docs”
“project-x/docs/api/”
“project-x/docs/api/interfaces”
etc…