I’m trying to understand how to properly reference and access Cursor’s vectorized documentation system, particularly from within markdown files.
Currently, I’m experimenting with syntax like:
@docs/category/topic
Questions:
-
Is there a definitive list of available documentation categories and paths?
-
How can I discover valid documentation paths (beyond intellisense suggestions in chat)?
-
What’s the correct syntax to ensure I’m accessing the vectorized documentation system rather than just static files?
-
Does the documentation reference syntax work differently in markdown files compared to direct chat interactions?
I’ve found that using @ with file paths works for linking files, but I’m specifically interested in accessing Cursor’s rich documentation feature. Any guidance on best practices or documentation about the documentation system itself would be greatly appreciated!
Current project setup:
-
Using markdown files to document various features
-
Need to reference official documentation programmatically
-
Want to leverage Cursor’s vectorized documentation capabilities
Thanks in advance for any help or pointers to relevant documentation!