Cursor: How to best index the docs for a specific framework? #1599
Unanswered
Floriferous
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to add the tanstack docs to Cursor for easy access, but I'm not sure what the best URL is to index it.
If I index
https://tanstack.com/form/latest/docs
, it indexes all pages for all frameworks, when I just want React.If I index
https://tanstack.com/form/latest/docs/framework/react
, it only finds a single page (this one is a bit strange?)If I index
https://tanstack.com/form/latest/docs/framework/react/guides
it indexes all guides pages - but then I'm missing the examples pages.Has someone found a way to make it work nicely? Or what about providing vibe-rules, like tanstack router?
Beta Was this translation helpful? Give feedback.
All reactions